Bonjour à tous. Je suis sur ubuntu et j'ai un problème je n'arrive pas à installer les prog sur la ligne de commande. Je ne parle pas d'apt-get mais de compilation de la source avec ./configure
j'ai récupéré tout ce qu'il faut comme paquets mais pas de résultat :
checking build system type... i686-pc-linux-gnulibc1
checking host system type... i686-pc-linux-gnulibc1
checking target system type... i686-pc-linux-gnulibc1
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets $(MAKE)... no
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gawk... gawk
checking for gcc... gcc
checking for C compiler default output... configure: error: C compiler cannot create executables
Merci de votre aide. DOnc j'ai installé les paquets qu'il faut c'est à dire make, autoconf, aclocal,...
Mais ça passe toujours pas . Voici le résultat du code 1 :
reate executables" config.log
uname -v = #1 Mon Feb 13 12:13:15 UTC 2006
configure:1490: checking build system type
configure:1508: result: i686-pc-linux-gnulibc1
configure:1516: checking host system type
configure:1530: result: i686-pc-linux-gnulibc1
configure:1538: checking target system type
configure:1552: result: i686-pc-linux-gnulibc1
configure:1579: checking for a BSD-compatible install
configure:1633: result: /usr/bin/install -c
configure:1644: checking whether build environment is sane
configure:1687: result: yes
configure:1702: checking whether make sets $(MAKE)
configure:1722: result: yes
configure:1754: checking for working aclocal
configure:1761: result: found
configure:1769: checking for working autoconf
configure:1776: result: found
configure:1784: checking for working automake
configure:1791: result: found
configure:1799: checking for working autoheader
configure:1806: result: found
configure:1814: checking for working makeinfo
configure:1825: result: missing
configure:1835: checking whether to enable maintainer-specific portions of Makef iles
configure:1844: result: no
configure:1865: checking for gawk
configure:1881: found /usr/bin/gawk
configure:1891: result: gawk
configure:1947: checking for gcc
configure:1963: found /usr/bin/gcc
configure:1973: result: gcc
configure:2217: checking for C compiler version
configure:2220: gcc --version </dev/null >&5
gcc (GCC) 4.0.2 20050808 (prerelease) (Ubuntu 4.0.1-4ubuntu9)
Copyright (C) 2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:2223: $? = 0
configure:2225: gcc -v </dev/null >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,java,f95,objc,ada, treelang --prefix=/usr --with-gxx-include-dir=/usr/include/c++/4.0.2 --enable-sh ared --with-system-zlib --libexecdir=/usr/lib --enable-nls --without-included-ge ttext --enable-threads=posix --program-suffix=-4.0 --enable-__cxa_atexit --enabl e-libstdcxx-allocator=mt --enable-clocale=gnu --enable-libstdcxx-debug --enable- java-gc=boehm --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib /jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre --enable-mpfr --disable-werror --enable-chec king=release i486-linux-gnu
Thread model: posix
gcc version 4.0.2 20050808 (prerelease) (Ubuntu 4.0.1-4ubuntu9)
configure:2228: $? = 0
configure:2230: gcc -V </dev/null >&5
gcc: '-V' option must have argument
configure:2233: $? = 1
configure:2257: checking for C compiler default output
configure:2260: gcc conftest.c >&5
/usr/bin/ld: crt1.o: No such file: No such file or directory
collect2: ld returned 1 exit status
configure:2263: $? = 1
configure: failed program was:
| #line 2236 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "powertweak"
| #define VERSION "0.99.5"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:2302: error: C compiler cannot create executables
See `config.log' for more details.
il te manque les paquets de développement de la librairie standart C
comme je ne sait pas quelle libc tu as, il va falloir que tu aille dans synaptic, que tu cherche ''libc'' que tu trouve ta version de paquet installé (par exemple libc6 ou glibc2) et ensuite que tu installe le paquet de développement (par exemple libc6-dev ou glibc2-dev), les librairies C les plus connues sont libc et glibc ...
G installé ce qu'il faut mais ça bloque maintenant sur ça
configure: error: You need libxml version 1.8.8 or 2.1.0 and above
seul problème c'est que libxml j'ai déjà les dernières versions