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
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
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