--- Steven Edwards <[EMAIL PROTECTED]> 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

Reply via email to