From owner-freebsd-questions@FreeBSD.ORG Sat Nov 6 23:55:16 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 238FC16A51F for ; Sat, 6 Nov 2004 23:55:16 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id D200B43D1D for ; Sat, 6 Nov 2004 23:55:15 +0000 (GMT) (envelope-from freebsdnews@gmail.com) Received: by wproxy.gmail.com with SMTP id 68so98237wri for ; Sat, 06 Nov 2004 15:55:15 -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:mime-version:content-type:content-transfer-encoding; b=DEbhuoHuSOYsjAwijwTw414gx+aUPNa7HmrJdyQ2zg8Pj4X8A9IH6OdsxutTKNNXMTDiOf7yO4mjWXjmyJbZT5zYcmdTuYxn8arO2Pt90YntsQZHmjyZ6AdCF/sUz2DQRUJaGA/30xOk3lYEf786njgC/7rpOd26r3nJGdnWBnA= Received: by 10.54.10.44 with SMTP id 44mr60130wrj; Sat, 06 Nov 2004 15:55:15 -0800 (PST) Received: by 10.54.50.38 with HTTP; Sat, 6 Nov 2004 15:55:15 -0800 (PST) Message-ID: <8292450b0411061555492ec72b@mail.gmail.com> Date: Sat, 6 Nov 2004 17:55:15 -0600 From: CHris Rich To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: 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: Sat, 06 Nov 2004 23:55:16 -0000 I am trying to compile gdk-pixbuf-0.11.0 but i get an error saying lgmodule not found. 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