Bonsoir,
Je decouvre PcLinuxOs avec beaucoup de plaisir depuis 2 mois et je n'y trouve que de bonnes choses. Faut dire aussi que j'utilise mandriva depuis de nombreuses années et donc que je ne suis pas perdu.
Je suis cependant tres seduit par le syteme rolling. Je fais pas mal de pub du coup pour cette super distrib

Mais voila, j'ai un soucis
je ne peux pas compiler mon soft preferé ou plutot la version en developpement (svn) de mon soft prefere.
j'ai installé la batterie habituelle :
automake
autoconf
gcc
libtool
Dans depot, il y a la vers 1.5 de libtool mais les scrip de mon soft ont été ecris pour la version >2. J'ai compilé la version de libtool 2.2.10, le derniere
C'est ok
mais a la compilation j'ai une erreur comme si libtool n'etais pas installer
voila la sortie console de ./reconf-all
[manu@localhost trunk]$ ./reconf-all
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: You should add the contents of the following files to `aclocal.m4':
libtoolize: `/usr/local/share/aclocal/libtool.m4'
libtoolize: `/usr/local/share/aclocal/ltoptions.m4'
libtoolize: `/usr/local/share/aclocal/ltversion.m4'
libtoolize: `/usr/local/share/aclocal/ltsugar.m4'
libtoolize: `/usr/local/share/aclocal/lt~obsolete.m4'
libtoolize: Remember to add `LT_INIT' to configure.ac.
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal
autoreconf: configure.ac: tracing
autoreconf: configure.ac: adding subdirectory main to autoreconf
autoreconf: Entering directory `main'
autoreconf: running: aclocal -I m4 --install
autoreconf: configure.ac: not using Libtool
autoreconf: running: /usr/bin/autoconf
autoreconf: running: /usr/bin/autoheader
autoreconf: running: automake --add-missing --copy --no-force
gbx/Makefile.am:5: library used but `RANLIB' is undefined
gbx/Makefile.am:5: The usual way to define `RANLIB' is to add `AC_PROG_RANLIB'
gbx/Makefile.am:5: to `configure.ac' and run `autoconf' again.
gbx/Makefile.am:6: Libtool library used but `LIBTOOL' is undefined
gbx/Makefile.am:6: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
gbx/Makefile.am:6: to `configure.ac' and run `aclocal' and `autoconf' again.
gbx/Makefile.am:6: If `AC_PROG_LIBTOOL' is in `configure.ac', make sure
gbx/Makefile.am:6: its definition is in aclocal's search path.
lib/compress/Makefile.am:4: Libtool library used but `LIBTOOL' is undefined
lib/compress/Makefile.am:4: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
lib/compress/Makefile.am:4: to `configure.ac' and run `aclocal' and `autoconf' again.
lib/compress/Makefile.am:4: If `AC_PROG_LIBTOOL' is in `configure.ac', make sure
lib/compress/Makefile.am:4: its definition is in aclocal's search path.
lib/db/Makefile.am:4: Libtool library used but `LIBTOOL' is undefined
lib/db/Makefile.am:4: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
lib/db/Makefile.am:4: to `configure.ac' and run `aclocal' and `autoconf' again.
lib/db/Makefile.am:4: If `AC_PROG_LIBTOOL' is in `configure.ac', make sure
lib/db/Makefile.am:4: its definition is in aclocal's search path.
lib/debug/Makefile.am:4: Libtool library used but `LIBTOOL' is undefined
lib/debug/Makefile.am:4: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
lib/debug/Makefile.am:4: to `configure.ac' and run `aclocal' and `autoconf' again.
lib/debug/Makefile.am:4: If `AC_PROG_LIBTOOL' is in `configure.ac', make sure
lib/debug/Makefile.am:4: its definition is in aclocal's search path.
lib/draw/Makefile.am:3: Libtool library used but `LIBTOOL' is undefined
lib/draw/Makefile.am:3: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
lib/draw/Makefile.am:3: to `configure.ac' and run `aclocal' and `autoconf' again.
lib/draw/Makefile.am:3: If `AC_PROG_LIBTOOL' is in `configure.ac', make sure
lib/draw/Makefile.am:3: its definition is in aclocal's search path.
lib/eval/Makefile.am:4: Libtool library used but `LIBTOOL' is undefined
lib/eval/Makefile.am:4: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
lib/eval/Makefile.am:4: to `configure.ac' and run `aclocal' and `autoconf' again.
lib/eval/Makefile.am:4: If `AC_PROG_LIBTOOL' is in `configure.ac', make sure
lib/eval/Makefile.am:4: its definition is in aclocal's search path.
lib/gui/Makefile.am:4: Libtool library used but `LIBTOOL' is undefined
lib/gui/Makefile.am:4: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
lib/gui/Makefile.am:4: to `configure.ac' and run `aclocal' and `autoconf' again.
lib/gui/Makefile.am:4: If `AC_PROG_LIBTOOL' is in `configure.ac', make sure
lib/gui/Makefile.am:4: its definition is in aclocal's search path.
lib/image.effect/Makefile.am:5: Libtool library used but `LIBTOOL' is undefined
lib/image.effect/Makefile.am:5: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
lib/image.effect/Makefile.am:5: to `configure.ac' and run `aclocal' and `autoconf' again.
lib/image.effect/Makefile.am:5: If `AC_PROG_LIBTOOL' is in `configure.ac', make sure
lib/image.effect/Makefile.am:5: its definition is in aclocal's search path.
lib/image/Makefile.am:5: Libtool library used but `LIBTOOL' is undefined
lib/image/Makefile.am:5: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
lib/image/Makefile.am:5: to `configure.ac' and run `aclocal' and `autoconf' again.
lib/image/Makefile.am:5: If `AC_PROG_LIBTOOL' is in `configure.ac', make sure
lib/image/Makefile.am:5: its definition is in aclocal's search path.
lib/option/Makefile.am:4: Libtool library used but `LIBTOOL' is undefined
lib/option/Makefile.am:4: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
lib/option/Makefile.am:4: to `configure.ac' and run `aclocal' and `autoconf' again.
lib/option/Makefile.am:4: If `AC_PROG_LIBTOOL' is in `configure.ac', make sure
lib/option/Makefile.am:4: its definition is in aclocal's search path.
lib/signal/Makefile.am:4: Libtool library used but `LIBTOOL' is undefined
lib/signal/Makefile.am:4: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
lib/signal/Makefile.am:4: to `configure.ac' and run `aclocal' and `autoconf' again.
lib/signal/Makefile.am:4: If `AC_PROG_LIBTOOL' is in `configure.ac', make sure
lib/signal/Makefile.am:4: its definition is in aclocal's search path.
lib/vb/Makefile.am:4: Libtool library used but `LIBTOOL' is undefined
lib/vb/Makefile.am:4: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
lib/vb/Makefile.am:4: to `configure.ac' and run `aclocal' and `autoconf' again.
lib/vb/Makefile.am:4: If `AC_PROG_LIBTOOL' is in `configure.ac', make sure
lib/vb/Makefile.am:4: its definition is in aclocal's search path.
autoreconf: automake failed with exit status: 1
Vous avez une idée ?
Merci d'avance