kibstdc++3 dependency
From: Don Khan (root_at_localhost.localdomain)
Date: 09/18/04
- Next message: Nils O. Selåsdal: "Re: kibstdc++3 dependency"
- Previous message: ZZBunker: "Re: The history of windows."
- Next in thread: Nils O. Selåsdal: "Re: kibstdc++3 dependency"
- Reply: Nils O. Selåsdal: "Re: kibstdc++3 dependency"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 18 Sep 2004 14:05:01 GMT
Hello,
I have an application that was built on a RedHat AS 2.1 machine and there is
a dependency on libstdc++3. The RHAS 2.1 machine has the
libstdc++3-3.0.4-1.i386.rpm package but there is no such package on RHAS30
so my app will not startup as there is no libstdc++3 package on RHAS30.
In /usr/lib libstdc++3 is really a libstdc++.so.3 and on RHAS30 there is a
new libstdc++.so which is a link to libstdc++.so.5. RHAS 30 actually
packages libstdc++-3.2.3-20.i386.rpm. I tried to make a link
libstdc++.so.3 -> libstdc++.so.5 but now I get missing symbols when running
my app:
_ZNSt13_Format_cacheIcE6_S_getERSt8ios_base
_ZNSt13_Format_cacheIwE6_S_getERSt8ios_base
_ZNSt13_Format_cacheIcEC2Ev
_ZNSt13_Format_cacheIcEC1Ev
_ZNSt13_Format_cacheIwEC2Ev
_ZNSt13_Format_cacheIwEC1Ev
_ZNSt13_Format_cacheIcE11_S_literalsE
_ZNSt13_Format_cacheIcED2Ev
_ZNSt13_Format_cacheIcED1Ev
_ZNSt13_Format_cacheIcE11_S_pword_ixE
_ZNSt13_Format_cacheIcE11_M_populateERSt8ios_base
_ZNSt13_Format_cacheIcE11_S_callbackENSt8ios_base5eventERS1_i
_ZNSt13_Format_cacheIwED2Ev
_ZNSt13_Format_cacheIwED1Ev
_ZNSt13_Format_cacheIwE11_S_pword_ixE
_ZNSt13_Format_cacheIwE11_M_populateERSt8ios_base
_ZNSt13_Format_cacheIwE11_S_callbackENSt8ios_base5eventERS1_i
_ZNSt13_Format_cacheIwE11_S_literalsE
I wondered why the RHAS30 stdc++ is not backward compatable with apps linked
against the stdc++3 libs. I'm looking for options to get an app compiled on
RHAS21 to work on an RHAS30 machine. Why did the new stdc++ library get rid
of the Format_cache functions. Thanks.
-- Don Khan
- Next message: Nils O. Selåsdal: "Re: kibstdc++3 dependency"
- Previous message: ZZBunker: "Re: The history of windows."
- Next in thread: Nils O. Selåsdal: "Re: kibstdc++3 dependency"
- Reply: Nils O. Selåsdal: "Re: kibstdc++3 dependency"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|