Operating System - HP-UX
1833757 Members
2985 Online
110063 Solutions
New Discussion

/usr/ccs/bin/ld: Unsatisfied symbols:

 
sushant keerti
Advisor

/usr/ccs/bin/ld: Unsatisfied symbols:

Hi All,
I trying to compile a cpp pm in hp-ux 11.0 with aCC compiler and getting the following error.

/usr/ccs/bin/ld: Unsatisfied symbols:
String::String(const char *)%1 (first referenced in test.o) (code)
Srep_ATTLC::delete_srep() (first referenced in test.o) (code)

The command for compilation I used is:

/opt/softbench/bin/aCC -I/opt/aCC/include/SC test.C

Note:We have String header file in opt/aCC/include/SC

Please help..
1 REPLY 1
Dennis Handly
Acclaimed Contributor

Re: /usr/ccs/bin/ld: Unsatisfied symbols:

Questions about languages should go in the languages and scripting category:
http://forums.itrc.hp.com/service/forums/categoryhome.do?categoryId=150

Did you see the warning I mentioned in your other thread about using obsolete USL Standard Components?
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1243518

It seems that you don't know how to use them, so why start now? Switch to the standard string and .
But if you insist, you forgot "-l++".