Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

gcc c compiler not working

Status
Not open for further replies.

rk0000

Technical User
Mar 15, 2002
33
IN
I am using OS intel sun solaris 2.6.
I have installed gcc's c compiler ( package downloaded and added). I tested it . It is working fine
from last 2 months. now suddenly it is giving error. when i compile any c file
$ gcc test.c

ld.so.1: /usr/ccs/bin/ld: fatal: relocation error: file /usr/ccs/lib/libld.so.2: symbol _elf_getxoff:
referenced symbol not found
gcc: Internal compiler error: program ld got fatal signal 9

what is wrong ? I reinstalled the package. but still it is giving the same error why? please help...
/usr/ccs/li/libld.so.2
is there which is linked to /usr//lib/libld.so.2 ( which is also present).
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top