gcc -mno-cygwin and autoconf 2.50

2001-05-29 Thread Teun Burgers
ou think is the best solution to this problem? thanks Teun Burgers

autoconf page not up to date

2001-05-31 Thread Teun Burgers
Hi, just want to mention this page reports 2.13 as the most recent version http://www.gnu.org/directory/autoconf.html Teun Burgers Title: autoconf: GNU Free Software Directory <[EMAIL PROTECTED] anyway. Thanks. --> autoconf - Produces shell scripts which automatically configure

Re: gcc -mno-cygwin and autoconf 2.50

2001-06-05 Thread Teun Burgers
Tim Van Holder wrote: > Of course, if you need to specify CC anyway, you might as well specify > your host system too: > > ./configure CC='gcc -mno-cygwin' --host=i386-pc-mingw32 > > After all, you're basically cross-compiling, aren't you. Earnie Boyd wrote: > This is the correct way to d