It's already installed. It just can't find the libraries
----- Original Message ----- From: Rob VanFleet <[EMAIL PROTECTED]> To: <debian-user@lists.debian.org> Sent: Thursday, February 08, 2001 10:07 PM Subject: Re: can't compile gnome apps > apt-get install libgnome-dev maybe? > > -Rob > > On Thu, Feb 08, 2001 at 07:50:05PM -0800, Cameron Matheson wrote: > > Hey, > > > > I can't compile gnome applications. When I try I get undefined reference errors to any gnome functions I've used. I'm using the gnome-config macro, so I wouldn't think i should be having any problems. Here's the line I'm using: > > > > g++ -Wall -o hello_world hello_world.cc `glib-config --cflags --libs` `gtk-config --cflags --libs` `gnome-config --cflags --libs` > > > > See any problems? > > > > Thanks > > Cameron Matheson > > > > ps I've also tried using autoconf and automake to build this (if that matters) > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > >