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]

Re: cannot build stepanov on solaris


>>>>> 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


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