public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* GCC:: __gxx_personality_v0 problem
@ 2002-07-02  9:08 Lindsay Braine
  2002-07-02  9:39 ` compiling GLIBC-2.2.5 RMD
  2002-07-03  3:49 ` GCC:: __gxx_personality_v0 problem Andrea 'Fyre Wyzard' Bocci
  0 siblings, 2 replies; 3+ messages in thread
From: Lindsay Braine @ 2002-07-02  9:08 UTC (permalink / raw)
  To: gcc-help

Dear Mailing List,

I am trying to use gcc to compile a simple .cxx file, but am getting the 
following error 'symbol __gxx_personality_v0: referenced symbol not 
found' when I try and use the created shared object. Can anyone provide 
some insight into why this might be occuring (looking at web search 
engines has revealed that it might be a configuration problem with 
previously installed versions of gcc clashing - but I have never had 
another version other that the one I am using!)

I am using GCC version 3.1
I am on Sun Solaris 8
Configuration information is :
->gcc -v     
Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.1/specs
Configured with: ../configure --with-as=/usr/ccs/bin/as 
--with-ld=/usr/ccs/bin/ld --disable-nls
Thread model: posix
gcc version 3.1

and my compilation command file reads :

echo "Compiling C Wrapper Code"
g++ -fPIC -c -I/usr/java1.2/include -I/usr/java1.2/include/solaris 
-I/space/otherlibs/libs service_wrap.cxx 
echo "Linking C Wrapper Code"
ld -G -o libservice_wrap.so service_wrap.o functionslib.o

Any help/pointers/answers would be gratefully recieved.
Best Regards,
Lindsay.




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-07-03 10:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-07-02  9:08 GCC:: __gxx_personality_v0 problem Lindsay Braine
2002-07-02  9:39 ` compiling GLIBC-2.2.5 RMD
2002-07-03  3:49 ` GCC:: __gxx_personality_v0 problem Andrea 'Fyre Wyzard' Bocci

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).