Gimp: make install error (relink libgimpmodule-2.0.la)

hydra

hydra

praetorian
Grüß euch!

Compiliere gerade Gimpshop (ein Photoshop nachempfundener gimp).
./configure funktioniert einwandfrei und wenn ich die Umgebungsvariable CC auf gcc-3.4 stelle funktioniert auch das make wunderbar, nur bei make install bekomm ich folgende Fehlermeldung:
Code:
----------------------------------------------------------------------
/bin/sh ../mkinstalldirs /usr/local/include/gimp-2.0/libgimpmath
 /usr/bin/install -c -m 644 gimpmath.h /usr/local/include/gimp-2.0/libgimpmath/gimpmath.h
 /usr/bin/install -c -m 644 gimpmathtypes.h /usr/local/include/gimp-2.0/libgimpmath/gimpmathtypes.h
 /usr/bin/install -c -m 644 gimpmatrix.h /usr/local/include/gimp-2.0/libgimpmath/gimpmatrix.h
 /usr/bin/install -c -m 644 gimpmd5.h /usr/local/include/gimp-2.0/libgimpmath/gimpmd5.h
 /usr/bin/install -c -m 644 gimpvector.h /usr/local/include/gimp-2.0/libgimpmath/gimpvector.h
make[2]: Leaving directory `/usr/local/src/gimp-2.2.8/libgimpmath'
make[1]: Leaving directory `/usr/local/src/gimp-2.2.8/libgimpmath'
Making install in libgimpmodule
make[1]: Entering directory `/usr/local/src/gimp-2.2.8/libgimpmodule'
make[2]: Entering directory `/usr/local/src/gimp-2.2.8/libgimpmodule'
/bin/sh ../mkinstalldirs /usr/local/lib
 /bin/sh ../libtool --mode=install /usr/bin/install -c  libgimpmodule-2.0.la /usr/local/lib/libgimpmodule-2.0.la
libtool: install: warning: relinking `libgimpmodule-2.0.la'
(cd /usr/local/src/gimp-2.2.8/libgimpmodule; /bin/sh ../libtool  --mode=relink gcc -g -O2 -Wall -o libgimpmodule-2.0.la -rpath /usr/local/lib -version-info 200:8:200 gimpmodule.lo gimpmoduledb.lo ../libgimpbase/libgimpbase-2.0.la -Wl,--export-dynamic -L/usr/local/lib -lgmodule-2.0 -ldl -lgobject-2.0 -lglib-2.0 )
libtool: link: unable to infer tagged configuration
libtool: link: specify a tag with `--tag'
libtool: install: error: relink `libgimpmodule-2.0.la' with the above command before installing it
make[2]: *** [install-libLTLIBRARIES] Error 1
make[2]: Leaving directory `/usr/local/src/gimp-2.2.8/libgimpmodule'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/usr/local/src/gimp-2.2.8/libgimpmodule'
make: *** [install-recursive] Error 1

Kann jemand damit was anfangen?

Thx für Hilfe.

LG,


Robin
 
Code:
libtool: install: error: relink `libgimpmodule-2.0.la' with the above command before installing it

/usr/local/lib/libgimpmodule-2.0.la existiert wohl schon ?

Eine Quick & Dirty Lösung wäre wohl das löschen/verschieben der Datei ...
 
libgimpmodule-2.0.la existiert nicht.
Bin ratlos...

Hat jemand anders eine Idee?
 

Ähnliche Themen

GCC Crosscompiler unter Debian Wheezy

Akonadi startet nicht mehr

rsnapshot und ein Rechteproblem?

Samba 4 Gast Zugang unter Ubuntu funktioniert nicht

Installation von monitord unter Debian wheezy

Zurück
Oben