Subject: Compile prob
To: RiscBSD <port-arm32@NetBSD.ORG>
From: Patrick Welche <prlw1@cus.cam.ac.uk>
List: port-arm32
Date: 12/17/1996 16:04:07
I tried the following (no errors at the gcc -c -O stage)

ld -e start -dc -dp /usr/lib/crt0.o -L/usr/libexec abc.o def.o ghi.o klm.o nop.o q.o rs.o tuv.o -lf2c -lm -o gulp
collect2: ld returned 1 exit status
def.o: could not read symbols: Bad value
*** Error code 1

Stop.


and I can't find the man page for ld either... How can I fix symbols
and where can I find the ld gcc ps make man pages?

Patrick