chesterpolo / mongoose

Automatically exported from code.google.com/p/mongoose
MIT License
0 stars 0 forks source link

Does not compile in cygwin.. #131

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
mongoose.c:(.text+0x1f90): undefined reference to `__isoc99_sscanf'
mongoose.c:(.text+0x1ff4): undefined reference to `__isoc99_sscanf'
C:\DOCUME~1\Zibri\LOCALS~1\Temp\cchIEPdJ.o: In function `date_to_epoch':
mongoose.c:(.text+0x23f0): undefined reference to `__isoc99_sscanf'
mongoose.c:(.text+0x2430): undefined reference to `__isoc99_sscanf'
mongoose.c:(.text+0x2470): undefined reference to `__isoc99_sscanf'
C:\DOCUME~1\Zibri\LOCALS~1\Temp\cchIEPdJ.o:mongoose.c:(.text+0x24b0): more 
unde
ined references to `__isoc99_sscanf' follow
C:\DOCUME~1\Zibri\LOCALS~1\Temp\cchIEPdJ.o: In function `load_dll':
mongoose.c:(.text+0x9cc8): undefined reference to `dlopen'
mongoose.c:(.text+0x9d24): undefined reference to `dlsym'

Original issue reported on code.google.com by zibree on 30 Mar 2010 at 3:07

GoogleCodeExporter commented 9 years ago
Sorry, I don't have enough resources to handle Cygwin build.
Unless someone volunteers to maintain it, I need to reject all Cygwin related 
issues.

Original comment by valenok on 21 Apr 2010 at 11:47