Re: Problem detecting Cygwin/Mingw compiler

2001-01-05 Thread Earnie Boyd
Mo DeJong wrote: > > .../configure CXXFLAGS="-g -mno-cygwin" > > Any ideas? I just don't see how we can detect this case > without compiling something to see if -mno-cygwin is > getting passed to the Cygwin version of gcc. > What if you try to link? It should fail if the library is built for

Re: Problem detecting Cygwin/Mingw compiler

2001-01-04 Thread Mo DeJong
On Thu, 4 Jan 2001, Earnie Boyd wrote: > Mo DeJong wrote: > > > After the recent changes to AC_CYGWIN and AC_MINGW32, I noticed > > a new problem. > > > > Here is a little test that would have worked with the old > > approach that tried to compile a file, but it now fails. > > > > dnl If a m

Re: Problem detecting Cygwin/Mingw compiler

2001-01-04 Thread Earnie Boyd
Mo DeJong wrote: > After the recent changes to AC_CYGWIN and AC_MINGW32, I noticed > a new problem. > > Here is a little test that would have worked with the old > approach that tried to compile a file, but it now fails. > > dnl If a mingw compile is detected and cygwin.h is also found > dnl

Problem detecting Cygwin/Mingw compiler

2001-01-04 Thread Mo DeJong
After the recent changes to AC_CYGWIN and AC_MINGW32, I noticed a new problem. Here is a little test that would have worked with the old approach that tried to compile a file, but it now fails. dnl If a mingw compile is detected and cygwin.h is also found dnl then error out because they