Ok, I just acquired a SPARC 10 and I installed the packages that the
Solaris2 FAQ told me I needed to support a C compiler. I left out the 64bit
ones as I won't need them. Now I get an error when I attempt to compile the
basic "Hello World" program, or any other program for that matter. Here's
the error:
ryoko% gcc hello.c
ld: fatal: ld.so.1: /usr/ccs/bin/ld: fatal: relocation error: file
/usr/lib/libld.so.2: symbol d
bg_mask: referenced symbol not found
ryoko%
Any ideas why this is happening? I have /usr/ccs/bin in my path, along with
/usr/lib so I know that's not the problem. I checked, and
/usr/lib/libld.so.2 exists as well. Thanks in advance for your help.
mike