PDA

View Full Version : a beginer in linux has problem with Anjuta


sirmoreno
February 8th, 2006, 02:02 PM
i got a msg that i need "glib" and i can't find it
i tryed looking up "libglib" but can't find that too
and i don't realy know what to do with the folders i copyed from the ftp
some help pls

Adrian
February 8th, 2006, 02:06 PM
Try installing the build-essential package from Synaptic.

sirmoreno
February 8th, 2006, 02:16 PM
how?

nixclusive
February 8th, 2006, 02:30 PM
try
sudo apt-get install build-essential

in the terminal window. (Right Click on the desktop and click open terminal.)

sirmoreno
February 8th, 2006, 02:42 PM
I already install sudo apt-get install build-essential
but the anjuta tells me to install new packages:
glib,automake,autoconf,libtool and i have no idea how.

nixclusive
February 8th, 2006, 03:02 PM
simple:

sudo apt-get install glib automake autoconf libtool

The beauty of apt-get is that it automatically satisfies dependencies. :D

jan
March 24th, 2006, 07:52 AM
Watch out to install also the -dev packages for the libraries - like libglib2.0-dev, libglib1.2-dev etc. I had Anjuta telling about missing glib but it is actually one of these -dev i think. Now my anjuta seems to work fine. Simply use Synaptic to install the packages, its located in System > Administration > Synaptic Package Manager :D.