From owner-freebsd-questions@FreeBSD.ORG Mon Nov 8 17:29:47 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0665616A4CE for ; Mon, 8 Nov 2004 17:29:47 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 954D543D31 for ; Mon, 8 Nov 2004 17:29:46 +0000 (GMT) (envelope-from freebsdnews@gmail.com) Received: by wproxy.gmail.com with SMTP id 68so162610wri for ; Mon, 08 Nov 2004 09:29:41 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=S5rFv2AXbDq6EDLiXKq9VE0EOZlrySn5yN2YPGDK71Sz3A7FNuJqUeKc6EBJ0vZpRVd9NVRi8odzTzKkj/nHnmfazlzlWPOYUAl5IT1FH8uznObtN34xuXeClus2JKm8grp1PK/wBKtAFRdLgwEjYqO+iwBqyxLOLVrs/qd1jBk= Received: by 10.54.31.63 with SMTP id e63mr1372wre; Mon, 08 Nov 2004 09:29:41 -0800 (PST) Received: by 10.54.50.38 with HTTP; Mon, 8 Nov 2004 09:29:41 -0800 (PST) Message-ID: <8292450b04110809292d33f3@mail.gmail.com> Date: Mon, 8 Nov 2004 11:29:41 -0600 From: CHris Rich To: "Conrad J. Sabatier" In-Reply-To: <20041106224441.074f5673@dolphin.local.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <8292450b0411061555492ec72b@mail.gmail.com> <20041106224441.074f5673@dolphin.local.net> cc: freebsd-questions@freebsd.org Subject: Re: Problems compiling a program X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: CHris Rich List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Nov 2004 17:29:47 -0000 Actually no I'm not building from the ports collection when I try to build from the ports i get a: Port is broken and it stops On Sat, 6 Nov 2004 22:44:41 -0600, Conrad J. Sabatier wrote: > On Sat, 6 Nov 2004 17:55:15 -0600, CHris Rich > wrote: > > > I am trying to compile gdk-pixbuf-0.11.0 but i get an error saying > > lgmodule not found. > > That's quite out of date. You should update your ports tree via cvsup > before trying to build gdk-pixbuf. > > > > > After googling for awhile the most i have been able to find out about > > it is that maybe it has something to do with gnome. Does anyone know > > what lgmodule is? > > > > /usr/bin/ld: cannot find -lgmodule > > *** Error code 1 > > > > that's the error i get when doing a make. > > > > If this is the wrong place to ask my apologies, but i don't know where > > else to try... > > > > > > THanks > > Are you using the ports collection? If so, the dependency > (devel/glib12) should be automatically built and installed as part of > the build process for gdk-pixbuf. It's possible that the Makefile for > gdk-pixbuf is lacking the necessary dependency, though, in which case > you could simply build and install glib12 first, and then return to the > build of gdk-pixbuf. > > Hope this helps. > > -- > Conrad J. Sabatier -- "In Unix veritas" >