This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: cannot build stepanov on solaris
- To: gcc at gcc dot gnu dot org
- Subject: Re: cannot build stepanov on solaris
- From: David Edelsohn <dje at watson dot ibm dot com>
- Date: Wed, 20 Jun 2001 10:54:30 -0400
>>>>> Neelakanth writes:
Neelakanth> I get the following error while trying to build stepanov with gcc
Neelakanth> 3.0 on solaris 8 Sparc.
Neelakanth> Undefined first referenced
Neelakanth> symbol in file
Neelakanth> __gxx_personality_v0 /var/tmp/cc6KcHoE.o
To whomever from Sun sent this without a reply address:
__gcc_personality_v0 is provided by the libstdc++ library which
automatically is linked if you use "g++" and not "gcc". This problem is
cockpit error. If you want to compile and link a C++ program with "gcc",
you need to link with the libraries that "g++" links with.
David