I got gnu as; and it choked on gnu as with something like “as : /var/tmp/xyz.s …. Something unknown” on some *.c files. I wiped the whole thing out so I no longer had the error messages. ---------- From: Frank Heckenbach [SMTP:frank@g-n-u.de] Sent: Monday, January 17, 2000 3:25 PM To: gpc@gnu.de Subject: Re: compiling GPC on HP-UX Mason Ip wrote: > 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 :-( But do you have GNU as? That's what your message complained about. If you configure with `--with-gnu-as' but without `--with-gnu-ld', it might work with GNU as and HP's ld. Frank -- Frank Heckenbach, frank@g-n-u.de, http://fjf.gnu.de/ GPC To-Do list, latest features, fixed bugs: http://agnes.dida.physik.uni-essen.de/~gnu-pascal/todo.html
participants (1)
-
Mason Ip