[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: gEDA-user: Cannot find libgeda (or libgeda.pc)
>
> 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
where libgeda.so lives.
Finally, after you are done building gattrib, don't forget to run "su
-c ldconfig".
Stuart