| Hello,
I want to link a cpp
program on RedHat4, using gcc 3.4.4 with some shared libraries which are built
on RedHat3 using gcc 3.2.3.
I get warning
/usr/bin/ld:
warning: libstdc++.so.5, needed by lib/libicuuc.so, may conflict with
libstdc++.so.6
The executable is
built but segmentation faults in the shared library that is built on RH3 with
gcc 3.2.3
Is there any
solution for this problem ?
Thanks
---anh
|