help-gplusplus
[Top][All Lists]
Advanced

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

undefined reference to `std::_Format_cache<char>::_Format_cache[in-charg


From: Andrea Casciotta
Subject: undefined reference to `std::_Format_cache<char>::_Format_cache[in-charge]()'
Date: Wed, 2 Jul 2003 11:52:33 +0200

I'm using g++ compiler version 3.2 on RedHat Linux 8.0. During the linking phase of an application program the link is completed unsuccessfully caused by the following log:
 
 undefined reference to `std::_Format_cache<char>::_Format_cache[in-charge]()'.............
 
I know that the Format_cache class should be exported by libstdc++ but my libstdc++.a doesn't export this class.
Where can I find a libstdc++ exporting Format_cache class? Must I install a different version of the g++ compiler?
 
Thanks in advance.
 
Casciotta Andrea
 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]