|
From: Mojca M. <moj...@gm...> - 2006-05-08 23:55:35
|
Hello,
I'm glad that CVS is working again. But some days ago I noticed that
I'm not able to compile the code any more. I did a checkout into a
fresh folder, but the problem persists. I'm compiling on Windows, MS
Visual Studio 2005 with makefile.nt. Some time ago the files compiled
OK.
Any ideas or suggestions?
Thanks,
Mojca
LIBCMT.lib(invarg.obj) : error LNK2005: __invoke_watson already defined in =
MSVCR
... [lots of lines of the same message] ...
LIBCMT.lib(crt0init.obj) : error LNK2005: ___xc_a already defined in MSVCRT=
.lib(
cinitexe.obj)
LIBCMT.lib(crt0init.obj) : error LNK2005: ___xc_z already defined in MSVCRT=
.lib(
cinitexe.obj)
LIBCMT.lib(crt0.obj) : error LNK2005: _mainCRTStartup already defined in MS=
VCRT.
lib(crtexe.obj)
LIBCMT.lib(errmode.obj) : error LNK2005: ___set_app_type already defined in=
MSVC
RT.lib(MSVCR80.dll)
LINK : warning LNK4098: defaultlib 'MSVCRT' conflicts with use of other lib=
s; us
e /NODEFAULTLIB:library
LINK : warning LNK4098: defaultlib 'LIBCMT' conflicts with use of other lib=
s; us
e /NODEFAULTLIB:library
pgnuplot.exe : fatal error LNK1169: one or more multiply defined symbols fo=
und
NMAKE : fatal error U1077: 'C:\Programi\MSVC\VC\BIN\cl.EXE' : return code '=
0x2'
Stop.
|