Erreur à l'install de gimp en ligne de commmande - Logiciels - Linux et OS Alternatifs
Marsh Posté le 26-08-2012 à 13:25:05
Quelle distribution utilises-tu ?
Pourquoi n'installes-tu pas gimp ou la lib dont tu as besoin pour le compiler depuis le système de package de ta dictribution ?
Marsh Posté le 26-08-2012 à 14:25:17
T'as lib est installé dans /usr/local/lib alors que gimp doit la cherché dans /usr/lib
Regarde le ./configure --help tu dois avoir une option (BABL_LIBS surement) pour lui indiquer manuellement le chemin de la lib.
Ou alors regarde le ./configure --help de babl tu dois pouvoir passer une option pour qu'elle s'installe dans /usr/lib et la gimp devrait la trouver direct.
Marsh Posté le 28-08-2012 à 12:51:08
e_esprit a écrit : Quelle distribution utilises-tu ? |
Je suis sur mandriva 2009.1 , je n'ai que des vieilles versions d'installer à la base.
mac a écrit : T'as lib est installé dans /usr/local/lib alors que gimp doit la cherché dans /usr/lib |
Avant d'essayer ça il n'est pas plus simple de déplacer le dossier vers /usr/lib ?
Marsh Posté le 28-08-2012 à 12:52:13
C'est très crade
Marsh Posté le 28-08-2012 à 13:19:54
./configure --help
By default, `make install' will install all the files in
`/usr/local/bin', `/usr/local/lib' etc. You can specify
an installation prefix other than `/usr/local' using `--prefix',
for instance `--prefix=$HOME'.
la version précédente de babl est installé dans /usr/lib64/babl-0.0
donc je tape quoi commande pour la lancé ici: /usr/lib64/
cette commande est correct?
Citation : ./configure --prefix= /usr/lib64/ |
Marsh Posté le 30-08-2012 à 12:08:12
pourquoi /usr j'ai que 14 gros dossiers dedans ?
Marsh Posté le 30-08-2012 à 12:33:11
parce que si tu fais --prefix=/usr/lib64 tu vas te retrouver avec tes libs dans /usr/lib64/lib/... et ça ne marchera pas beaucoup mieux.
Mais j'insiste sur ma première question dans ce topic, pourquoi ne passes-tu pas par un système de paquets ?
Parce que t'as pas trop l'air de savoir ce que tu fais, et donc tu vas te retrouver avec un système complètement bancale, qu'il te faudra réinstaller dans pas longtemps tellement t'arriveras plus à le maintenir.
Marsh Posté le 30-08-2012 à 13:14:46
e_esprit a écrit : |
tyrex9 a écrit : Je suis sur mandriva 2009.1 , je n'ai que des vieilles versions d'installer à la base.? |
Marsh Posté le 30-08-2012 à 13:16:42
J'avais pas vu, surement rajouté dans son edit
Ben faut upgrader la distrib
Marsh Posté le 30-08-2012 à 18:25:52
e_esprit a écrit : J'avais pas vu, surement rajouté dans son edit |
C'est quand même en sacrée contradiction avec ce qu'on dit de gnu/Linux , sur Windows le problème ne se pose pas , on lance le .exe ça s'installe.
Comme pour toutes les versions de linux c'est pareil , exemple Mageai 2 , dans le system de paquet par défaut c'est si je me rappelle la version firefox 9
alors qu'on est à la version 15 , tu vois pas le décalage.
Marsh Posté le 30-08-2012 à 18:41:55
tyrex9 a écrit : dans le system de paquet par défaut c'est si je me rappelle la version firefox 9 |
10.0.4 d'après la release note.
Marsh Posté le 30-08-2012 à 19:12:57
Faut choisir une distrib qui dispose de paquet a jour, archlinux par exemple
Marsh Posté le 31-08-2012 à 10:20:58
tyrex9 a écrit : |
L'équivalent du exe qui s'installe tout seul, c'est le systèmee de paquets.
Un fichier tar de sources, il faut mettre la main dans le cambouis et compiler à la mano.
Et généralement dans les systèmes de paquets tu as plusieurs niveaux :
- stable des paquets (un peu/beaucoup) moins à jour mais stable
- version upstream (tu as les versions les plus à jour) mais moins garantis.
Marsh Posté le 26-08-2012 à 11:39:52
Bonjour je me demande comment installer un prog en ligne de commande , pour l'installation de GIMP j'ai eu besoin de
babl-0.1.10.tar.bz2 qui était manquant
voilà en détail ce que j'ai fait:
j'ai dézippé dans /tmp
je me suis logé avec un cd sur le répertoire
ls pour m'assurer que configure y est
./configure
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for gobject-introspection... no (disabled, use --enable-introspection to enable)
checking for vapigen... no
*** Check for vapigen failed.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for GNUC variadic macros... yes
checking for ISO C99 variadic macros in C... yes
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for ANSI C header files... (cached) yes
checking whether build environment is sane... yes
checking whether gcc understands -Wdeclaration-after-statement... yes
checking whether gcc understands -Wmissing-prototypes... yes
checking whether gcc understands -Wmissing-declarations... yes
checking whether gcc understands -Winit-self... yes
checking whether gcc understands -Wpointer-arith... yes
checking whether gcc understands -Wold-style-definition... yes
checking for rsvg... no
checking for w3m... no
checking for target architecture... x86_64-unknown-linux-gnu
checking for some Win32 platform... checking for some Win32 platform... no
checking for native Win32... no
checking whether gcc understands -mmmx... yes
checking whether we can compile MMX code... yes
checking whether gcc understands -msse... yes
checking whether we can compile SSE code... yes
checking dl.h usability... no
checking dl.h presence... no
checking for dl.h... no
checking for library containing dlopen... -ldl
checking for library containing rint... -lm
checking for gettimeofday... yes
checking for rint... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating babl.pc
config.status: creating babl/Makefile
config.status: creating babl/babl-version.h
config.status: creating babl/base/Makefile
config.status: creating docs/Makefile
config.status: creating docs/index-static.html
config.status: creating docs/graphics/Makefile
config.status: creating tests/Makefile
config.status: creating extensions/Makefile
config.status: creating INSTALL
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
ensuite make
make all-recursive
make[1]: entrant dans le répertoire « /home/rick/tmp/babl-0.1.10 »
Making all in babl
make[2]: entrant dans le répertoire « /home/rick/tmp/babl-0.1.10/babl »
Making all in base
make[3]: entrant dans le répertoire « /home/rick/tmp/babl-0.1.10/babl/base »
CC babl-base.lo
CC formats.lo
CC type-float.lo
CC type-u8.lo
CC type-u16.lo
CC type-u32.lo
CC model-rgb.lo
CC model-gray.lo
CC model-ycbcr.lo
CCLD libbase.la
make[3]: quittant le répertoire « /home/rick/tmp/babl-0.1.10/babl/base »
make[3]: entrant dans le répertoire « /home/rick/tmp/babl-0.1.10/babl »
CC babl.lo
CC babl-component.lo
CC babl-conversion.lo
CC babl-core.lo
CC babl-db.lo
CC babl-extension.lo
CC babl-fish-path.lo
CC babl-fish-reference.lo
CC babl-fish-simple.lo
CC babl-fish-stats.lo
CC babl-fish.lo
CC babl-format.lo
CC babl-hash-table.lo
CC babl-image.lo
CC babl-internal.lo
CC babl-introspect.lo
CC babl-list.lo
CC babl-memory.lo
CC babl-model.lo
CC babl-mutex.lo
CC babl-palette.lo
CC babl-sampling.lo
CC babl-sanity.lo
CC babl-type.lo
CC babl-util.lo
CC babl-cpuaccel.lo
CC babl-version.lo
CCLD libbabl-0.1.la
make[3]: quittant le répertoire « /home/rick/tmp/babl-0.1.10/babl »
make[2]: quittant le répertoire « /home/rick/tmp/babl-0.1.10/babl »
Making all in extensions
make[2]: entrant dans le répertoire « /home/rick/tmp/babl-0.1.10/extensions »
CC cairo.lo
CCLD cairo.la
CC CIE.lo
CCLD CIE.la
CC gegl-fixups.lo
CCLD gegl-fixups.la
CC gggl-lies.lo
CCLD gggl-lies.la
CC gggl.lo
CCLD gggl.la
CC gimp-8bit.lo
CCLD gimp-8bit.la
CC float.lo
CCLD float.la
CC fast-float.lo
CCLD fast-float.la
CC naive-CMYK.lo
CCLD naive-CMYK.la
CC sse_fixups_la-sse-fixups.lo
CCLD sse-fixups.la
make[2]: quittant le répertoire « /home/rick/tmp/babl-0.1.10/extensions »
Making all in tests
make[2]: entrant dans le répertoire « /home/rick/tmp/babl-0.1.10/tests »
CC introspect.o
CCLD introspect
CC babl_fish_path_fitness.o
CCLD babl_fish_path_fitness
CC babl_fish_path_dhtml.o
CCLD babl_fish_path_dhtml
CC babl-html-dump.o
CCLD babl-html-dump
CC conversions.o
CCLD conversions
CC formats.o
CCLD formats
CC grayscale_to_rgb.o
CCLD grayscale_to_rgb
CC rgb_to_bgr.o
CCLD rgb_to_bgr
CC rgb_to_ycbcr.o
CCLD rgb_to_ycbcr
CC srgb_to_lab_u8.o
CCLD srgb_to_lab_u8
CC sanity.o
CCLD sanity
CC babl_class_name.o
CCLD babl_class_name
CC types.o
CCLD types
CC palette.o
CCLD palette
CC extract.o
CCLD extract
CC nop.o
CCLD nop
CC n_components.o
CCLD n_components
CC models.o
CCLD models
CC concurrency-stress-test.o
CCLD concurrency-stress-test
make[2]: quittant le répertoire « /home/rick/tmp/babl-0.1.10/tests »
Making all in docs
make[2]: entrant dans le répertoire « /home/rick/tmp/babl-0.1.10/docs »
Making all in graphics
UTF8: BablFishPath.txt [OK]
HTML: index.html. [OK]
HTML: BablFishPath.html [OK]
make[2]: quittant le répertoire « /home/rick/tmp/babl-0.1.10/docs »
make[2]: entrant dans le répertoire « /home/rick/tmp/babl-0.1.10 »
make[2]: Rien à faire pour « all-am ».
make[2]: quittant le répertoire « /home/rick/tmp/babl-0.1.10 »
make[1]: quittant le répertoire « /home/rick/tmp/babl-0.1.10 »
et make intall
Making install in babl
make[1]: entrant dans le répertoire « /home/rick/tmp/babl-0.1.10/babl »
Making install in base
make[2]: entrant dans le répertoire « /home/rick/tmp/babl-0.1.10/babl/base »
make[3]: entrant dans le répertoire « /home/rick/tmp/babl-0.1.10/babl/base »
make[3]: Rien à faire pour « install-exec-am ».
make[3]: Rien à faire pour « install-data-am ».
make[3]: quittant le répertoire « /home/rick/tmp/babl-0.1.10/babl/base »
make[2]: quittant le répertoire « /home/rick/tmp/babl-0.1.10/babl/base »
make[2]: entrant dans le répertoire « /home/rick/tmp/babl-0.1.10/babl »
make[3]: entrant dans le répertoire « /home/rick/tmp/babl-0.1.10/babl »
test -z "/usr/local/lib" || /bin/mkdir -p "/usr/local/lib"
/bin/sh ../libtool --mode=install /usr/bin/install -c libbabl-0.1.la '/usr/local/lib'
libtool: install: /usr/bin/install -c .libs/libbabl-0.1.so.0.109.1 /usr/local/lib/libbabl-0.1.so.0.109.1
libtool: install: (cd /usr/local/lib && { ln -s -f libbabl-0.1.so.0.109.1 libbabl-0.1.so.0 || { rm -f libbabl-0.1.so.0 && ln -s libbabl-0.1.so.0.109.1 libbabl-0.1.so.0; }; })
libtool: install: (cd /usr/local/lib && { ln -s -f libbabl-0.1.so.0.109.1 libbabl-0.1.so || { rm -f libbabl-0.1.so && ln -s libbabl-0.1.so.0.109.1 libbabl-0.1.so; }; })
libtool: install: /usr/bin/install -c .libs/libbabl-0.1.lai /usr/local/lib/libbabl-0.1.la
libtool: finish: PATH="/sbinusr/sbinbinusr/binusr/X11R6/binusr/local/binusr/local/sbinusr/lib/qt4/binusr/binopt/kde3/binsbin" ldconfig -n /usr/local/lib
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "" || /bin/mkdir -p ""
test -z "/usr/local/include/babl-0.1/babl" || /bin/mkdir -p "/usr/local/include/babl-0.1/babl"
/usr/bin/install -c -m 644 babl-macros.h babl-types.h babl.h babl-version.h '/usr/local/include/babl-0.1/babl'
test -z "" || /bin/mkdir -p ""
test -z "" || /bin/mkdir -p ""
make[3]: quittant le répertoire « /home/rick/tmp/babl-0.1.10/babl »
make[2]: quittant le répertoire « /home/rick/tmp/babl-0.1.10/babl »
make[1]: quittant le répertoire « /home/rick/tmp/babl-0.1.10/babl »
Making install in extensions
make[1]: entrant dans le répertoire « /home/rick/tmp/babl-0.1.10/extensions »
make[2]: entrant dans le répertoire « /home/rick/tmp/babl-0.1.10/extensions »
make[2]: Rien à faire pour « install-exec-am ».
test -z "/usr/local/lib/babl-0.1" || /bin/mkdir -p "/usr/local/lib/babl-0.1"
/bin/sh ../libtool --mode=install /usr/bin/install -c cairo.la CIE.la gegl-fixups.la gggl-lies.la gggl.la gimp-8bit.la float.la fast-float.la naive-CMYK.la sse-fixups.la '/usr/local/lib/babl-0.1'
libtool: install: warning: relinking `cairo.la'
libtool: install: (cd /home/rick/tmp/babl-0.1.10/extensions; /bin/sh /home/rick/tmp/babl-0.1.10/libtool --silent --tag CC --mode=relink gcc -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -module -avoid-version -o cairo.la -rpath /usr/local/lib/babl-0.1 cairo.lo ../babl/libbabl-0.1.la -lm )
libtool: install: /usr/bin/install -c .libs/cairo.soT /usr/local/lib/babl-0.1/cairo.so
libtool: install: /usr/bin/install -c .libs/cairo.lai /usr/local/lib/babl-0.1/cairo.la
libtool: install: warning: relinking `CIE.la'
libtool: install: (cd /home/rick/tmp/babl-0.1.10/extensions; /bin/sh /home/rick/tmp/babl-0.1.10/libtool --silent --tag CC --mode=relink gcc -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -module -avoid-version -o CIE.la -rpath /usr/local/lib/babl-0.1 CIE.lo ../babl/libbabl-0.1.la -lm )
libtool: install: /usr/bin/install -c .libs/CIE.soT /usr/local/lib/babl-0.1/CIE.so
libtool: install: /usr/bin/install -c .libs/CIE.lai /usr/local/lib/babl-0.1/CIE.la
libtool: install: warning: relinking `gegl-fixups.la'
libtool: install: (cd /home/rick/tmp/babl-0.1.10/extensions; /bin/sh /home/rick/tmp/babl-0.1.10/libtool --silent --tag CC --mode=relink gcc -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -module -avoid-version -o gegl-fixups.la -rpath /usr/local/lib/babl-0.1 gegl-fixups.lo ../babl/libbabl-0.1.la -lm )
libtool: install: /usr/bin/install -c .libs/gegl-fixups.soT /usr/local/lib/babl-0.1/gegl-fixups.so
libtool: install: /usr/bin/install -c .libs/gegl-fixups.lai /usr/local/lib/babl-0.1/gegl-fixups.la
libtool: install: warning: relinking `gggl-lies.la'
libtool: install: (cd /home/rick/tmp/babl-0.1.10/extensions; /bin/sh /home/rick/tmp/babl-0.1.10/libtool --silent --tag CC --mode=relink gcc -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -module -avoid-version -o gggl-lies.la -rpath /usr/local/lib/babl-0.1 gggl-lies.lo ../babl/libbabl-0.1.la -lm )
libtool: install: /usr/bin/install -c .libs/gggl-lies.soT /usr/local/lib/babl-0.1/gggl-lies.so
libtool: install: /usr/bin/install -c .libs/gggl-lies.lai /usr/local/lib/babl-0.1/gggl-lies.la
libtool: install: warning: relinking `gggl.la'
libtool: install: (cd /home/rick/tmp/babl-0.1.10/extensions; /bin/sh /home/rick/tmp/babl-0.1.10/libtool --silent --tag CC --mode=relink gcc -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -module -avoid-version -o gggl.la -rpath /usr/local/lib/babl-0.1 gggl.lo ../babl/libbabl-0.1.la -lm )
libtool: install: /usr/bin/install -c .libs/gggl.soT /usr/local/lib/babl-0.1/gggl.so
libtool: install: /usr/bin/install -c .libs/gggl.lai /usr/local/lib/babl-0.1/gggl.la
libtool: install: warning: relinking `gimp-8bit.la'
libtool: install: (cd /home/rick/tmp/babl-0.1.10/extensions; /bin/sh /home/rick/tmp/babl-0.1.10/libtool --silent --tag CC --mode=relink gcc -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -module -avoid-version -o gimp-8bit.la -rpath /usr/local/lib/babl-0.1 gimp-8bit.lo ../babl/libbabl-0.1.la -lm )
libtool: install: /usr/bin/install -c .libs/gimp-8bit.soT /usr/local/lib/babl-0.1/gimp-8bit.so
libtool: install: /usr/bin/install -c .libs/gimp-8bit.lai /usr/local/lib/babl-0.1/gimp-8bit.la
libtool: install: warning: relinking `float.la'
libtool: install: (cd /home/rick/tmp/babl-0.1.10/extensions; /bin/sh /home/rick/tmp/babl-0.1.10/libtool --silent --tag CC --mode=relink gcc -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -module -avoid-version -o float.la -rpath /usr/local/lib/babl-0.1 float.lo ../babl/libbabl-0.1.la -lm )
libtool: install: /usr/bin/install -c .libs/float.soT /usr/local/lib/babl-0.1/float.so
libtool: install: /usr/bin/install -c .libs/float.lai /usr/local/lib/babl-0.1/float.la
libtool: install: warning: relinking `fast-float.la'
libtool: install: (cd /home/rick/tmp/babl-0.1.10/extensions; /bin/sh /home/rick/tmp/babl-0.1.10/libtool --silent --tag CC --mode=relink gcc -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -module -avoid-version -o fast-float.la -rpath /usr/local/lib/babl-0.1 fast-float.lo ../babl/libbabl-0.1.la -lm )
libtool: install: /usr/bin/install -c .libs/fast-float.soT /usr/local/lib/babl-0.1/fast-float.so
libtool: install: /usr/bin/install -c .libs/fast-float.lai /usr/local/lib/babl-0.1/fast-float.la
libtool: install: warning: relinking `naive-CMYK.la'
libtool: install: (cd /home/rick/tmp/babl-0.1.10/extensions; /bin/sh /home/rick/tmp/babl-0.1.10/libtool --silent --tag CC --mode=relink gcc -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -module -avoid-version -o naive-CMYK.la -rpath /usr/local/lib/babl-0.1 naive-CMYK.lo ../babl/libbabl-0.1.la -lm )
libtool: install: /usr/bin/install -c .libs/naive-CMYK.soT /usr/local/lib/babl-0.1/naive-CMYK.so
libtool: install: /usr/bin/install -c .libs/naive-CMYK.lai /usr/local/lib/babl-0.1/naive-CMYK.la
libtool: install: warning: relinking `sse-fixups.la'
libtool: install: (cd /home/rick/tmp/babl-0.1.10/extensions; /bin/sh /home/rick/tmp/babl-0.1.10/libtool --silent --tag CC --mode=relink gcc -mmmx -mmmx -msse -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -module -avoid-version -o sse-fixups.la -rpath /usr/local/lib/babl-0.1 sse_fixups_la-sse-fixups.lo ../babl/libbabl-0.1.la -lm )
libtool: install: /usr/bin/install -c .libs/sse-fixups.soT /usr/local/lib/babl-0.1/sse-fixups.so
libtool: install: /usr/bin/install -c .libs/sse-fixups.lai /usr/local/lib/babl-0.1/sse-fixups.la
libtool: finish: PATH="/sbinusr/sbinbinusr/binusr/X11R6/binusr/local/binusr/local/sbinusr/lib/qt4/binusr/binopt/kde3/binsbin" ldconfig -n /usr/local/lib/babl-0.1
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib/babl-0.1
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[2]: quittant le répertoire « /home/rick/tmp/babl-0.1.10/extensions »
make[1]: quittant le répertoire « /home/rick/tmp/babl-0.1.10/extensions »
Making install in tests
make[1]: entrant dans le répertoire « /home/rick/tmp/babl-0.1.10/tests »
make[2]: entrant dans le répertoire « /home/rick/tmp/babl-0.1.10/tests »
make[2]: Rien à faire pour « install-exec-am ».
make[2]: Rien à faire pour « install-data-am ».
make[2]: quittant le répertoire « /home/rick/tmp/babl-0.1.10/tests »
make[1]: quittant le répertoire « /home/rick/tmp/babl-0.1.10/tests »
Making install in docs
make[1]: entrant dans le répertoire « /home/rick/tmp/babl-0.1.10/docs »
Making install in graphics
make[2]: entrant dans le répertoire « /home/rick/tmp/babl-0.1.10/docs/graphics »
make[2]: quittant le répertoire « /home/rick/tmp/babl-0.1.10/docs/graphics »
make[2]: entrant dans le répertoire « /home/rick/tmp/babl-0.1.10/docs »
make[2]: quittant le répertoire « /home/rick/tmp/babl-0.1.10/docs »
make[1]: quittant le répertoire « /home/rick/tmp/babl-0.1.10/docs »
make[1]: entrant dans le répertoire « /home/rick/tmp/babl-0.1.10 »
make[2]: entrant dans le répertoire « /home/rick/tmp/babl-0.1.10 »
make[2]: Rien à faire pour « install-exec-am ».
test -z "/usr/local/lib/pkgconfig" || /bin/mkdir -p "/usr/local/lib/pkgconfig"
/usr/bin/install -c -m 644 babl.pc '/usr/local/lib/pkgconfig'
make[2]: quittant le répertoire « /home/rick/tmp/babl-0.1.10 »
make[1]: quittant le répertoire « /home/rick/tmp/babl-0.1.10 »
bon je vais dans le répertoire: /usr/local/lib
et j'ai bien babl-0.1
ce qui veut dire qu'il c'est bien installé
voila la bibliothèque manquante de GIMP est normalement installer je fais la même procédure pour installer gimp par contre il me dit toujours
que babl est manquant
à la fin du ./configure
j'ai cette erreur:
configure: error: Package requirements (babl >= 0.1.10) were not met:
No package 'babl' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables BABL_CFLAGS
and BABL_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
ça veut dire quoi?
---------------
Ma dernière vidéo - Peinture - Les bateaux naviguant sur l'eau Exelcium