[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Devel] Win32 compilation problems
From: |
Peter Sakhno |
Subject: |
Re: [Devel] Win32 compilation problems |
Date: |
Mon, 15 Oct 2001 10:35:13 +0400 |
Hello Jon,
Monday, October 15, 2001, 8:16:45 AM, you wrote:
JB> Hi,
JB> I am attempting to compile freetype 204 under Visual C++. I can get it to
JB> compile into the .lib but it seems to be single threaded no matter what I
JB> do. When I incorporate it inot other projects I am getting lnk2005 and
JB> lnk4006 error like below. Anyone know whats going on?
JB> Thanks
JB> Jon
JB> LIBC.lib(crt0dat.obj) : warning LNK4006: __cinit already defined in
JB> LIBCMT.lib(crt0dat.obj); second definition ignored
JB> LIBC.lib(crt0dat.obj) : warning LNK4006: _exit already defined in
JB> LIBCMT.lib(crt0dat.obj); second definition ignored
JB> LIBC.lib(crt0dat.obj) : warning LNK4006: __exit already defined in
JB> LIBCMT.lib(crt0dat.obj); second definition ignored
JB> LIBC.lib(crt0dat.obj) : warning LNK4006: __cexit already defined in
JB> LIBCMT.lib(crt0dat.obj); second definition ignored
JB> LIBC.lib(crt0dat.obj) : warning LNK4006: __c_exit already defined in
JB> LIBCMT.lib(crt0dat.obj); second definition ignored
JB> LIBC.lib(crt0dat.obj) : warning LNK4006: __C_Exit_Done already defined in
JB> LIBCMT.lib(crt0dat.obj); second definition ignored
JB> LIBC.lib(crt0dat.obj) : warning LNK4006: __C_Termination_Done already
JB> defined in LIBCMT.lib(crt0dat.obj); second definition ignored
JB> LIBC.lib(crt0dat.obj) : warning LNK4006: __exitflag already defined in
JB> LIBCMT.lib(crt0dat.obj); second definition ignored
JB> LIBC.lib(crt0dat.obj) : warning LNK4006: __wpgmptr already defined in
JB> LIBCMT.lib(crt0dat.obj); second definition ignored
JB> LIBC.lib(crt0dat.obj) : warning LNK4006: __pgmptr already defined in
JB> LIBCMT.lib(crt0dat.obj); second definition ignored
JB> LIBC.lib(crt0dat.obj) : warning LNK4006: ___winitenv already defined in
JB> LIBCMT.lib(crt0dat.obj); second definition ignored
JB> LIBC.lib(crt0dat.obj) : warning LNK4006: __wenviron already defined in
JB> LIBCMT.lib(crt0dat.obj); second definition ignored
JB> LIBC.lib(crt0dat.obj) : warning LNK4006: ___initenv already defined in
JB> LIBCMT.lib(crt0dat.obj); second definition ignored
JB> LIBC.lib(crt0dat.obj) : warning LNK4006: __environ already defined in
JB> LIBCMT.lib(crt0dat.obj); second definition ignored
JB> LIBC.lib(crt0dat.obj) : warning LNK4006: ___wargv already defined in
JB> LIBCMT.lib(crt0dat.obj); second definition ignored
JB> LIBC.lib(crt0dat.obj) : warning LNK4006: ___argv already defined in
JB> LIBCMT.lib(crt0dat.obj); second definition ignored
JB> LIBC.lib(crt0dat.obj) : warning LNK4006: ___argc already defined in
JB> LIBCMT.lib(crt0dat.obj); second definition ignored
JB> LIBC.lib(crt0dat.obj) : warning LNK4006: __winminor already defined in
JB> LIBCMT.lib(crt0dat.obj); second definition ignored
JB> LIBC.lib(crt0dat.obj) : warning LNK4006: __winmajor already defined in
JB> LIBCMT.lib(crt0dat.obj); second definition ignored
JB> LIBC.lib(crt0dat.obj) : warning LNK4006: __winver already defined in
JB> LIBCMT.lib(crt0dat.obj); second definition ignored
JB> LIBC.lib(crt0dat.obj) : warning LNK4006: __osver already defined in
JB> LIBCMT.lib(crt0dat.obj); second definition ignored
JB> LIBC.lib(crt0dat.obj) : warning LNK4006: __umaskval already defined in
JB> LIBCMT.lib(crt0dat.obj); second definition ignored
JB> _______________________________________________
JB> Devel mailing list
JB> address@hidden
JB> http://www.freetype.org/mailman/listinfo/devel
add LIBC and LIBCMT to "Ignore libraries" in Project Settings (tab
"Link")
______________________________________________________________
Best regards,
Peter Sakhno mailto:address@hidden