my program compiled by GCC crashed

Kai Ruottu kai.ruottu@wippies.com
Fri Dec 11 13:12:00 GMT 2009


Íõ¿Ë³Û wrote:
> Actually, I need to use xerces library which has dependencies on the
> following libraries. But when these libraries were linked, the system
> crashed by calling pthead_exit().
>
> /usr/lib/amd64/libicuuc.so.3
> /usr/lib/amd64/libicudata.so.3
> /usr/lib/amd64/libCrun.so.1
>   

The last seems to be a C++ library. For some reason looking with 'nm' or
even with 'objdump'
the 'amd64' libraries didn't succeed but my memory tells that those
'libC*' ones would be runtime
C++ libraries, compatible with Sun's own C++ compiler but not with GNU
C++ or 'g++'. The C++
libraries aren't like the C ones, compatible with each C/C++ compiler
but specific to only one :(




More information about the Gcc-help mailing list