Well, I couldn’t get gnu ld; binutils-2.9.1 package (from HP’s site) had “ld” missing. I fetched the source of binutils-2.9.1 and tried to build it myself with no luck. The configure script complained that “this configuration …. had problem building ld”. So, I’m still stuck with getting gnu ld before I can build gpc :-(
---------- From: Nicholas Geovanis [SMTP:nickgeo@merle.acns.nwu.edu] Sent: Monday, January 17, 2000 9:23 AM To: gpc@gnu.de Subject: Re: compiling GPC on HP-UX
On Sun, 16 Jan 2000, Frank Heckenbach wrote:
> > 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...
It was the case with older gcc's that the GNU assembler and loader were required instead of HP's on HPUX. I haven't looked at 2.95 yet, so I don't know if theis is still true with "post-reunification" gcc. If I recall, 2.7.2 still required gas.
> Frank Heckenbach, frank@g-n-u.de, http://fjf.gnu.de/