Andy Ross writes: > Norman Vine wrote: > > Andy Ross wrote: > > > You *can* do this with cygwin [...] The compiler supports a > > > -mno-cygwin flag > > > > > > Unfortunately it turns out that cygwin doesn't install these tools > > > under the conventional "platform-program" names (e.g. mingw32-gcc) > > > > To invoke the the MingW version of the Cygwin compiler use gcc > > -mno-cygwin > > Yes, but the question was how to specify that option to an > autoconf-generated configure script to get it to use that option. > Cygwin doesn't follow the standard convention here. > >
CFLAGS="-Wall -O2 -mno-cygwin" CXXFLAGS="-Wall -O2 -mno-cygwin" ./configure? Cheers - Dave _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
