Re: my program compiled by GCC crashed

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



王克驰 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 :(



[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux