Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 May 2000 15:08:48 -0700
From:      Arun Sharma <adsharma@sharmas.dhs.org>
To:        Tadayuki Okada <tadayuki.okada@windriver.com>
Cc:        ports@freebsd.org
Subject:   Re: ports/18838: kdelibs2 - konqeror crushes with html file
Message-ID:  <20000526150848.A28293@sharmas.dhs.org>
In-Reply-To: <392EEF3F.7389FFAA@windriver.com>; from Tadayuki Okada on Fri, May 26, 2000 at 05:40:15PM -0400
References:  <392EE977.B3D051C3@windriver.com> <20000526142011.A28240@sharmas.dhs.org> <392EEF3F.7389FFAA@windriver.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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




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