When I run compile and link helloworld.c on my RH 8.0 machine, this is
what I get:
$ gcc -v helloworld.c -o helloworld
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.2/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
--infodir=/usr/share/info --enable-sh
I just installed RH8.0 (Psyche) on a PC,
and tried out compiling some code with the
'gcc' and 'g77' compilers (in /usr/bin/gcc
and /usr/bin/g77).
Compiling works OK, however linking the code with
either 'gcc' or 'g77' fails with the message
collect2: cannot find ld
The linker/loader exec