Re: building gcc 4.1.1 on HP-UX 10.20

2006-08-14 Thread Greg Wooledge
On Sat, Aug 12, 2006 at 02:53:47PM -0400, John David Anglin wrote: > > In order to build gcc 4.1.1 on HP-UX 10.20 I had to install GNU awk > > and also configure with --disable-threads. The vendor's awk did not > > build the options.h file correctly; the exact symptom was duplicated > > OPT_d and

building gcc 4.1.1 on HP-UX 10.20

2006-08-11 Thread Greg Wooledge
In order to build gcc 4.1.1 on HP-UX 10.20 I had to install GNU awk and also configure with --disable-threads. The vendor's awk did not build the options.h file correctly; the exact symptom was duplicated OPT_d and OPT_w symbols in the enum. Then, the build blew up when it tried to use pthreads (