Subject: `__gxx_personality_v0'
To: None <port-sparc64@NetBSD.org>
From: Mark Cesare <mcesare@nc.rr.com>
List: port-sparc64
Date: 10/23/2006 23:18:23
All,

I have a fresh install of NetBSD 3.0.1 on an Ultra10.

A simple program gives me a strange error. I assume its somthing very simple 
(I've checked for a ";" several times)

A search of NerBSD.org was empty but there is a few hits on Google mostly 
Mac related. Any ideas ???

error and code below...

Mark C


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}