[Mapserver-users] FW:

Swaminathan, Gayathri gayathri at ou.edu
Mon Dec 15 10:37:32 EST 2003


If I exclude msvcrt.lib and libcd.lib (with the option LDFLAGS =
/NODEFAULTLIB:msvcrt /NODEFAULTLIB:libcd), it resolves me the vsnprintf but
it remains 9 unresolved symbol:

cpl.lib(cpl_vsisimple.obj) : error LNK2019: unresolved external symbol
__imp__fputs referenced in function _VSIFPuts
cpl.lib(cpl_vsisimple.obj) : error LNK2019: unresolved external symbol
__imp__mkdir referenced in function _VSIMkdir
OLDNAMES.lib(mkdir.obi) : error LNK2001: unresolved external symbol
__imp__mkdir

cpl.lib(cpl_vsisimple.obj) : error LNK2019: unresolved external symbol
__imp__rmdir referenced in function _VSIRmdir
OLDNAMES.lib(rmdir.obi) : error LNK2001: unresolved external symbol
__imp__rmdir

cpl.lib(cpl_string.obj) : error LNK2019: unresolved external symbol
__imp__strerror referenced in function _CSLSave
cpl.lib(cpl_dir.obj) : error LNK2019: unresolved external symbol
__imp___findclose referenced in function _CPLReadDir
cpl.lib(cpl_dir.obj) : error LNK2019: unresolved external symbol
__imp___findnext referenced in function _CPLReadDir
cpl.lib(cpl_dir.obj) : error LNK2019: unresolved external symbol
__imp___findfirst referenced in function _CPLReadDir
OLDNAMES.lib(mkdir.obi) : error LNK2001: unresolved external symbol
__imp___mkdir
OLDNAMES.lib(rmdir.obi) : error LNK2001: unresolved external symbol
__imp___rmdir mapserv.exe : fatal error LNK1120: 9 unresolved externals
NMAKE : fatal error U1077: 'link' : return code '0x460' Stop.



-----Messaggio originale-----
Da: Swaminathan, Gayathri [mailto:gayathri at ou.edu]
Inviato: lunedì 15 dicembre 2003 16.27
A: Ballini Yvain
Cc: Mapserver List (mapserver-users at lists.gis.umn.edu)
Oggetto: RE: compiling mapserver 4.0 with gdal support on VC7

Try mapserver compile with this LDFLAGS settings and tell me how goes it

"LDFLAGS =	/NODEFAULTLIB:msvcrt /NODEFAULTLIB:libcd"




More information about the mapserver-users mailing list