Subject: collect2: cannot find `ld'
To: None <port-vax@netbsd.org>
From: rj45 <rj45@lart.xmission.com>
List: port-vax
Date: 07/20/2000 10:13:21
I compile a very stupid programn, hello world


gcc -o hello hello.c
or even
gcc hello.c

I got this error

collect2: cannot find `ld'

???

how can I link ?
ls is in /usr/bin/ld

how come gcc can;t find it ?

thanks

rj45