#1 Le 15/05/2008, à 11:58
- col_klink
./configure : Invalid configuration `x86_64-unknown-linux-gnu'
Bonjour à tous,
je tente d'installer xlhtml et ppthtml sur un serveur REDHAT4 (64).
j'ai récupéré : xlhtml_0.5.1.orig.tar.gz
je fais un tar xvf xlhtml_0.5.1.orig.tar.gz
Depuis mon répertoire ainsi généré, je fais un ./configure avant le "make && make install".
MAIS voici le problème :
[root@verdi xlhtml]# ./configure
loading cache ./config.cache
checking host system type... Invalid configuration `x86_64-unknown-linux-gnu': machine `x86_64-unknown' not recognized
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
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 for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for ranlib... (cached) ranlib
checking for strerror in -lcposix... (cached) no
checking how to run the C preprocessor... (cached) gcc -E
checking for malloc.h... (cached) yes
checking for working const... (cached) yes
checking for ANSI C header files... (cached) yes
checking for size_t... (cached) yes
checking size of unsigned char... (cached) 1
checking size of unsigned short... (cached) 2
checking size of unsigned int... (cached) 4
checking size of unsigned long... (cached) 8
checking size of unsigned long long... (cached) 8
checking size of float... (cached) 4
checking size of double... (cached) 8
checking size of long double... (cached) 16
checking whether byte ordering is bigendian... (cached) no
checking build system type... Invalid configuration `x86_64-unknown-linux-gnu': machine `x86_64-unknown' not recognized
checking for x86_64-unknown-linux-gnu-strip... (cached) strip
creating ./config.status
creating Makefile
creating cole/Makefile
creating cole/version.c
creating cole/cole.h
creating xlhtml/Makefile
creating ppthtml/Makefile
creating config.h
config.h is unchanged
[root@verdi xlhtml]#
je ne trouve pas d'autre source pour ce paquet qui me permet de ne pas avoir ce problème...
Comment faire ?
merci de votre aide.
Hors ligne
#2 Le 16/05/2008, à 13:17
- Munweiser
Re : ./configure : Invalid configuration `x86_64-unknown-linux-gnu'
Il y a bien ce petit soucis, mais apparemment le make est bien, créé, il ne semble pas que l'erreur empêche la compilation. Normalement en cas d'erreur, il s'arrête avant. As tu essayé de faire make ?
Le seul probleme que tu risques d'avoir est que le programme tournera en 32 bits ...
Sinon aucune source 64bits ? ...
Hors ligne