This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gxx_personality_v0 undefined - 2.96 Libraries 3.2 GCC


On Thu, Jan 30, 2003 at 11:40:30AM -0700, J. Scott Edwards wrote:
> I just switched this machine from Debian Woody to SuSE 8.1 GNU/Linux but
> now when I try to build the software I'm working on I get this:
> 
> undefined reference to `__gxx_personality_v0'

You're linking with gcc, so you're not pulling in needed C++ runtime
support.  Link with g++ instead, or explicitly specify -lstdc++ or
-lsupc++ .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]