Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 May 2000 20:12:36 -0700
From:      Arun Sharma <adsharma@sharmas.dhs.org>
To:        Will Andrews <andrews@technologist.com>
Cc:        tadayuki.okada@windriver.org, ports@FreeBSD.ORG
Subject:   Re: ports/18838: kdelibs2 - konqeror crushes with html file
Message-ID:  <20000526201236.A28884@sharmas.dhs.org>
In-Reply-To: <20000526214641.D580@argon.gryphonsoft.com>; from Will Andrews on Fri, May 26, 2000 at 09:46:41PM -0400
References:  <20000526175947.4458837BEC7@hub.freebsd.org> <200005262031.NAA28137@sharmas.dhs.org> <20000526214641.D580@argon.gryphonsoft.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, May 26, 2000 at 09:46:41PM -0400, Will Andrews wrote:
> On Fri, May 26, 2000 at 01:31:43PM -0700, Arun Sharma wrote:
> > See my earlier posts on the topic. You need -Wl,-export-dynamic in
> > your linker flags for konqueror.
> 
> The reason I haven't uploaded any fix for this is primarily because I
> can't find anyplace where it will be universal.  I don't want to have to
> maintain a billion different patch files with this in it.  I'm trying to
> figure out the best way to add "-lgcc -lstdc++ -Wl,-export-dynamic" to
> ALL KDE2 linking flags.
> 
> Suggestions?

$ LDFLAGS=-Wl,-export-dynamic LIBS='-lgcc -lstdc++' ./configure
should take care of most cases. But you'll need to patch some manually.

	-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?20000526201236.A28884>