From owner-freebsd-stable Wed Jan 3 13:24:39 2001 From owner-freebsd-stable@FreeBSD.ORG Wed Jan 3 13:24:37 2001 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from cgi.sstar.com (cgi.sstar.com [209.205.176.12]) by hub.freebsd.org (Postfix) with ESMTP id D9B6437B400 for ; Wed, 3 Jan 2001 13:24:36 -0800 (PST) Received: from jking (jking.lgc.com [134.132.76.82]) by cgi.sstar.com (8.11.1/8.11.1) with SMTP id f03LOTE23135 (using TLSv1/SSLv3 with cipher RC4-MD5 (128 bits) verified NO); Wed, 3 Jan 2001 15:24:35 -0600 (CST) (envelope-from jim@jimking.net) Message-ID: <015801c075cb$91f86580$524c8486@jking> From: "Jim King" To: "Daniel Eischen" Cc: References: Subject: Re: Threaded C++ Question Date: Wed, 3 Jan 2001 15:24:29 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "Daniel Eischen" wrote: > On Wed, 3 Jan 2001, Jim King wrote: > > "Daniel Eischen" wrote: > > > > Mozilla M18 binary from mozilla.org runs fine. Cool! > > > > > > That's because they changed the mozilla port to work around the > > > problem with libgcc (I believe with an explicit link -lgcc_r). > > > This should be reverted once the correct fix is committed to > > > libgcc and friends. > > > > But I didn't build Mozilla from the port, I downloaded the binary from > > mozilla.org. Something in -stable must have changed since the last time I > > tried to run the binary from mozilla.org. > > Well, here's the log from the port: > > revision 1.52 > date: 2000/12/21 19:40:39; author: reg; state: Exp; lines: +2 -2 > Explictly link against libgcc_r, to work around bugs in 4.2-RELEASE > onwards and -CURRENT. I'm still not sure why the bug was exposed only > recently, but it is due to libstdc++ being linked without the -nostdlib > option (causing it to be statically linked against libgcc even for the > threaded case). > > They could have used the same fix at mozilla.org.... The binary was built back in October. This is the same binary that failed on 4.2-RELEASE and -stable's as of a couple weeks ago. Jim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message