On Thu, Sep 11, 2008 at 01:34:38AM +0000, Raiker wrote: > i'll just copy a few of the errors: > MSVCRT.lib(MSVCRT.dll) : error LNK2005: _malloc already defined in > LIBCD.lib(dbgheap.obj) > > various functions with this error. > LINK : warning LNK4098: defaultlib "MSVCRT" conflicts with use of > other libs; use /NODEFAULTLIB:library > LINK : warning LNK4098: defaultlib "LIBCMT" conflicts with use of > other libs; use /NODEFAULTLIB:library
These are related to either the freetype or pthreads libraries which I assume you installed from binary packages. You can ignore these warnings. > This is what leds me to believe i'm doing something wrong with the libs > that and that several google searches tell me the same. > > ag_gui.lib(hsvpal.obj) : error LNK2001: unresolved external symbol > __ftol2_sse > > freetype.lib(cff.obj) : error LNK2001: unresolved external symbol > ___security_cookie > > Debug/ADACII.exe : fatal error LNK1120: 14 unresolved externals > > So, what now? i doubt it's the compilers fault now... These unresolved symbols have nothing to do with Agar itself. _______________________________________________ Agar mailing list [email protected] http://libagar.org/lists.html
