discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: use cygwin to create mingw binaries


From: Helge Hess
Subject: Re: use cygwin to create mingw binaries
Date: Mon, 02 Apr 2001 19:53:28 +0200

export CFLAGS=-mno-cygwin
./configure

or 
export CC='gcc -mno-cygwin'
./configure

should do ?!

Helge

Michael Scheibler wrote:
> 
> Cygwin has got a compiler/linker switch to turn off the use of cygwin
> headers/libraries and to use mingw headers/libraries instead.
> It is:
> 
> gcc -mno-cygwin ...
> 
> How can I easily add this to gnustep's make process? Would it be
> possible to automatically set this option if host is cygwin and target
> is mingw32?
> 
> Michael
> 
> _______________________________________________
> Discuss-gnustep mailing list
> Discuss-gnustep@gnu.org
> http://mail.gnu.org/mailman/listinfo/discuss-gnustep

-- 
SKYRIX Software AG - http://www.skyrix.com/
Web Application Technology for Enterprises



reply via email to

[Prev in Thread] Current Thread [Next in Thread]