From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from sccrmhc11.comcast.net ([204.127.202.55]) by speech.braille.uwo.ca with esmtp (Exim 3.35 #1 (Debian)) id 1A4Yo2-0007KF-00 for ; Wed, 01 Oct 2003 00:41:42 -0400 Received: from pcp02174144pcs.verona01.nj.comcast.net ([68.37.217.154]) by comcast.net (sccrmhc11) with SMTP id <2003100104410701100m0foee>; Wed, 1 Oct 2003 04:41:07 +0000 Date: Wed, 1 Oct 2003 00:40:28 -0400 (EDT) From: Igor Gueths X-X-Sender: igueths@squeaks To: speakup@braille.uwo.ca Subject: glib Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: speakup-admin@braille.uwo.ca Errors-To: speakup-admin@braille.uwo.ca X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.0.11 Precedence: bulk Reply-To: speakup@braille.uwo.ca List-Help: List-Post: List-Subscribe: , List-Id: Speakup is a screen review system for Linux. List-Unsubscribe: , List-Archive: Hi all. I am trying to build all the Gnome-2.4 dependencies from source, and this involves me building ATK so that I can compile Gtk. The problem is that I can't get the ATK configure script to find Glib-2.0.0. I built and installed Glib correctly as far as I am concerned. I coppied the object files from /usr/local/glib-2.2.2/glib to /usr/lib and /usr/local/lib and that didn't help. Does anyone know what files the script is looking for? I also set PKG_CONFIG_PATH to point to the location of glib-2.0.pc and that didn't help. I also tried editing /etc/ld.so.conf to point to the locations of the Glib object files and this did nothing. Am I missing something here? Thanks!