Linking static library from Mingw32 with Visual C++
Danny Smith
danny_r_smith@hotmail.com
Thu Aug 3 14:24:00 GMT 2000
>
>I don't think you can a statlib created by cygwin's gcc -mno-cygwin
>using MSVC. Perhaps mingw can create MSVC-compatible libs, but I doubt
>it.
>
>--Chuck
>
Yes can link against mingw-built (C and Fortran, *not* C++) static libs
with MSVC, but be careful to link against MS DLL runtime (either msvcrt.dll
or crtdll.dll, depending on your mingw build) and not the MS static runtime
libs. Also may need to link against libgcc.a (in MSVC) to resolve symbols
that live there (like the builtin gcc functions).
Regards
Danny
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com
More information about the Cygwin
mailing list