> $ export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH > $ export PATH=/usr/local/bin:${PATH} > $ export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH > $ sudo make libgeda > $ sudo make install > $ sudo ldconfig > > However, when I do the above (I used the Makefile's /usr/local/geda > defaults) I am getting this error when I go to execute the: sudo make > install (after I did the sudo make libgeda) > > configure: error: libgeda detection error: No package 'libgeda' found > make: *** [gschem/config.h] Error 1
Hmmmmm.... where are you trying to build libgeda? I suspect you are having *_PATH problems. That is, your LD_LIBRARY_PATH (or maybe PKG_CONFIG_PATH) is messed up, and doesn't point to the --prefix where you put libgeda. HTH, Stuart _______________________________________________ geda-dev mailing list geda-dev@moria.seul.org http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev