From owner-freebsd-ports Tue Aug 24 20:20:58 1999 Delivered-To: freebsd-ports@freebsd.org Received: from tokyonet-entrance.astec.co.jp (tokyonet-entrance.astec.co.jp [202.239.16.2]) by hub.freebsd.org (Postfix) with ESMTP id AB7CC152A6 for ; Tue, 24 Aug 1999 20:20:52 -0700 (PDT) (envelope-from nakai@internetsolutions.co.jp) Received: from amont.astec.co.jp (amont.astec.co.jp [172.20.10.1]) by tokyonet-entrance.astec.co.jp (8.9.1+3.0W/3.7W-astecMX2.3) with ESMTP id MAA00242; Wed, 25 Aug 1999 12:19:50 +0900 (JST) Received: from internetsolutions.co.jp (isg29.astec.co.jp [172.20.70.229]) by amont.astec.co.jp (8.7.6/3.6W-astecMX2.4) with ESMTP id MAA29183; Wed, 25 Aug 1999 12:19:50 +0900 (JST) Message-ID: <37C360D3.53896EB2@internetsolutions.co.jp> Date: Wed, 25 Aug 1999 12:19:47 +0900 From: =?iso-2022-jp?B?GyRCQ2YwZhsoQiAbJEI5LEduGyhC?= Organization: InternetSolutions, Inc. X-Mailer: Mozilla 4.5 [ja] (Win98; I) X-Accept-Language: ja MIME-Version: 1.0 To: Chris Piazza Cc: Will Andrews , Scott Michel , FreeBSD Ports List Subject: Re: Compile KDE with PREFIX set? References: <37C30F55.7770700A@cs.ucla.edu> <19990824145302.D56588@norn.ca.eu.org> Content-Type: text/plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I think Scott says the problem is that the KDE configure automatically add search path -L${PREFIX}/lib , not -L/usr/local/lib. If so, add CONFIGURE_ENV+= LIBS='-L${LOCALBASE}/lib' to the Makefile in the ports. Chris Piazza wrote: > > On Tue, Aug 24, 1999 at 05:41:33PM -0400, Will Andrews wrote: > > On 24-Aug-99 Scott Michel wrote: > > > I'm compiling up kde11 with PREFIX set: > > > > > > make PREFIX=/usr/local/kde > > > > Why are you compiling it with this PREFIX? KDE installs fine with the usual > > /usr/local PREFIX. > > > > > Anyone got a good workaround? > > > > Leave PREFIX alone. That'll solve your problem. > > Wrong solution: that's what it's for. The real solution is to use > -L${LOCALBASE}/lib instead of -L${PREFIX}/lib. > > -Chris > -- > cpiazza@home.net cpiazza@FreeBSD.org > "It's better to be quotable than to be honest." > --Tom Stoppard > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message -------------- Yukihiro Nakai To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message