gEDA-dev: gschem compiling
Stuart Brorson
sdb at cloud9.net
Tue Sep 26 12:56:10 EDT 2006
On Tue, 26 Sep 2006, John Griessen wrote:
>> ==============================
> checking for GLIB24... yes
> checking for LIBGEDA... configure: error: Cannot find libgeda (or
> libgeda.pc), please install libgeda
>
> I installed libgeda from source by this method:
>
> cd gaf/libgeda
> make maintainer-clean
> ./autogen.sh
> ./configure --prefix=/opt/geda --disable-nls
> make install
>
> and it completed without errors
You need to set your PKG_CONFIG_PATH environment variable to point to
the place where LIBGEDA lives. Do this:
locate libgeda.so
export PKG_CONFIG_PATH=/place/where/you/found/libgeda.so:${PKG_CONFIG_PATH}
("Locate" -- if it is installed on your machine -- will tell you where
libgeda.so lives. If you have
several of them in different places, either nuke the ones you don't
use or make sure that you place the one you want to use first on the
search path.)
HTH,
Stuart
More information about the geda-dev
mailing list