From owner-freebsd-questions@FreeBSD.ORG Sat Feb 7 13:25:19 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 5B8AF1065672 for ; Sat, 7 Feb 2009 13:25:19 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.24]) by mx1.freebsd.org (Postfix) with ESMTP id 104258FC0C for ; Sat, 7 Feb 2009 13:25:18 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: by qw-out-2122.google.com with SMTP id 9so346912qwb.7 for ; Sat, 07 Feb 2009 05:25:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=LRkAfFrudPoyK5aFac3oMzYqB1KIITHVFM0G53eGRoM=; b=YfnS7IMDWg+1jg1rPwnLA1hamu3dFK+T3RJ4Rlxd+NsQ2/JsIC1cKxDtK/TLycqf3y NrpQP1sa+ffpC5wU1ExUiAa3JmmahQzYOBjIPB5xK0SwSkabbZWiKLy9KMissGZfzfuw uZEEio/9J6+eNbvGtieD+5k0nIsUaaqnW7FWA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=BwjV3+dHODnqoABT8rEuHSLOCd3xKQx+VB3xMKcjUeHfPcLrA9ZU86xaaqci9Er2n/ 4LY0Dg1dS20D4ARRBZv90ehRBFDk5gPViF7O8oiHhGJStItcWarLfAYsweoklt+zELZp TClrvRwBQAjRFv3/Ad4dSp8GrpoS3IiYVMqJw= Received: by 10.214.116.16 with SMTP id o16mr976801qac.48.1234013118483; Sat, 07 Feb 2009 05:25:18 -0800 (PST) Received: from phoenix.local (n2-59-103.dhcp.drexel.edu [144.118.59.103]) by mx.google.com with ESMTPS id 4sm3295738yxq.46.2009.02.07.05.25.17 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 07 Feb 2009 05:25:17 -0800 (PST) Date: Sat, 7 Feb 2009 08:24:18 -0500 From: Glen Barber To: af300wsm@gmail.com Message-ID: <20090207132418.GA1931@phoenix.local> References: <00163645923c0f4e90046253d843@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <00163645923c0f4e90046253d843@google.com> User-Agent: Mutt/1.5.18 (2008-05-17) Cc: freebsd-questions@freebsd.org Subject: 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 13:25:19 -0000 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. Regards, -- Glen Barber