<HTML><FONT FACE=arial,helvetica><FONT  SIZE=2>
<BR>
<BR>I compiled the proj.4 library under VC++ using the makefile.vc.  Everything 
<BR>went OK on that.  But when I try to link with the proj.lib, I get the 
<BR>following errors and warnings:  Any suggestions as to what's wrong here? 
<BR> Thanks.
<BR>
<BR>Jere Swanson
<BR>
<BR>Linking...
<BR>LIBCD.lib(crt0dat.obj) : error LNK2005: _exit already defined in 
<BR>msvcrtd.lib(MSVCRTD.dll)
<BR>LIBCD.lib(crt0dat.obj) : error LNK2005: __exit already defined in 
<BR>msvcrtd.lib(MSVCRTD.dll)
<BR>LIBCD.lib(dbgheap.obj) : error LNK2005: _malloc already defined in 
<BR>msvcrtd.lib(MSVCRTD.dll)
<BR>LIBCD.lib(dbgheap.obj) : error LNK2005: _free already defined in 
<BR>msvcrtd.lib(MSVCRTD.dll)
<BR>LIBCD.lib(crt0init.obj) : error LNK2005: ___xc_z already defined in 
<BR>msvcrtd.lib(cinitexe.obj)
<BR>LIBCD.lib(crt0init.obj) : error LNK2005: ___xc_a already defined in 
<BR>msvcrtd.lib(cinitexe.obj)
<BR>LIBCD.lib(crt0init.obj) : error LNK2005: ___xi_z already defined in 
<BR>msvcrtd.lib(cinitexe.obj)
<BR>LIBCD.lib(crt0init.obj) : error LNK2005: ___xi_a already defined in 
<BR>msvcrtd.lib(cinitexe.obj)
<BR>LIBCD.lib(winxfltr.obj) : error LNK2005: __XcptFilter already defined in 
<BR>msvcrtd.lib(MSVCRTD.dll)
<BR>msvcrtd.lib(MSVCRTD.dll) : error LNK2005: __setmbcp already defined in 
<BR>LIBCD.lib(mbctype.obj)
<BR>LINK : warning LNK4098: defaultlib "msvcrtd.lib" conflicts with use of other 
<BR>libs; use /NODEFAULTLIB:library
<BR>LINK : warning LNK4098: defaultlib "LIBCD" conflicts with use of other libs; 
<BR>use /NODEFAULTLIB:library
<BR>Debug/Wayne.exe : fatal error LNK1169: one or more multiply defined symbols 
<BR>found
<BR>Error executing link.exe.
<BR></FONT></HTML>