On Fri, 2008-10-03 at 16:58 -0500, Kipton Moravec wrote:
> It installed when I used the commands
>
> sudo make
> sudo make install
You might have eneded up with some stuff in /usr/local/... if that
previous log was to go by.
"make reconfig" at the top level might be useful - I wonder if some of
the sub-packages were configured for /usr/local, and those didn't get
re-configured when you ran the toplevel make. Not sure.
Sometimes I find if things need reconfiguring, this is useful:
make libgeda_config
make libgeda_install
So libgeda is installed and working, then you can:
make reconfig
make install
> It looks like everything is in /home/kip/geda
>
> but now it will not execute.
Did you set the paths as suggested in the makefile output you posted?:
export LD_LIBRARY_PATH=/home/kip/geda/lib:$LD_LIBRARY_PATH
export PATH=/home/kip/geda/bin:${PATH}
export PKG_CONFIG_PATH=/home/kip/geda/lib/pkgconfig:$PKG_CONFIG_PATH
You need those to build and run gEDA outside of /usr or /usr/local
--
Peter Clifton
Electrical Engineering Division,
Engineering Department,
University of Cambridge,
9, JJ Thomson Avenue,
Cambridge
CB3 0FA
Tel: +44 (0)7729 980173 - (No signal in the lab!)
_______________________________________________
geda-dev mailing list
[email protected]
http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev