Quick question on the Cygwin/Mingw port

Andriy Palamarchuk apa3a at yahoo.com
Wed May 29 09:29:02 CDT 2002


--- Steven Edwards <Steven_Ed4153 at yahoo.com> wrote:
[skip]
> I'm using cygwin to host my mingw WINE devel with
> --target=mingw
> --host-mingw --build=mingw -mno-cygwin and
> -fnative-struct and it is
> still linking to cygwin1.dll. I don't really
> understand whats going on
> because it doesn't seem to be using any of the
> exports from cygwin1.dll
> but if I try to test the dlls/programs/tools on
> another box it bitches
> about missing the dll. 

Linking with only -mno-cygwin option works for me to
compile an app on Windows, like:

gcc -mno-cygwin $1.o -o $1.exe

This is with cygwin toolchain.
Not sure if it helps.

Andriy

__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com



More information about the wine-devel mailing list