| Subject: Re: make[2]: *** [libhtsjava.la] Error 1 |
Author: Hippy Dave |
Date: 11/05/2008 08:45 |
| | You made a directory name with a space in it
`/home/lee/install/httrack 3.43/httrack-3.43.1'
Get rid of the space. eg
`/home/lee/install/httrackGOTCHA3.43/httrack-3.43.1'
And start over (I hope that works)
Furthermore:
./configure && make && make install
is fearless compiling as root.
Do as an unprivileged user;
./configure && make
And the following as root:
make install
| |
|
|
|
|
a
Created with FORUM 2.0.11