[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Devel] Win32 compilation problems
From: |
Jon Booth |
Subject: |
[Devel] Win32 compilation problems |
Date: |
Mon, 15 Oct 2001 14:16:45 +1000 (EST) |
Hi,
I am attempting to compile freetype 204 under Visual C++. I can get it to
compile into the .lib but it seems to be single threaded no matter what I
do. When I incorporate it inot other projects I am getting lnk2005 and
lnk4006 error like below. Anyone know whats going on?
Thanks
Jon
LIBC.lib(crt0dat.obj) : warning LNK4006: __cinit already defined in
LIBCMT.lib(crt0dat.obj); second definition ignored
LIBC.lib(crt0dat.obj) : warning LNK4006: _exit already defined in
LIBCMT.lib(crt0dat.obj); second definition ignored
LIBC.lib(crt0dat.obj) : warning LNK4006: __exit already defined in
LIBCMT.lib(crt0dat.obj); second definition ignored
LIBC.lib(crt0dat.obj) : warning LNK4006: __cexit already defined in
LIBCMT.lib(crt0dat.obj); second definition ignored
LIBC.lib(crt0dat.obj) : warning LNK4006: __c_exit already defined in
LIBCMT.lib(crt0dat.obj); second definition ignored
LIBC.lib(crt0dat.obj) : warning LNK4006: __C_Exit_Done already defined in
LIBCMT.lib(crt0dat.obj); second definition ignored
LIBC.lib(crt0dat.obj) : warning LNK4006: __C_Termination_Done already
defined in LIBCMT.lib(crt0dat.obj); second definition ignored
LIBC.lib(crt0dat.obj) : warning LNK4006: __exitflag already defined in
LIBCMT.lib(crt0dat.obj); second definition ignored
LIBC.lib(crt0dat.obj) : warning LNK4006: __wpgmptr already defined in
LIBCMT.lib(crt0dat.obj); second definition ignored
LIBC.lib(crt0dat.obj) : warning LNK4006: __pgmptr already defined in
LIBCMT.lib(crt0dat.obj); second definition ignored
LIBC.lib(crt0dat.obj) : warning LNK4006: ___winitenv already defined in
LIBCMT.lib(crt0dat.obj); second definition ignored
LIBC.lib(crt0dat.obj) : warning LNK4006: __wenviron already defined in
LIBCMT.lib(crt0dat.obj); second definition ignored
LIBC.lib(crt0dat.obj) : warning LNK4006: ___initenv already defined in
LIBCMT.lib(crt0dat.obj); second definition ignored
LIBC.lib(crt0dat.obj) : warning LNK4006: __environ already defined in
LIBCMT.lib(crt0dat.obj); second definition ignored
LIBC.lib(crt0dat.obj) : warning LNK4006: ___wargv already defined in
LIBCMT.lib(crt0dat.obj); second definition ignored
LIBC.lib(crt0dat.obj) : warning LNK4006: ___argv already defined in
LIBCMT.lib(crt0dat.obj); second definition ignored
LIBC.lib(crt0dat.obj) : warning LNK4006: ___argc already defined in
LIBCMT.lib(crt0dat.obj); second definition ignored
LIBC.lib(crt0dat.obj) : warning LNK4006: __winminor already defined in
LIBCMT.lib(crt0dat.obj); second definition ignored
LIBC.lib(crt0dat.obj) : warning LNK4006: __winmajor already defined in
LIBCMT.lib(crt0dat.obj); second definition ignored
LIBC.lib(crt0dat.obj) : warning LNK4006: __winver already defined in
LIBCMT.lib(crt0dat.obj); second definition ignored
LIBC.lib(crt0dat.obj) : warning LNK4006: __osver already defined in
LIBCMT.lib(crt0dat.obj); second definition ignored
LIBC.lib(crt0dat.obj) : warning LNK4006: __umaskval already defined in
LIBCMT.lib(crt0dat.obj); second definition ignored
- [Devel] Win32 compilation problems,
Jon Booth <=