Philip Plant wrote:
I've been trying to compile GPC on my NetBSD/sparc 1.5.2 system. Unfortunately it fails with a bunch of 'undefined reference' errors for calls to libc functions.
Here are a few snips of the output from make. If anyone could suggest a fix, I'd be very grateful.
bash-2.05$ uname -a NetBSD helios 1.5.2 NetBSD 1.5.2 (GENERIC) #0: Wed Aug 22 04:33:09 CST 2001 toor@proxima:/usr/src/sys/arch/sparc/compile/GENERIC sparc
bash-2.05$ make
I'm not familiar with *BSD, but you might need to do `make bootstrap' (see the GCC install instructions).
Frank