Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 May 2002 20:32:26 +0200
From:      Bernd Walter <ticso@cicely5.cicely.de>
To:        freebsd-alpha@freebsd.org
Cc:        obrien@freebsd.org
Subject:   pthreads broken on -current
Message-ID:  <20020518183226.GE44753@cicely5.cicely.de>

next in thread | raw e-mail | index | archive | help
[75]cicely9# gcc -o foo foo.c 
[76]cicely9# gcc -pthread -o foo foo.c
/usr/lib/libc_r.so: undefined reference to `__gxx_personality_v0'
Exit 1
[77]cicely9# gcc -lc_r -o foo foo.c
/usr/lib/libc_r.so: undefined reference to `__gxx_personality_v0'
Exit 1
[78]cicely9# uname -a
FreeBSD cicely9.cicely.de 5.0-CURRENT FreeBSD 5.0-CURRENT #4: Fri May 17 16:14:51 CEST 2002     root@:/var/d7/builder/FreeBSD-2002-05-11/src/sys/alpha/compile/CICELY9  alpha
[79]cicely9# cat foo.c 
int
main(int argc, char *argv[]) {

        return 0;
}


This -current is a week old, can someone with a recent one please
check if this is still true.
I also can't check on i386 as I don't have a post gcc3.x i386.

-- 
B.Walter              COSMO-Project         http://www.cosmo-project.de
ticso@cicely.de         Usergroup           info@cosmo-project.de


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-alpha" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020518183226.GE44753>