From owner-freebsd-questions@FreeBSD.ORG Sat Feb 7 15:02:01 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4025E106567C for ; Sat, 7 Feb 2009 15:02:01 +0000 (UTC) (envelope-from af300wsm@gmail.com) Received: from rv-out-0304.google.com (rv-out-0304.google.com [209.85.198.217]) by mx1.freebsd.org (Postfix) with ESMTP id 20B2E8FC13 for ; Sat, 7 Feb 2009 15:02:00 +0000 (UTC) (envelope-from af300wsm@gmail.com) Received: by rv-out-0304.google.com with SMTP id b20so532377rvf.31 for ; Sat, 07 Feb 2009 07:02:00 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <20090207132418.GA1931@phoenix.local> Received: by 10.114.199.3 with SMTP id w3mr507303waf.7.1234018920649; Sat, 07 Feb 2009 07:02:00 -0800 (PST) Message-ID: <0016e64b9d086955190462556bd4@google.com> Date: Sat, 07 Feb 2009 15:02:00 +0000 From: af300wsm@gmail.com To: Glen Barber , af300wsm@gmail.com, freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: Re: Snag in installing KDE4; need libgs but where is it X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2009 15:02:01 -0000 On Feb 7, 2009 6:24am, Glen Barber wrote: > af300wsm@gmail.com said: > > > Hi, > > > > > > I decided last night to try and install KDE4. I left it compiling to go to > > > bed. When I got up, I saw that it had his this snag: > > > > > > checking for vasprintf... yes > > > checking for gsapi_new_instance in -lgs... no > > > configure: error: You need libgs in order to compile libspectre > > > > > > > > > I can't find a port that installs libgs. At least, I did these two things: > > > > > > make search name=libgs > > > make search name=ghostscript > > > > > > > I did `make search name="libspectre"' which is where your build failed. I see afew dependencies on ghostscript and gsfonts. Either try building libspectre directly (/usr/ports/print/libspectre) or the ghostscript/gsfonts dependencies directly. > > > A port upgrade to ghostscript seemed to correct that problem. Thanks, Andy