From owner-freebsd-ports Fri May 26 15: 9:12 2000 Delivered-To: freebsd-ports@freebsd.org Received: from sharmas.dhs.org (c62443-a.frmt1.sfba.home.com [24.0.69.165]) by hub.freebsd.org (Postfix) with ESMTP id 1FFF737B8A2 for ; Fri, 26 May 2000 15:09:04 -0700 (PDT) (envelope-from adsharma@sharmas.dhs.org) Received: (from adsharma@localhost) by sharmas.dhs.org (8.9.3/8.9.3) id PAA28300; Fri, 26 May 2000 15:08:48 -0700 Date: Fri, 26 May 2000 15:08:48 -0700 From: Arun Sharma To: Tadayuki Okada Cc: ports@freebsd.org Subject: Re: ports/18838: kdelibs2 - konqeror crushes with html file Message-ID: <20000526150848.A28293@sharmas.dhs.org> References: <392EE977.B3D051C3@windriver.com> <20000526142011.A28240@sharmas.dhs.org> <392EEF3F.7389FFAA@windriver.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: <392EEF3F.7389FFAA@windriver.com>; from Tadayuki Okada on Fri, May 26, 2000 at 05:40:15PM -0400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, May 26, 2000 at 05:40:15PM -0400, Tadayuki Okada wrote: > Arun Sharma wrote: > > See my past posts for details. Basically, libkhtml.so finds some missing > > symbols. Those symbols are in libgcc.a and linked into konqueror, but > > are not available for dynamic linking. > > > I see. > But if a executable (which uses libkhtml.so) doesn't use those symbols, > won't it be a problem for libkhtml.so? 1. All programs compiled with gcc get linked with libgcc.a 2. Even if a program doesn't use C++ exceptions, it has those symbols linked in. 3. The problem is limited to only symbols in libgcc.a 4. Linking libkhtml.so with libgcc.a doesn't fix the problem. I get core dumps in __eh_rtime_match. -Arun To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message