[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: gEDA-user: Geda 1.6 Installation failed



On Wed, 07 Oct 2009 13:11:20 +0200, Giuliano Lovisotto wrote:

> After that I did ./configure --prefix=$HOME/geda, make and make install.
                               ^^^^^^^^^^^^^^^^^^^ 

This option will result in binaries in $HOME/geda/bin . Probably, this 
directory is not included your $PATH environment variable. So the shell 
won't find the gschem binary. 

See the output of  
	echo $PATH
for the current contents of your PATH variable. 

There are a couple of options to fix this:

a) --prefix=/usr/local
(make sure, this directory is writable for the use, who issues "make 
install")

b) Add $HOME/geda/bin to your PATH variable
(see the output of make in the geda source directory for suitable bash 
commands)

c) Add symbolic links to the geda binaries in /usr/local/bin

Hope, this helps.

---<(kaimartin)>---
-- 
Kai-Martin Knaak                                  tel: +49-511-762-2895
Universität Hannover, Inst. für Quantenoptik      fax: +49-511-762-2211	
Welfengarten 1, 30167 Hannover           http://www.iqo.uni-hannover.de
GPG key:    http://pgp.mit.edu:11371/pks/lookup?search=Knaak+kmk&op=get



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