Re: can't compile gnome apps

2001-02-09 Thread Cameron Matheson
It's already installed. It just can't find the libraries - Original Message - From: Rob VanFleet <[EMAIL PROTECTED]> To: Sent: Thursday, February 08, 2001 10:07 PM Subject: Re: can't compile gnome apps > apt-get install libgnome-dev maybe? > > -Rob >

Re: can't compile gnome apps

2001-02-09 Thread Rob VanFleet
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

can't compile gnome apps

2001-02-08 Thread Cameron Matheson
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