[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gEDA-dev: gschem compiling



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


_______________________________________________
geda-dev mailing list
geda-dev@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev