[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: gEDA-user: Compiling PCB 20001103 -> missing libraries
myken@xxxxxx wrote:
Hello All,
I'm trying to compile and install PCB (version 20091103) and I have an
question.
I have created two (/home/me/tools/bin, /home/me/tools/share) directories.
you shouldn't have to create those by hand. the install should do it.
Then I use:
./configure --prefix=/home/me/tools/ --with-exporters="ps gerber nelma bom
png"
make
make install
looks reasonable
So far so good.
PCB compiles fine and works great.
BUT the log says:
Can't scan directory
'/home/me/tools/bin/../share/pcb/pcblib-newlib'
opendir() returned: 'No such file or directory'
is there any sort of /home/me/tools/share/pcb directory?
Do I need to do something extra to install the libraries?
./configure --help does not suggest any additional option.
that should have worked.
can you post the log from 'make install'? You can get this with either:
if your shell is tcsh/csh:
make install |& tee /tmp/install.log
if your shell is sh/bash
make install 2>&1 | tee /tmp/install.log
-Dan
_______________________________________________
geda-user mailing list
geda-user@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user