egcs-19981005 fails to build on hpux-10.20
Manfred Hollstein
manfred@s-direktnet.de
Wed Oct 7 03:12:00 GMT 1998
On Wed, 7 October 1998, 01:24:17, N8TM@aol.com wrote:
> You may have seen my complaints about this problem. It looks like instead of
> --with-gnu-as we now need --with-as=<pathname of desired as> and it's supposed
> to determine which kind of as we've supplied. It seems to be OK to specify
> both.
No, this is also caused by the $(unlibsubdir) patch :-( In the past
"xgcc" tried to locate "as" via ${exec_prefix}/${target}/bin; now it's
using ${libsubdir}/../../../${target}/bin - since you're just trying to
build the compiler, ${libsubdir} obviously doesn't exist, hence no GNU
"as" will be found.
You're right, using the new "--with-as=..." might help, but I'm afraid
a whole lot previously working setups, ways to work, ... have been broken
by this particular patch.
Very unfortunate indeed...
manfred
More information about the Gcc-bugs
mailing list