From owner-freebsd-questions@FreeBSD.ORG Thu Sep 18 12:51:49 2003 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 78D8916A4B3 for ; Thu, 18 Sep 2003 12:51:49 -0700 (PDT) Received: from imo-d04.mx.aol.com (imo-d04.mx.aol.com [205.188.157.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 662FA43FB1 for ; Thu, 18 Sep 2003 12:51:48 -0700 (PDT) (envelope-from Jmills817@aol.com) Received: from Jmills817@aol.com by imo-d04.mx.aol.com (mail_out_v36_r1.1.) id n.62.34bfac96 (25914) for ; Thu, 18 Sep 2003 15:51:45 -0400 (EDT) From: Jmills817@aol.com Message-ID: <62.34bfac96.2c9b66d0@aol.com> Date: Thu, 18 Sep 2003 15:51:44 EDT To: freebsd-questions@freebsd.org MIME-Version: 1.0 X-Mailer: 8.0 for Windows sub 913 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: updating PKG_CONFIG_PATH X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Sep 2003 19:51:49 -0000 This is my first post, so my apologies if this is going somewhere it shouldn't. Also, I'm a new convert (almost a week now), to freebsd and unix-in-general, so please correct me if you know I'm barking down the wrong path. I'm trying to install xfce4.0r4. I'm using a source tarball. The unpacking (my first time!) went fine. I built the first package (utils) in xfce's Build Order (./configure, make, make-install, make-distclean). Everything seems fine. I un-tar the next app (gui) (which has a dependecy on the previous app), and run ./configure. It stops and tells me it can't find utils in pkg-config path - add the dir of utils to PKG_CONFIG_PATH. But the thing is, I used the default prefix (/usr/local) so I don't know why it doesn't know to look there. I checked my PKG_CONFIG_PATH (I'm using tcsh), but I don't seem to have that variable (at all) in my env. I tried "env -i PKG_CONFIG_PATH=/usr/local/lib/pkgconfig". It echoed the path back to me, but when I checked env, it wasn't there. Also, I can't find the util package in /var/db/pkg. Do I need to update it, and if so, how? I'm sure someone knows what's going on here. Please help a poor newbie out!