CC LInker Error UNIX Sun Solaris

Hi Together,

while compiling my program with CC I get the following Error message from the Linker:

Undefined first referenced
symbol in file

std::basic_string<char,std::char_traits<char>,std::allocator<char> >&std::basic_string<char,std::char_traits<char>,std::allocator<char> >::__sun_append(const std::basic_string<char,std::char_traits<char>,std::allocator<char> >&) /opt/RogueWave/XMLOL/lib/libtls7712d.so

std::basic_string<char,std::char_traits<char>,std::allocator<char> >&std::basic_string<char,std::char_traits<char>,std::allocator<char> >::__sun_append(const std::basic_string<char,std::char_traits<char>,std::allocator<char> >&) /opt/RogueWave/XMLOL/lib/libtls7712d.so

ld: fatal: Symbol referencing errors. No output written to po_main
*** Error code 1
make: Fatal error: Command failed for target `po_main'

I've already checked the LD_LIBRARY_PATH.

A hint would help me very much.

Thanks in Advance.

NIk

:confused:

Hi,

I've tried to LInk with the flag but the following message came up:

ld: fatal: library -lstdc++: not found
ld: fatal: File processing errors. No output written to datenmodell_main+

I can't find the lstdc flag in the CC manual. But I tried it with -lC and got the same error with this library. Maybe a missing Path?

Thanks

Nik

I linked the lib: /usr/lib/libCstd.so.1 and it worked, but when I run the exe the following error came up:

ld.so.1: po_main: fatal: libpo1212d.so: open failed: No such file or directory
Killed

libpo1212d.so is placed in the directory of po_main

Is there somebody who have an idea of solving the problem?

Thanks

nik