From owner-freebsd-ports Wed Jan 6 21:29:47 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA06152 for freebsd-ports-outgoing; Wed, 6 Jan 1999 21:29:47 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from zippy.dyn.ml.org (congo-65.ppp.hooked.net [206.169.227.65]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA06146 for ; Wed, 6 Jan 1999 21:29:43 -0800 (PST) (envelope-from garbanzo@hooked.net) Received: from localhost (garbanzo@zippy.dyn.ml.org [127.0.0.1]) by zippy.dyn.ml.org (8.9.1/8.8.8) with ESMTP id VAA02896; Wed, 6 Jan 1999 21:32:18 -0800 (PST) (envelope-from garbanzo@hooked.net) Date: Wed, 6 Jan 1999 21:32:18 -0800 (PST) From: Alex Zepeda X-Sender: garbanzo@zippy.dyn.ml.org To: Kris Kennaway cc: Bill Woods , ports@FreeBSD.ORG Subject: Re: kdesupport11 port build problems on -current elf In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, 6 Jan 1999, Kris Kennaway wrote: > This seems common for ports using libqt - for some reason they don't see > libXext in /usr/X11R6/lib (but not for everyone, apparently, since the thing > was committed in the first place). If you add -lXext to the linker link above, > it links fine. I don't know how to use the --rpath option suggested, but I > suspect this is it. Any hints, anyone? The --rpath option is an argument for libtool to tell the _runtime_ linker where to find the libraries. Also, try removing the --x-inc and --x-lib configure arguments in the Makefile and see if that works. Lastly, I haven't cvsup'd recently so I don't know what kde*11 is using, but if it's using a recent snapshot, you can safely the part of the makefile that has if PORTOBJFORMAT==aout, which should be if PORTOBJFORMAT==elf. Wait, that could be part of the problem... hmm.. Try changing it to ==elf if it's using kde 1.0 distfiles or removing it if it's using snapshots or 1.1 alpha files... - alex | "Contrary to popular belief, penguins are not the salvation of modern | | technology. Neither do they throw parties for the urban proletariat." | | Powered by FreeBSD http://www.freebsd.org/ | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message