[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: gEDA-user: Cannot find libgeda (or libgeda.pc)
On Wed, Oct 26, 2005 at 12:56:21PM -0400, Stuart Brorson wrote:
> >
> > gattrib 20050820
> > ./configure
> > [...]
> > checking for LIBGEDA_LIBS...
> > configure: error: Cannot find libgeda (or libgeda.pc), please install
> > libgeda
>
> Make sure you set PKG_CONFIG_PATH to point to the place where you put
> libgeda.pc. Also make sure LD_LIBRARY_PATH includes the directory
Why should I do it? The Download page of gEDA doesn't say anything
about doing that.
I am not going to do that until you put on the Download page that it
should be done ;-)
CL<
> where libgeda.so lives.
>
> Finally, after you are done building gattrib, don't forget to run "su
> -c ldconfig".
>
> Stuart