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!

ld: fatal: Symbol referencing errors.

Status
Not open for further replies.

microsky

MIS
May 7, 2001
33
I am a learner of unix gcc ,I recived following error messages when I compile a test program,any body can tell me what meaning is it? how can I get the detail of error message description ?
Thanks !

Mike

% gcc test.c
Undefined first referenced
symbol in file
err_sys /var/tmp/ccHXhlU_1.o
err_quit /var/tmp/ccHXhlU_1.o
ld: fatal: Symbol referencing errors. No output written to a.out
 
Seems like you have a library missing on not in your PATH, or the version of the library you have is not the right one.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top