From owner-freebsd-alpha Sat May 18 11:33: 6 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from srv1.cosmo-project.de (srv1.cosmo-project.de [213.83.6.106]) by hub.freebsd.org (Postfix) with ESMTP id 6481C37B408; Sat, 18 May 2002 11:33:03 -0700 (PDT) Received: from cicely5.cicely.de (cicely5.cicely.de [IPv6:3ffe:400:8d0:301:200:92ff:fe9b:20e7]) (authenticated bits=0) by srv1.cosmo-project.de (8.12.3/8.12.3) with ESMTP id g4IIWwHc041528 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Sat, 18 May 2002 20:33:01 +0200 (CEST) (envelope-from ticso@cicely5.cicely.de) Received: from cicely5.cicely.de (localhost [IPv6:::1]) by cicely5.cicely.de (8.12.1/8.12.1) with ESMTP id g4IIWR95057572 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Sat, 18 May 2002 20:32:27 +0200 (CEST)?g (envelope-from ticso@cicely5.cicely.de) Received: (from ticso@localhost) by cicely5.cicely.de (8.12.1/8.12.1/Submit) id g4IIWRUw057571; Sat, 18 May 2002 20:32:27 +0200 (CEST)?g (envelope-from ticso) Date: Sat, 18 May 2002 20:32:26 +0200 From: Bernd Walter To: freebsd-alpha@freebsd.org Cc: obrien@freebsd.org Subject: pthreads broken on -current Message-ID: <20020518183226.GE44753@cicely5.cicely.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.26i X-Operating-System: FreeBSD cicely5.cicely.de 5.0-CURRENT i386 Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org [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