Subject: re: `__gxx_personality_v0'
To: Mark Cesare <mcesare@nc.rr.com>
From: matthew green <mrg@eterna.com.au>
List: port-sparc64
Date: 10/24/2006 16:07:17
   
   I have a fresh install of NetBSD 3.0.1 on an Ultra10.

i have a very -current install on an ultra2.
   
   A simple program gives me a strange error. I assume its somthing very simple 
   (I've checked for a ";" several times)
   
   ultra10: {1} gcc program1.cc
   /var/tmp//ccU1Iy0a.o(.eh_frame+0x11): undefined reference to 
   `__gxx_personality_v0'
   ultra10: {2} cat program1.cc
   #include <stdio.h>
   
   main() {
           printf("Hello. This is a test.\n");
   }
   ultra10: {3} 
   
i get this also.  but if i use "g++" instead of "gcc" it works fine.


.mrg.