This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: opts.sh breaks compile on mingw
- From: AWLaFramboise at aol dot com
- To: pinskia at physics dot uc dot edu
- Cc: pinskia at physics dot uc dot edu, gcc at gcc dot gnu dot org
- Date: Sat, 28 Jun 2003 00:21:28 -0400
- Subject: Re: opts.sh breaks compile on mingw
In a message dated 6/27/2003 10:12:16 PM Eastern Standard Time, pinskia@physics.uc.edu writes:
> What version of gawk do you have, the lasted one without a patch had
> bugs in it.
I was using GNU Awk 3.0.4. After upgrading to GNU Awk 3.1.2,
problems seem to go away with that, and the bootstrap
continues! Thank you very much.
3.0.4 is the stock awk that comes with current release
MSYS for MinGW.
Perhaps there should be some kind of check somewhere for
a gawk of sufficient vintage? Its a little disturbing to
me that GCC now has such a strict dependency on things
like gawk.. it seems like this would be a problem for
a lot of others besides myself ;\
Also, perhaps this should be documented somewhere a little
more obvious?
Thanks a ton,
Aaron