Mason Ip wrote:
I had GNU {make, autoconf, automake, binutils, bison} on my $PATH on my HP-UX. I tried several times (first with gcc-2.7.2.1, second with all the GNU utils installed, third with gcc-2.95.2 binary installed) and got the same following error.
Hope someone can help me.
tail -20 make.log gpc1: warning: -g option disabled. gpc1: warning: -g is only supported when using GAS on this processor, gpc1: warning: -g option disabled.
Try giving configure the `--with-gnu-as' (and possibly also `--with-gnu-ld') option. I haven't had to use it so far, but according to the documentation, it should help...
Frank