Date: Sat, 20 May 2000 10:39:59 -0700 From: "David O'Brien" <obrien@freebsd.org> To: Arun Sharma <adsharma@sharmas.dhs.org> Cc: kde-devel@kde.org, ports@freebsd.org Subject: Re: C++ exception handling and non Linux platforms Message-ID: <20000520103959.A12924@dragon.nuxi.com> In-Reply-To: <20000519083947.A47819@sharmas.dhs.org>; from adsharma@sharmas.dhs.org on Fri, May 19, 2000 at 08:39:47AM -0700 References: <20000519083947.A47819@sharmas.dhs.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, May 19, 2000 at 08:39:47AM -0700, Arun Sharma wrote: > Most non Linux platforms do not link in libgcc.a by default. Uh... NO! Try running ``cc -v'' sometimes on FreeBSD. libgcc.a is a *REQUIRED* library to link against when using GCC. There is C++ exception handling code in Linux's glibc2, that I cannot fathom why they put it there. I have a feeling your problems are the fault of the software you are trying to port. From other things you've said, I would say libtool could also have a bug and be at fault. -- -- David (obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000520103959.A12924>