prefix issues
On Tue, 27 Feb 2007 22:04:54 +0100, Sven Neumann wrote:
Hi,
On Tue, 2007-02-27 at 12:05 +0100, gg@catking.net wrote:
I am having a lot of trouble getting a clean install from snv.
I specified --prefix=/opt/gimp
make[2]: Entering directory `/svn/gimp/libgimpconfig'
test -z "/opt/gimp/lib" || mkdir -p -- "/opt/gimp/lib"
/bin/sh ../libtool --mode=install /usr/bin/install -c
'libgimpconfig-2.0.la' '/opt/gimp/lib/libgimpconfig-2.0.la'
libtool: install: error: cannot install `libgimpconfig-2.0.la' to a
directory not ending in /opt/lib
make[2]: *** [install-libLTLIBRARIES] Error 1
I did a previous build with --prefix=/opt which was not what I required.
You need to 'make maintainer-clean' after changing the prefix.
Sven
Thanks for your explaination. This is what I gathered from Alexandre's
post but I got a msg saying that target did not exist :?
bash-3.2#make maintainer-clean
make: *** No rule to make target `maintainer-clean'. Stop.
I have resolved the immediate problem by deleting everything in sight
including the source and starting over again.
When I can spare the computer next I will try 'make maintainer-clean'
again, now it is all installed.
I'd prefer to do this cleanly rather than having to resort to shotgun
deletions.
Thanks again.
gg