cygwin wine porting part 2.

Christopher Faylor cgf@redhat.com
Tue May 28 20:30:00 GMT 2002


On Tue, May 28, 2002 at 04:58:40PM -0400, Steven Edwards wrote:
>This is the command line I am using and am still having problems:
>
>./configure --host=mingw32 --target=mingw32 --build=mingw32
>CFLAGS="-D__MINGW__ -D_WINDOWS -DWINE_NOWINSOCK" CC="gcc -mno-cygwin
>-fnative-struct" CXX="gcc -mno-cygwin -fnative-struct"
>
>When I go to build wine/library its not finding -msvcrt even though it
>is there. If I copy libmsvcrt.a to /lib to builds fine. Also it is still
>linking to cygwin1.dll

That's usually a sign of C++ components being in the build since there is
no mingw C++ library in cygwin yet.

Either that or you're including other libraries that rely on cygwin.

cgf

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list