bonjour,

j'ai installé gmp via yum, mais lors de l'installation d'un logiciel celui-ci me dit que gmp n'est pas installé.voici le code :
rpmbuild --rebuild mozart-1.4.0.20080704-16189.src.rpm 
Installing mozart-1.4.0.20080704-16189.src.rpm
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.51002
+ umask 022
+ cd /root/rpmbuild/BUILD
+ LANG=C
+ export LANG
+ unset DISPLAY
+ cd /root/rpmbuild/BUILD
+ rm -rf mozart-1.4.0.20080704
+ /usr/bin/gzip -dc /root/rpmbuild/SOURCES/mozart-1.4.0.20080704-src.tar.gz
+ tar -xf -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd mozart-1.4.0.20080704
++ /usr/bin/id -u
+ '[' 0 = 0 ']'
+ /bin/chown -Rhf root .
++ /usr/bin/id -u
+ '[' 0 = 0 ']'
+ /bin/chgrp -Rhf root .
+ /bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ cd /root/rpmbuild/BUILD
+ /usr/bin/gzip -dc /root/rpmbuild/SOURCES/mozart-1.4.0.20080704-std.tar.gz
+ tar -xf -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd mozart-1.4.0.20080704
++ /usr/bin/id -u
+ '[' 0 = 0 ']'
+ /bin/chown -Rhf root .
++ /usr/bin/id -u
+ '[' 0 = 0 ']'
+ /bin/chgrp -Rhf root .
+ /bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.95226
+ umask 022
+ cd /root/rpmbuild/BUILD
+ cd mozart-1.4.0.20080704
+ LANG=C
+ export LANG
+ unset DISPLAY
+ : '-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic'
+ : '-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic'
+ export CFLAGS CXXFLAGS
+ ./configure --prefix=/var/tmp/mozart-1.4.0.20080704/usr/lib/mozart --with-ozhome=/usr/lib/mozart --enable-opt=yes --disable-contrib-micq
creating cache ./config.cache
checking for SRCTOP... /root/rpmbuild/BUILD/mozart-1.4.0.20080704
checking for BUILDTOP... /root/rpmbuild/BUILD/mozart-1.4.0.20080704
checking host system type... x86_64-unknown-linux-gnu
checking for gmake... gmake
checking whether gmake sets ${MAKE}... yes
checking for a BSD compatible install... /usr/bin/install -c
checking for --with-global-oz... no
checking for mkinstalldirs... /root/rpmbuild/BUILD/mozart-1.4.0.20080704/mkinstalldirs
checking for oz version... 1.4.0
checking for ozplatform... /root/rpmbuild/BUILD/mozart-1.4.0.20080704/share/bin/ozplatform
checking for oztool... no
checking for --with-inc-dir... 
checking for --with-lib-dir... 
checking for build date... 20080920
checking for OZLOADSEP... :
checking for OZLOADWIN... 
checking for --enable-contrib... yes
checking for --enable-doc... yes
checking for --enable-subdirs... platform share contrib doc
checking for --with-stdlib... 
updating cache ./config.cache
creating ./config.status
creating Makefile
configuring in platform
running /bin/sh /root/rpmbuild/BUILD/mozart-1.4.0.20080704/platform/configure  --prefix=/var/tmp/mozart-1.4.0.20080704/usr/lib/mozart --with-ozhome=/usr/lib/mozart --enable-opt=yes --disable-contrib-micq --cache-file=.././config.cache --srcdir=/root/rpmbuild/BUILD/mozart-1.4.0.20080704/platform
loading cache .././config.cache
checking for SRCTOP... (cached) /root/rpmbuild/BUILD/mozart-1.4.0.20080704
checking for BUILDTOP... (cached) /root/rpmbuild/BUILD/mozart-1.4.0.20080704
checking host system type... x86_64-unknown-linux-gnu
checking for GNU make... (cached) gmake
checking whether gmake sets ${MAKE}... (cached) yes
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking for --with-global-oz... no
checking for mkinstalldirs... (cached) /root/rpmbuild/BUILD/mozart-1.4.0.20080704/mkinstalldirs
checking for oz version... (cached) 1.4.0
checking for ozplatform... (cached) /root/rpmbuild/BUILD/mozart-1.4.0.20080704/share/bin/ozplatform
checking for oztool... no
checking for --with-inc-dir... 
checking for --with-lib-dir... 
checking for build date... (cached) 20080920
checking for OZLOADSEP... (cached) :
checking for OZLOADWIN... (cached) 
checking for --enable-wish... yes
creating ./config.status
creating Makefile
configuring in dss
running /bin/sh /root/rpmbuild/BUILD/mozart-1.4.0.20080704/platform/dss/configure  --prefix=/var/tmp/mozart-1.4.0.20080704/usr/lib/mozart --with-ozhome=/usr/lib/mozart --enable-opt=yes --disable-contrib-micq --cache-file=../.././config.cache --srcdir=/root/rpmbuild/BUILD/mozart-1.4.0.20080704/platform/dss
configure: loading cache ../.././config.cache
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for g++... g++
checking for C++ compiler default output file name... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for gcc... gcc
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 for a BSD-compatible install... (cached) /usr/bin/install -c
checking whether make sets $(MAKE)... yes
checking how to run the C++ preprocessor... g++ -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
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 arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking gmp.h usability... no
checking gmp.h presence... no
checking for gmp.h... no
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking for vprintf... yes
checking for _doprnt... no
checking for sqrt... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for ranlib... ranlib
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking for g++ version... 4.3.0

*************** CHECKING OPTIONS ****************

Options can be found in README

checking compiler alternative.... compile optimized mode
checking exception handling...... no exceptions
checking warning configuration... using extensive warnings
checking profiling information... no profiling
checking what lib to build....... will build full DSS
checking for linking choice...... dynamic linking
checking inclusion of examples... no examples
checking inclusion of utils...... no utils

************* CHECKING ENVIRONMENT ***************

checking environment... found linux-gnu
checking CPU type... x86_64 architecture
configure: updating cache ../.././config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating Makefile.vars

**** REMEMBER TO SET LD_LIBRARY_PATH ****

configuring in emulator
running /bin/sh /root/rpmbuild/BUILD/mozart-1.4.0.20080704/platform/emulator/configure  --prefix=/var/tmp/mozart-1.4.0.20080704/usr/lib/mozart --with-ozhome=/usr/lib/mozart --enable-opt=yes --disable-contrib-micq --cache-file=../.././config.cache --srcdir=/root/rpmbuild/BUILD/mozart-1.4.0.20080704/platform/emulator
loading cache ../.././config.cache
checking for SRCTOP... (cached) /root/rpmbuild/BUILD/mozart-1.4.0.20080704
checking for BUILDTOP... (cached) /root/rpmbuild/BUILD/mozart-1.4.0.20080704
checking host system type... x86_64-unknown-linux-gnu
checking for GNU make... (cached) gmake
checking whether gmake sets ${MAKE}... (cached) yes
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking for --with-global-oz... no
checking for mkinstalldirs... (cached) /root/rpmbuild/BUILD/mozart-1.4.0.20080704/mkinstalldirs
checking for oz version... (cached) 1.4.0
checking for ozplatform... (cached) /root/rpmbuild/BUILD/mozart-1.4.0.20080704/share/bin/ozplatform
checking for oztool... no
checking for --with-inc-dir... 
checking for --with-lib-dir... 
checking for build date... (cached) 20080920
checking for OZLOADSEP... (cached) :
checking for OZLOADWIN... (cached) 
checking for --enable-denys-events... no
checking for --enable-site-property... yes
checking build system type... x86_64-unknown-linux-gnu
checking for as... as
checking for dlltool... dlltool
checking for dllwrap... dllwrap
checking for --with-sunpro... no
checking for c++... c++
checking whether the C++ compiler (c++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic ) works... yes
checking whether the C++ compiler (c++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic ) is a cross-compiler... no
checking whether we are using GNU C++... yes
checking whether c++ accepts -g... (cached) yes
checking c++ version is at least 3.3.2... yes (4.3.0)
checking how to run the C++ preprocessor... (cached) g++ -E
checking for gcc... gcc
checking whether the C compiler (gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic ) works... yes
checking whether the C compiler (gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... (cached) yes
checking gcc version is at least 3.3.2... yes (4.3.0)
checking how to run the C preprocessor... gcc -E
checking for flex... flex
checking for yywrap in -lfl... yes
checking flex version is at least 2.5.3... yes (2.5.35)
checking for bison... bison -y
checking bison -y version is at least 1.25... yes (1.875)
checking whether ln -s works... yes
checking for GNU make... (cached) gmake
checking whether gmake sets ${MAKE}... (cached) yes
checking for ranlib... ranlib
checking for gm4... no
checking for m4... m4
checking for perl... perl
checking for gnused... no
checking for sed... sed
checking for gar... no
checking for ar... ar
checking for makedepend... makedepend
checking c++ compiler option -fno-exceptions... yes
checking c++ compiler option -fno-implicit-templates... yes
checking for --enable-warnings... no
checking for --enable-errors... no
configure: warning: Unknown platform unknown-unknown
checking whether linker understands --export-dynamic... yes, will use it!
checking whether m4 understands -E option... yes
checking whether m4 -E understands -B10000 option... no
checking for --enable-link-static... no
checking for ANSI C header files... (cached) yes
checking for key_t... yes
checking for dlfcn.h... yes
checking for stdint.h... (cached) yes
checking for gethostbyaddr in -lnsl... yes
checking for gethostbyaddr... yes
checking for socket in -lsocket... no
checking for socket... yes
checking for fabs in -lm... yes
checking for fabs... yes
checking for dlopen in -ldl... yes
checking for setpgid... yes
checking for dlopen... yes
checking whether we could allocate Oz heap with malloc ...
checking for malloc... yes
checking ... with a test program... succeeded
... yes, we can allocate Oz heap with malloc!
checking whether we can allocate Oz heap via mmap...
checking for mmap... yes
checking ... with a test program... succeeded
... yes, we can allocate Oz heap via mmap!
checking whether we could allocate Oz heap via sbrk ...
checking for sbrk... yes
checking ... with a test program... succeeded
... yes, we can allocate Oz heap via sbrk!
checking for --enable-malloc-heap... no
checking for --enable-mmap-heap... no
checking for --enable-sbrk-heap... no
... will use the (efficient) 'malloc'ing for Oz heap
checking for strdup... yes
checking whether dlopen needs leading underscore... DETERMINED BY INSPECTION
no
checking for little-endianness... yes
checking for big-wordianness... no
checking whether the times/sysconf(_SC_CLK_TCK) bug is present... conftest.c: In function 'main':
conftest.c:23: warning: unused variable 'diff'
no
checking for --with-gmp... yes
checking for gmp.h... no
checking for gmp.h... (cached) no
checking gmp version is at least 2... conftest.C:1:17: error: gmp.h: No such file or directory
/root/rpmbuild/BUILD/mozart-1.4.0.20080704/platform/emulator/configure: line 7570: test: GNU: integer expression expected
/root/rpmbuild/BUILD/mozart-1.4.0.20080704/platform/emulator/configure: line 7572: test: GNU: integer expression expected
yes
configure: warning: required GNU MP include file not found
configure: error: 
The GNU Multiple Precision Arithmetic Library (gmp)
version 2 or higher is required
to build the system.  It can be retrieved from:

    ftp://ftp.gnu.org/pub/gnu/gmp/

The latest version at this time is 4.1.2 and is available
packaged as the following archive:

    ftp://ftp.gnu.org/pub/gnu/gmp/gmp-4.1.2.tar.gz

You may find a mirror archive closer to you by consulting:

    http://www.gnu.org/order/ftp.html

configure: error: /root/rpmbuild/BUILD/mozart-1.4.0.20080704/platform/emulator/configure failed for emulator
configure: error: /root/rpmbuild/BUILD/mozart-1.4.0.20080704/platform/configure failed for platform
error: Bad exit status from /var/tmp/rpm-tmp.95226 (%build)


RPM build errors:
    Bad exit status from /var/tmp/rpm-tmp.95226 (%build)
Lorsque je tape yum install gmp j'obtiens :
[root@localhost Download]# yum install gmp
Loaded plugins: refresh-packagekit
Setting up Install Process
Parsing package install arguments
Package gmp-4.2.2-7.fc9.x86_64 already installed and latest version
Nothing to do
Quelqu'un a une idée?
salut, je ne connais pas gmp, mais tu n'aurais pas un paquet gmp-devel a installer aussi ?

epo
Salut baskiii,

Merci d'utiliser une balise [ code ] lorsque tu poste des logs.

PS: J'ai vu que tu avais essayé de le faire. Mais il s'agit de [ code ] (sans les espaces) et non de [ c ]. J'ai fait la modif pour toi.
gmp IS The GNU Multiple Precision Arithmetic Library

gmp est peut-être installé mais pas où la compilation de mozart le cherche.
les includes sont peut-être dans gmp-devel.
Existe-t-il un parquet des sources (tar.gz, tar.bz2) dans lequel le script configure permettrait de préciser où se trouve gmp.
Un paquet de sources et plus souple qu'un rpm contenant des sources et censé compiler automatiquement.
Effectivement il me fallait installer gmp-devel, ce problème résolu un nouveau apparaît :-x:-)
Celui-ci porte sur tcl, voici le code (avec les balise code désolé Marcet 😉) :
 rpmbuild --rebuild mozart-1.4.0.20080704-16189.src.rpm 
Installing mozart-1.4.0.20080704-16189.src.rpm
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.21868
+ umask 022
+ cd /root/rpmbuild/BUILD
+ LANG=C
+ export LANG
+ unset DISPLAY
+ cd /root/rpmbuild/BUILD
+ rm -rf mozart-1.4.0.20080704
+ /usr/bin/gzip -dc /root/rpmbuild/SOURCES/mozart-1.4.0.20080704-src.tar.gz
+ tar -xf -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd mozart-1.4.0.20080704
++ /usr/bin/id -u
+ '[' 0 = 0 ']'
+ /bin/chown -Rhf root .
++ /usr/bin/id -u
+ '[' 0 = 0 ']'
+ /bin/chgrp -Rhf root .
+ /bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ cd /root/rpmbuild/BUILD
+ /usr/bin/gzip -dc /root/rpmbuild/SOURCES/mozart-1.4.0.20080704-std.tar.gz
+ tar -xf -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd mozart-1.4.0.20080704
++ /usr/bin/id -u
+ '[' 0 = 0 ']'
+ /bin/chown -Rhf root .
++ /usr/bin/id -u
+ '[' 0 = 0 ']'
+ /bin/chgrp -Rhf root .
+ /bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.64452
+ umask 022
+ cd /root/rpmbuild/BUILD
+ cd mozart-1.4.0.20080704
+ LANG=C
+ export LANG
+ unset DISPLAY
+ : '-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic'
+ : '-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic'
+ export CFLAGS CXXFLAGS
+ ./configure --prefix=/var/tmp/mozart-1.4.0.20080704/usr/lib/mozart --with-ozhome=/usr/lib/mozart --enable-opt=yes --disable-contrib-micq
creating cache ./config.cache
checking for SRCTOP... /root/rpmbuild/BUILD/mozart-1.4.0.20080704
checking for BUILDTOP... /root/rpmbuild/BUILD/mozart-1.4.0.20080704
checking host system type... x86_64-unknown-linux-gnu
checking for gmake... gmake
checking whether gmake sets ${MAKE}... yes
checking for a BSD compatible install... /usr/bin/install -c
checking for --with-global-oz... no
checking for mkinstalldirs... /root/rpmbuild/BUILD/mozart-1.4.0.20080704/mkinstalldirs
checking for oz version... 1.4.0
checking for ozplatform... /root/rpmbuild/BUILD/mozart-1.4.0.20080704/share/bin/ozplatform
checking for oztool... no
checking for --with-inc-dir... 
checking for --with-lib-dir... 
checking for build date... 20080920
checking for OZLOADSEP... :
checking for OZLOADWIN... 
checking for --enable-contrib... yes
checking for --enable-doc... yes
checking for --enable-subdirs... platform share contrib doc
checking for --with-stdlib... 
updating cache ./config.cache
creating ./config.status
creating Makefile
configuring in platform
running /bin/sh /root/rpmbuild/BUILD/mozart-1.4.0.20080704/platform/configure  --prefix=/var/tmp/mozart-1.4.0.20080704/usr/lib/mozart --with-ozhome=/usr/lib/mozart --enable-opt=yes --disable-contrib-micq --cache-file=.././config.cache --srcdir=/root/rpmbuild/BUILD/mozart-1.4.0.20080704/platform
loading cache .././config.cache
checking for SRCTOP... (cached) /root/rpmbuild/BUILD/mozart-1.4.0.20080704
checking for BUILDTOP... (cached) /root/rpmbuild/BUILD/mozart-1.4.0.20080704
checking host system type... x86_64-unknown-linux-gnu
checking for GNU make... (cached) gmake
checking whether gmake sets ${MAKE}... (cached) yes
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking for --with-global-oz... no
checking for mkinstalldirs... (cached) /root/rpmbuild/BUILD/mozart-1.4.0.20080704/mkinstalldirs
checking for oz version... (cached) 1.4.0
checking for ozplatform... (cached) /root/rpmbuild/BUILD/mozart-1.4.0.20080704/share/bin/ozplatform
checking for oztool... no
checking for --with-inc-dir... 
checking for --with-lib-dir... 
checking for build date... (cached) 20080920
checking for OZLOADSEP... (cached) :
checking for OZLOADWIN... (cached) 
checking for --enable-wish... yes
creating ./config.status
creating Makefile
configuring in dss
running /bin/sh /root/rpmbuild/BUILD/mozart-1.4.0.20080704/platform/dss/configure  --prefix=/var/tmp/mozart-1.4.0.20080704/usr/lib/mozart --with-ozhome=/usr/lib/mozart --enable-opt=yes --disable-contrib-micq --cache-file=../.././config.cache --srcdir=/root/rpmbuild/BUILD/mozart-1.4.0.20080704/platform/dss
configure: loading cache ../.././config.cache
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for g++... g++
checking for C++ compiler default output file name... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for gcc... gcc
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 for a BSD-compatible install... (cached) /usr/bin/install -c
checking whether make sets $(MAKE)... yes
checking how to run the C++ preprocessor... g++ -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
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 arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking gmp.h usability... yes
checking gmp.h presence... yes
checking for gmp.h... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking for vprintf... yes
checking for _doprnt... no
checking for sqrt... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for ranlib... ranlib
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking for g++ version... 4.3.0

*************** CHECKING OPTIONS ****************

Options can be found in README

checking compiler alternative.... compile optimized mode
checking exception handling...... no exceptions
checking warning configuration... using extensive warnings
checking profiling information... no profiling
checking what lib to build....... will build full DSS
checking for linking choice...... dynamic linking
checking inclusion of examples... no examples
checking inclusion of utils...... no utils

************* CHECKING ENVIRONMENT ***************

checking environment... found linux-gnu
checking CPU type... x86_64 architecture
configure: updating cache ../.././config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating Makefile.vars

**** REMEMBER TO SET LD_LIBRARY_PATH ****

configuring in emulator
running /bin/sh /root/rpmbuild/BUILD/mozart-1.4.0.20080704/platform/emulator/configure  --prefix=/var/tmp/mozart-1.4.0.20080704/usr/lib/mozart --with-ozhome=/usr/lib/mozart --enable-opt=yes --disable-contrib-micq --cache-file=../.././config.cache --srcdir=/root/rpmbuild/BUILD/mozart-1.4.0.20080704/platform/emulator
loading cache ../.././config.cache
checking for SRCTOP... (cached) /root/rpmbuild/BUILD/mozart-1.4.0.20080704
checking for BUILDTOP... (cached) /root/rpmbuild/BUILD/mozart-1.4.0.20080704
checking host system type... x86_64-unknown-linux-gnu
checking for GNU make... (cached) gmake
checking whether gmake sets ${MAKE}... (cached) yes
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking for --with-global-oz... no
checking for mkinstalldirs... (cached) /root/rpmbuild/BUILD/mozart-1.4.0.20080704/mkinstalldirs
checking for oz version... (cached) 1.4.0
checking for ozplatform... (cached) /root/rpmbuild/BUILD/mozart-1.4.0.20080704/share/bin/ozplatform
checking for oztool... no
checking for --with-inc-dir... 
checking for --with-lib-dir... 
checking for build date... (cached) 20080920
checking for OZLOADSEP... (cached) :
checking for OZLOADWIN... (cached) 
checking for --enable-denys-events... no
checking for --enable-site-property... yes
checking build system type... x86_64-unknown-linux-gnu
checking for as... as
checking for dlltool... dlltool
checking for dllwrap... dllwrap
checking for --with-sunpro... no
checking for c++... c++
checking whether the C++ compiler (c++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic ) works... yes
checking whether the C++ compiler (c++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic ) is a cross-compiler... no
checking whether we are using GNU C++... yes
checking whether c++ accepts -g... (cached) yes
checking c++ version is at least 3.3.2... yes (4.3.0)
checking how to run the C++ preprocessor... (cached) g++ -E
checking for gcc... gcc
checking whether the C compiler (gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic ) works... yes
checking whether the C compiler (gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... (cached) yes
checking gcc version is at least 3.3.2... yes (4.3.0)
checking how to run the C preprocessor... gcc -E
checking for flex... flex
checking for yywrap in -lfl... yes
checking flex version is at least 2.5.3... yes (2.5.35)
checking for bison... bison -y
checking bison -y version is at least 1.25... yes (1.875)
checking whether ln -s works... yes
checking for GNU make... (cached) gmake
checking whether gmake sets ${MAKE}... (cached) yes
checking for ranlib... ranlib
checking for gm4... no
checking for m4... m4
checking for perl... perl
checking for gnused... no
checking for sed... sed
checking for gar... no
checking for ar... ar
checking for makedepend... makedepend
checking c++ compiler option -fno-exceptions... yes
checking c++ compiler option -fno-implicit-templates... yes
checking for --enable-warnings... no
checking for --enable-errors... no
configure: warning: Unknown platform unknown-unknown
checking whether linker understands --export-dynamic... yes, will use it!
checking whether m4 understands -E option... yes
checking whether m4 -E understands -B10000 option... no
checking for --enable-link-static... no
checking for ANSI C header files... (cached) yes
checking for key_t... yes
checking for dlfcn.h... yes
checking for stdint.h... (cached) yes
checking for gethostbyaddr in -lnsl... yes
checking for gethostbyaddr... yes
checking for socket in -lsocket... no
checking for socket... yes
checking for fabs in -lm... yes
checking for fabs... yes
checking for dlopen in -ldl... yes
checking for setpgid... yes
checking for dlopen... yes
checking whether we could allocate Oz heap with malloc ...
checking for malloc... yes
checking ... with a test program... succeeded
... yes, we can allocate Oz heap with malloc!
checking whether we can allocate Oz heap via mmap...
checking for mmap... yes
checking ... with a test program... succeeded
... yes, we can allocate Oz heap via mmap!
checking whether we could allocate Oz heap via sbrk ...
checking for sbrk... yes
checking ... with a test program... succeeded
... yes, we can allocate Oz heap via sbrk!
checking for --enable-malloc-heap... no
checking for --enable-mmap-heap... no
checking for --enable-sbrk-heap... no
... will use the (efficient) 'malloc'ing for Oz heap
checking for strdup... yes
checking whether dlopen needs leading underscore... DETERMINED BY INSPECTION
no
checking for little-endianness... yes
checking for big-wordianness... no
checking whether the times/sysconf(_SC_CLK_TCK) bug is present... conftest.c: In function 'main':
conftest.c:23: warning: unused variable 'diff'
no
checking for --with-gmp... yes
checking for gmp.h... yes
checking for __gmpz_init in -lgmp (default)... yes
checking gmp version is at least 2... yes
checking for --with-zlib... yes
checking for zlib.h... yes
checking for zlibVersion in -lz (default)... yes
checking for --with-ccmalloc... no
checking for --enable-opt... optimize
checking for --enable-threaded... yes (-DTHREADED)
checking for --enable-fastreg... yes (-DFASTREGACCESS)
checking for --enable-fasterreg... yes (-DFASTERREGACCESS)
checking for --enable-fastarith... no
checking for --enable-modules-static... yes (-DMODULES_LINK_STATIC)
checking c++ compiler option -fpic... yes
checking cc compiler option -fpic... yes
checking for --with-malloc... no
checking whether socklen_t is declared...... yes (-DHAVE_SOCKLEN_T)
checking whether we can do virtual sites...
checking for sys/types.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/ipc.h... yes
checking for sys/shm.h... yes
checking for shmget... yes
checking for shmat... yes
checking for shmdt... yes
checking for shmctl... yes
checking shared memory with a test program... failed
... sorry, we cannot do virtual sites.
checking for --enable-virtualsites... no
checking for --enable-miscbuiltins... no
checking whether .align is multiple... no
checking whether .align is power of 2... no
checking alignment of secondary tag for const terms... ok
checking if alignment of secondary tags for extensions needs padding... no
updating cache ../.././config.cache
creating ./config.status
creating Makefile.vars
creating Makefile
creating Makefile.rules
creating libdp/Makefile
creating libfd/Makefile
creating libfset/Makefile
creating OZCONF.h
creating oztool.sh
creating NONE-oztool
creating .gdbinit
creating conf-others.h
configuring in wish
running /bin/sh /root/rpmbuild/BUILD/mozart-1.4.0.20080704/platform/wish/configure  --prefix=/var/tmp/mozart-1.4.0.20080704/usr/lib/mozart --with-ozhome=/usr/lib/mozart --enable-opt=yes --disable-contrib-micq --cache-file=../.././config.cache --srcdir=/root/rpmbuild/BUILD/mozart-1.4.0.20080704/platform/wish
loading cache ../.././config.cache
checking for SRCTOP... (cached) /root/rpmbuild/BUILD/mozart-1.4.0.20080704
checking for BUILDTOP... (cached) /root/rpmbuild/BUILD/mozart-1.4.0.20080704
checking host system type... x86_64-unknown-linux-gnu
checking for GNU make... (cached) gmake
checking whether gmake sets ${MAKE}... (cached) yes
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking for --with-global-oz... no
checking for mkinstalldirs... (cached) /root/rpmbuild/BUILD/mozart-1.4.0.20080704/mkinstalldirs
checking for oz version... (cached) 1.4.0
checking for ozplatform... (cached) /root/rpmbuild/BUILD/mozart-1.4.0.20080704/share/bin/ozplatform
checking for oztool... no
checking for --with-inc-dir... 
checking for --with-lib-dir... 
checking for build date... (cached) 20080920
checking for OZLOADSEP... (cached) :
checking for OZLOADWIN... (cached) 
checking for C compiler... (cached) gcc
checking whether we are using GNU C... (cached) yes
checking for C preprocessor... (cached) gcc -E
checking for C++ compiler... (cached) c++
checking whether we are using GNU C++... (cached) yes
checking for C++ preprocessor... (cached) g++ -E
checking whether ln -s works... (cached) yes
checking whether to build with AquaTk... no
checking for tclConfig.sh... configure: error: Can't find tcl. Use --with-tcl to specify the directory which contains tclConfig.sh
configure: error: /root/rpmbuild/BUILD/mozart-1.4.0.20080704/platform/wish/configure failed for wish
configure: error: /root/rpmbuild/BUILD/mozart-1.4.0.20080704/platform/configure failed for platform
error: Bad exit status from /var/tmp/rpm-tmp.64452 (%build)


RPM build errors:
    Bad exit status from /var/tmp/rpm-tmp.64452 (%build)
Comme je comprend le problème, il ne trouve pas tcl et me demande de lui indiquer son emplacement.
Après quelques recherches, j'ai trouvé l'emplacement : /usr/lib64/tclConfig.sh .
Mais je ne sais pas comment utiliser la commande --with-tcl pour lui indiqué le path.

Merci d'avance 😉
C'est ce que je te disais à propos d'un rpm tout packagé ou du rpmbuild. tout est automatique et tu ne peux pas intervenir.
Si le rpm mozart-1.4.0.20080704-16189.src.rpm contient les sources et un fichier configure. C'est ce script configure qui doit être lancé manuellement.
Une question pourquoi utiliser rpmbuild. Normalement c'est pour construire un nouveau rpm à partir d'un rpm_source, mais dans ce cas le configure est automatique.

rpm -l mozart-1.4.0.20080704-16189.src.rpm
Cette commande t'affichera la liste des sources.
rpm -i mozart-1.4.0.20080704-16189.src.rpm

Installera les sources à partir du répertoire courant ou dans un autre (voir le résultat du rpm -l).

En allant dans le répertoire ou sont installés les sources tu trouveras certainement un fichier configure (et certainement un README).

Lis le README (et d'autre s'il y en a).
lance
./configure
puis si cela c'est bien passé
make
puis
su -c 'make install'

Normalement c'est la marche à suivre pour compiler manuellement.
de la même façon, tu as bien installé tcl-devel?
Je pense aussi qu'il faut le tcl-devel. Sinon pour les options, ca se passe apres le configure, genre
$ ./configure --option
epo
@Noee
Exact :
yum provides */tclConfig.sh
Correspondance depuis :
Filename : /usr/lib/tclConfig.sh
tcl-devel est bien installé.

pmarion j'ai essayé ta méthode mais aucun répertoire ne se crée 🙁, ou alors je ne le vois pas :-P
Voila le code :
[root@localhost Download]# rpm -l mozart-1.4.0.20080704-16189.src.rpm 
RPM version 4.4.2.3
Copyright (C) 1998-2002 - Red Hat, Inc.
This program may be freely redistributed under the terms of the GNU GPL

Usage: rpm [-aKfgpWHqVcdilsaKfgpWHqVKiv?] [-a|--all] [-f|--file] [-g|--group]
        [-p|--package] [-W|--ftswalk] [--pkgid] [--hdrid] [--fileid]
        [--specfile] [--triggeredby] [--whatrequires] [--whatprovides]
        [--nomanifest] [-c|--configfiles] [-d|--docfiles] [--dump] [-l|--list]
        [--queryformat=QUERYFORMAT] [-s|--state] [--nomd5] [--nofiles]
        [--nodeps] [--noscript] [--comfollow] [--logical] [--nochdir]
        [--nostat] [--physical] [--seedot] [--xdev] [--whiteout]
        [--addsign] [-K|--checksig] [--delsign] [--import] [--resign]
        [--nodigest] [--nosignature] [--initdb] [--rebuilddb] [--aid]
        [--allfiles] [--allmatches] [--badreloc] [-e|--erase <package>+]
        [--excludedocs] [--excludepath=<path>] [--fileconflicts] [--force]
        [-F|--freshen <packagefile>+] [-h|--hash] [--ignorearch] [--ignoreos]
        [--ignoresize] [-i|--install] [--justdb] [--nodeps] [--nomd5]
        [--nocontexts] [--noorder] [--nosuggest] [--noscripts]
        [--notriggers] [--oldpackage] [--percent] [--prefix=<dir>]
        [--relocate=<old>=<new>] [--repackage] [--replacefiles]
        [--replacepkgs] [--test] [-U|--upgrade <packagefile>+] [--quiet]
        [-D|--define 'MACRO EXPR'] [-E|--eval 'EXPR'] [--macros=<FILE:...>]
        [--nodigest] [--nosignature] [--rcfile=<FILE:...>] [-r|--root ROOT]
        [--querytags] [--showrc] [--quiet] [-v|--verbose] [--version]
        [-?|--help] [--usage] [--scripts] [--setperms] [--setugids]
        [--conflicts] [--obsoletes] [--provides] [--requires] [--info]
        [--changelog] [--xml] [--triggers] [--last] [--dupes]
        [--filesbypkg] [--fileclass] [--filecolor] [--filecontext]
        [--fscontext] [--recontext] [--fileprovide] [--filerequire]
        [--redhatprovides] [--redhatrequires] [--buildpolicy=<policy>]
        [--with=<option>] [--without=<option>]
[root@localhost Download]# rpm -i mozart-1.4.0.20080704-16189.src.rpm
[root@localhost Download]#
Merci pour vos réponse.
Excuse moi j'ai loupé deux options :
rpm -qlp mozart-1.4.0.20080704-16189.src.rpm
Affiche le contenu d'un fichier rpm sans l'installer.
rpm -qlp mozart-1.4.0.20080704-16189.src.rpm
-q : parce qu'il s'agit d'une requête d'interrogation ("query") ;
-l : pour lister le contenu d'un paquet ;
-p : parce qu'on liste ici le contenu d'un fichier RPM, et non le contenu d'un paquetage déjà installé.
Retrour au problème numéro 2 :lol:, je commence à déprimer :-P
[root@localhost mozart-1.4.0.20080704]# ./configure
creating cache ./config.cache
checking for SRCTOP... /usr/src/redhat/SOURCES/mozart-1.4.0.20080704
checking for BUILDTOP... /usr/src/redhat/SOURCES/mozart-1.4.0.20080704
checking host system type... x86_64-unknown-linux-gnu
checking for gmake... gmake
checking whether gmake sets ${MAKE}... yes
checking for a BSD compatible install... /usr/bin/install -c
checking for --with-global-oz... no
checking for mkinstalldirs... /usr/src/redhat/SOURCES/mozart-1.4.0.20080704/mkinstalldirs
checking for oz version... 1.4.0
checking for ozplatform... /usr/src/redhat/SOURCES/mozart-1.4.0.20080704/share/bin/ozplatform
checking for oztool... no
checking for --with-inc-dir... 
checking for --with-lib-dir... 
checking for build date... 20080920
checking for OZLOADSEP... :
checking for OZLOADWIN... 
checking for --enable-contrib... yes
checking for --enable-doc... yes
checking for --enable-subdirs... platform share contrib doc
checking for --with-stdlib... 
updating cache ./config.cache
creating ./config.status
creating Makefile
configuring in platform
running /bin/sh /usr/src/redhat/SOURCES/mozart-1.4.0.20080704/platform/configure  --cache-file=.././config.cache --srcdir=/usr/src/redhat/SOURCES/mozart-1.4.0.20080704/platform
loading cache .././config.cache
checking for SRCTOP... (cached) /usr/src/redhat/SOURCES/mozart-1.4.0.20080704
checking for BUILDTOP... (cached) /usr/src/redhat/SOURCES/mozart-1.4.0.20080704
checking host system type... x86_64-unknown-linux-gnu
checking for GNU make... (cached) gmake
checking whether gmake sets ${MAKE}... (cached) yes
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking for --with-global-oz... no
checking for mkinstalldirs... (cached) /usr/src/redhat/SOURCES/mozart-1.4.0.20080704/mkinstalldirs
checking for oz version... (cached) 1.4.0
checking for ozplatform... (cached) /usr/src/redhat/SOURCES/mozart-1.4.0.20080704/share/bin/ozplatform
checking for oztool... no
checking for --with-inc-dir... 
checking for --with-lib-dir... 
checking for build date... (cached) 20080920
checking for OZLOADSEP... (cached) :
checking for OZLOADWIN... (cached) 
checking for --enable-wish... yes
creating ./config.status
creating Makefile
configuring in dss
running /bin/sh /usr/src/redhat/SOURCES/mozart-1.4.0.20080704/platform/dss/configure  --cache-file=../.././config.cache --srcdir=/usr/src/redhat/SOURCES/mozart-1.4.0.20080704/platform/dss
configure: loading cache ../.././config.cache
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for g++... g++
checking for C++ compiler default output file name... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for gcc... gcc
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 for a BSD-compatible install... (cached) /usr/bin/install -c
checking whether make sets $(MAKE)... yes
checking how to run the C++ preprocessor... g++ -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
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 arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking gmp.h usability... yes
checking gmp.h presence... yes
checking for gmp.h... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking for vprintf... yes
checking for _doprnt... no
checking for sqrt... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for ranlib... ranlib
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking for g++ version... 4.3.0

*************** CHECKING OPTIONS ****************

Options can be found in README

checking compiler alternative.... compile optimized mode
checking exception handling...... no exceptions
checking warning configuration... using extensive warnings
checking profiling information... no profiling
checking what lib to build....... will build full DSS
checking for linking choice...... dynamic linking
checking inclusion of examples... no examples
checking inclusion of utils...... no utils

************* CHECKING ENVIRONMENT ***************

checking environment... found linux-gnu
checking CPU type... x86_64 architecture
configure: WARNING: No prefix supplied
configure: updating cache ../.././config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating Makefile.vars

**** REMEMBER TO SET LD_LIBRARY_PATH ****

configuring in emulator
running /bin/sh /usr/src/redhat/SOURCES/mozart-1.4.0.20080704/platform/emulator/configure  --cache-file=../.././config.cache --srcdir=/usr/src/redhat/SOURCES/mozart-1.4.0.20080704/platform/emulator
loading cache ../.././config.cache
checking for SRCTOP... (cached) /usr/src/redhat/SOURCES/mozart-1.4.0.20080704
checking for BUILDTOP... (cached) /usr/src/redhat/SOURCES/mozart-1.4.0.20080704
checking host system type... x86_64-unknown-linux-gnu
checking for GNU make... (cached) gmake
checking whether gmake sets ${MAKE}... (cached) yes
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking for --with-global-oz... no
checking for mkinstalldirs... (cached) /usr/src/redhat/SOURCES/mozart-1.4.0.20080704/mkinstalldirs
checking for oz version... (cached) 1.4.0
checking for ozplatform... (cached) /usr/src/redhat/SOURCES/mozart-1.4.0.20080704/share/bin/ozplatform
checking for oztool... no
checking for --with-inc-dir... 
checking for --with-lib-dir... 
checking for build date... (cached) 20080920
checking for OZLOADSEP... (cached) :
checking for OZLOADWIN... (cached) 
checking for --enable-denys-events... no
checking for --enable-site-property... yes
checking build system type... x86_64-unknown-linux-gnu
checking for as... as
checking for dlltool... dlltool
checking for dllwrap... dllwrap
checking for --with-sunpro... no
checking for c++... c++
checking whether the C++ compiler (c++ -O ) works... yes
checking whether the C++ compiler (c++ -O ) is a cross-compiler... no
checking whether we are using GNU C++... yes
checking whether c++ accepts -g... (cached) yes
checking c++ version is at least 3.3.2... yes (4.3.0)
checking how to run the C++ preprocessor... (cached) g++ -E
checking for gcc... gcc
checking whether the C compiler (gcc -O ) works... yes
checking whether the C compiler (gcc -O ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... (cached) yes
checking gcc version is at least 3.3.2... yes (4.3.0)
checking how to run the C preprocessor... gcc -E
checking for flex... flex
checking for yywrap in -lfl... yes
checking flex version is at least 2.5.3... yes (2.5.35)
checking for bison... bison -y
checking bison -y version is at least 1.25... yes (1.875)
checking whether ln -s works... yes
checking for GNU make... (cached) gmake
checking whether gmake sets ${MAKE}... (cached) yes
checking for ranlib... ranlib
checking for gm4... no
checking for m4... m4
checking for perl... perl
checking for gnused... no
checking for sed... sed
checking for gar... no
checking for ar... ar
checking for makedepend... makedepend
checking c++ compiler option -fno-exceptions... yes
checking c++ compiler option -fno-implicit-templates... yes
checking for --enable-warnings... no
checking for --enable-errors... no
configure: warning: Unknown platform unknown-unknown
checking whether linker understands --export-dynamic... yes, will use it!
checking whether m4 understands -E option... yes
checking whether m4 -E understands -B10000 option... no
checking for --enable-link-static... no
checking for ANSI C header files... (cached) yes
checking for key_t... yes
checking for dlfcn.h... yes
checking for stdint.h... (cached) yes
checking for gethostbyaddr in -lnsl... yes
checking for gethostbyaddr... yes
checking for socket in -lsocket... no
checking for socket... yes
checking for fabs in -lm... yes
checking for fabs... yes
checking for dlopen in -ldl... yes
checking for setpgid... yes
checking for dlopen... yes
checking whether we could allocate Oz heap with malloc ...
checking for malloc... yes
checking ... with a test program... succeeded
... yes, we can allocate Oz heap with malloc!
checking whether we can allocate Oz heap via mmap...
checking for mmap... yes
checking ... with a test program... succeeded
... yes, we can allocate Oz heap via mmap!
checking whether we could allocate Oz heap via sbrk ...
checking for sbrk... yes
checking ... with a test program... succeeded
... yes, we can allocate Oz heap via sbrk!
checking for --enable-malloc-heap... no
checking for --enable-mmap-heap... no
checking for --enable-sbrk-heap... no
... will use the (efficient) 'malloc'ing for Oz heap
checking for strdup... yes
checking whether dlopen needs leading underscore... DETERMINED BY INSPECTION
no
checking for little-endianness... yes
checking for big-wordianness... no
checking whether the times/sysconf(_SC_CLK_TCK) bug is present... no
checking for --with-gmp... yes
checking for gmp.h... yes
checking for __gmpz_init in -lgmp (default)... yes
checking gmp version is at least 2... yes
checking for --with-zlib... yes
checking for zlib.h... yes
checking for zlibVersion in -lz (default)... yes
checking for --with-ccmalloc... no
checking for --enable-opt... optimize
checking for --enable-threaded... yes (-DTHREADED)
checking for --enable-fastreg... yes (-DFASTREGACCESS)
checking for --enable-fasterreg... yes (-DFASTERREGACCESS)
checking for --enable-fastarith... no
checking for --enable-modules-static... yes (-DMODULES_LINK_STATIC)
checking c++ compiler option -fpic... yes
checking cc compiler option -fpic... yes
checking for --with-malloc... no
checking whether socklen_t is declared...... yes (-DHAVE_SOCKLEN_T)
checking whether we can do virtual sites...
checking for sys/types.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/ipc.h... yes
checking for sys/shm.h... yes
checking for shmget... yes
checking for shmat... yes
checking for shmdt... yes
checking for shmctl... yes
checking shared memory with a test program... failed
... sorry, we cannot do virtual sites.
checking for --enable-virtualsites... no
checking for --enable-miscbuiltins... no
checking whether .align is multiple... no
checking whether .align is power of 2... no
checking alignment of secondary tag for const terms... ok
checking if alignment of secondary tags for extensions needs padding... no
updating cache ../.././config.cache
creating ./config.status
creating Makefile.vars
creating Makefile
creating Makefile.rules
creating libdp/Makefile
creating libfd/Makefile
creating libfset/Makefile
creating OZCONF.h
creating oztool.sh
creating NONE-oztool
creating .gdbinit
creating conf-others.h
configuring in wish
running /bin/sh /usr/src/redhat/SOURCES/mozart-1.4.0.20080704/platform/wish/configure  --cache-file=../.././config.cache --srcdir=/usr/src/redhat/SOURCES/mozart-1.4.0.20080704/platform/wish
loading cache ../.././config.cache
checking for SRCTOP... (cached) /usr/src/redhat/SOURCES/mozart-1.4.0.20080704
checking for BUILDTOP... (cached) /usr/src/redhat/SOURCES/mozart-1.4.0.20080704
checking host system type... x86_64-unknown-linux-gnu
checking for GNU make... (cached) gmake
checking whether gmake sets ${MAKE}... (cached) yes
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking for --with-global-oz... no
checking for mkinstalldirs... (cached) /usr/src/redhat/SOURCES/mozart-1.4.0.20080704/mkinstalldirs
checking for oz version... (cached) 1.4.0
checking for ozplatform... (cached) /usr/src/redhat/SOURCES/mozart-1.4.0.20080704/share/bin/ozplatform
checking for oztool... no
checking for --with-inc-dir... 
checking for --with-lib-dir... 
checking for build date... (cached) 20080920
checking for OZLOADSEP... (cached) :
checking for OZLOADWIN... (cached) 
checking for C compiler... (cached) gcc
checking whether we are using GNU C... (cached) yes
checking for C preprocessor... (cached) gcc -E
checking for default CFLAGS... (cached) -O
checking for C++ compiler... (cached) c++
checking whether we are using GNU C++... (cached) yes
checking for C++ preprocessor... (cached) g++ -E
checking for default CXXFLAGS... (cached) -O
checking whether ln -s works... (cached) yes
checking whether to build with AquaTk... no
checking for tclConfig.sh... configure: error: Can't find tcl. Use --with-tcl to specify the directory which contains tclConfig.sh
configure: error: /usr/src/redhat/SOURCES/mozart-1.4.0.20080704/platform/wish/configure failed for wish
configure: error: /usr/src/redhat/SOURCES/mozart-1.4.0.20080704/platform/configure failed for platform
si tcl-devel est bien installé, alors essaie :
$ ./configure --with-tcl /usr/lib/tcl8.5/
epo
Doucement, pas de déprime, ce n'est que le premier paquet que tu compiles. Il faut bien un début.

As -tu lu le README (Il doit y avoir un README ou un fichier indiquant les spécifications de configure).

A défaut ./configure --help

De toute façon configure t'invite à utiliser l'option --with-tcl, alors essaie

./configure --with-tcl nom_repertoire_contenant_tclConfig.sh

Pour savoir où se trouve tclConfig.sh.
locate tclConfig.sh

Si locate te dit qu'il n'y a pas de base de données locate
updatedb
puis
locate tclConfig.sh
Alors :-D
Tout d'abord le locate :
[root@localhost mozart-1.4.0.20080704]# locate tclConfig.sh
/usr/lib64/tclConfig.sh
/usr/lib64/tcl8.5/tclConfig.sh
Après que je mette l'un ou l'autre, c'est toujours le même message 🙁
[root@localhost mozart-1.4.0.20080704]# ./configure --with-tcl /usr/lib64/tcl8.5/
configure: warning: /usr/lib64/tcl8.5/: invalid host type
loading cache ./config.cache
checking for SRCTOP... (cached) /usr/src/redhat/SOURCES/mozart-1.4.0.20080704
checking for BUILDTOP... (cached) /usr/src/redhat/SOURCES/mozart-1.4.0.20080704
checking host system type... Invalid configuration `/usr/lib64/tcl8.5/': machine `/usr/lib64/tcl8.5/' not recognized

checking for GNU make... (cached) gmake
checking whether gmake sets ${MAKE}... (cached) yes
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking for --with-global-oz... no
checking for mkinstalldirs... (cached) /usr/src/redhat/SOURCES/mozart-1.4.0.20080704/mkinstalldirs
checking for oz version... (cached) 1.4.0
checking for ozplatform... (cached) /usr/src/redhat/SOURCES/mozart-1.4.0.20080704/share/bin/ozplatform
checking for oztool... no
checking for --with-inc-dir... 
checking for --with-lib-dir... 
checking for build date... (cached) 20080920
checking for OZLOADSEP... (cached) :
checking for OZLOADWIN... (cached) 
checking for --enable-contrib... yes
checking for --enable-doc... yes
checking for --enable-subdirs... platform share contrib doc
checking for --with-stdlib... 
creating ./config.status
creating Makefile
configuring in platform
running /bin/sh /usr/src/redhat/SOURCES/mozart-1.4.0.20080704/platform/configure  --with-tcl /usr/lib64/tcl8.5/ --cache-file=.././config.cache --srcdir=/usr/src/redhat/SOURCES/mozart-1.4.0.20080704/platform
configure: warning: /usr/lib64/tcl8.5/: invalid host type
loading cache .././config.cache
checking for SRCTOP... (cached) /usr/src/redhat/SOURCES/mozart-1.4.0.20080704
checking for BUILDTOP... (cached) /usr/src/redhat/SOURCES/mozart-1.4.0.20080704
checking host system type... Invalid configuration `/usr/lib64/tcl8.5/': machine `/usr/lib64/tcl8.5/' not recognized

checking for GNU make... (cached) gmake
checking whether gmake sets ${MAKE}... (cached) yes
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking for --with-global-oz... no
checking for mkinstalldirs... (cached) /usr/src/redhat/SOURCES/mozart-1.4.0.20080704/mkinstalldirs
checking for oz version... (cached) 1.4.0
checking for ozplatform... (cached) /usr/src/redhat/SOURCES/mozart-1.4.0.20080704/share/bin/ozplatform
checking for oztool... no
checking for --with-inc-dir... 
checking for --with-lib-dir... 
checking for build date... (cached) 20080920
checking for OZLOADSEP... (cached) :
checking for OZLOADWIN... (cached) 
checking for --enable-wish... yes
creating ./config.status
creating Makefile
configuring in dss
running /bin/sh /usr/src/redhat/SOURCES/mozart-1.4.0.20080704/platform/dss/configure  --with-tcl /usr/lib64/tcl8.5/ --cache-file=../.././config.cache --srcdir=/usr/src/redhat/SOURCES/mozart-1.4.0.20080704/platform/dss
configure: WARNING: you should use --build, --host, --target
configure: WARNING: invalid host type: /usr/lib64/tcl8.5/
configure: loading cache ../.././config.cache
checking build system type... (cached) x86_64-unknown-linux-gnu
checking host system type... (cached) x86_64-unknown-linux-gnu
checking for /usr/lib64/tcl8.5/-g++... (cached) c++
checking for C++ compiler default output file name... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... (cached) o
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether c++ accepts -g... (cached) yes
checking for /usr/lib64/tcl8.5/-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 for a BSD-compatible install... (cached) /usr/bin/install -c
checking whether make sets $(MAKE)... (cached) yes
checking how to run the C++ preprocessor... (cached) g++ -E
checking for grep that handles long lines and -e... (cached) /bin/grep
checking for egrep... (cached) /bin/grep -E
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for arpa/inet.h... (cached) yes
checking for fcntl.h... (cached) yes
checking for limits.h... (cached) yes
checking for gmp.h... (cached) yes
checking for pthread.h... (cached) yes
checking for stdbool.h that conforms to C99... (cached) yes
checking for _Bool... (cached) no
checking for an ANSI C-conforming const... (cached) yes
checking for inline... (cached) inline
checking for size_t... (cached) yes
checking whether time.h and sys/time.h may both be included... (cached) yes
checking for sys/select.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking types of arguments for select... (cached) int,fd_set *,struct timeval *
checking for vprintf... (cached) yes
checking for _doprnt... (cached) no
checking for sqrt... (cached) yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for /usr/lib64/tcl8.5/-ranlib... (cached) ranlib
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether c++ accepts -g... (cached) yes
checking for c++ version... 4.3.0

*************** CHECKING OPTIONS ****************

Options can be found in README

checking compiler alternative.... compile optimized mode
checking exception handling...... no exceptions
checking warning configuration... using extensive warnings
checking profiling information... no profiling
checking what lib to build....... will build full DSS
checking for linking choice...... dynamic linking
checking inclusion of examples... no examples
checking inclusion of utils...... no utils

************* CHECKING ENVIRONMENT ***************

checking environment... found linux-gnu
checking CPU type... x86_64 architecture
configure: WARNING: No prefix supplied
configure: updating cache ../.././config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating Makefile.vars

**** REMEMBER TO SET LD_LIBRARY_PATH ****

configuring in emulator
running /bin/sh /usr/src/redhat/SOURCES/mozart-1.4.0.20080704/platform/emulator/configure  --with-tcl /usr/lib64/tcl8.5/ --cache-file=../.././config.cache --srcdir=/usr/src/redhat/SOURCES/mozart-1.4.0.20080704/platform/emulator
configure: warning: /usr/lib64/tcl8.5/: invalid host type
loading cache ../.././config.cache
checking for SRCTOP... (cached) /usr/src/redhat/SOURCES/mozart-1.4.0.20080704
checking for BUILDTOP... (cached) /usr/src/redhat/SOURCES/mozart-1.4.0.20080704
checking host system type... Invalid configuration `/usr/lib64/tcl8.5/': machine `/usr/lib64/tcl8.5/' not recognized

checking for GNU make... (cached) gmake
checking whether gmake sets ${MAKE}... (cached) yes
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking for --with-global-oz... no
checking for mkinstalldirs... (cached) /usr/src/redhat/SOURCES/mozart-1.4.0.20080704/mkinstalldirs
checking for oz version... (cached) 1.4.0
checking for ozplatform... (cached) /usr/src/redhat/SOURCES/mozart-1.4.0.20080704/share/bin/ozplatform
checking for oztool... no
checking for --with-inc-dir... 
checking for --with-lib-dir... 
checking for build date... (cached) 20080920
checking for OZLOADSEP... (cached) :
checking for OZLOADWIN... (cached) 
checking for --enable-denys-events... no
checking for --enable-site-property... yes
checking build system type... Invalid configuration `/usr/lib64/tcl8.5/': machine `/usr/lib64/tcl8.5/' not recognized

checking for /usr/lib64/tcl8.5/-as... (cached) as
checking for /usr/lib64/tcl8.5/-dlltool... (cached) dlltool
checking for /usr/lib64/tcl8.5/-dllwrap... (cached) dllwrap
checking for --with-sunpro... no
checking for C++ compiler... (cached) c++
checking whether we are using GNU C++... (cached) yes
checking for C++ preprocessor... (cached) g++ -E
checking for default CXXFLAGS... (cached) -O
checking for C compiler... (cached) gcc
checking whether we are using GNU C... (cached) yes
checking for C preprocessor... (cached) gcc -E
checking for GNU flex... (cached) flex
checking for GNU bison... (cached) bison -y
checking whether ln -s works... (cached) yes
checking for GNU make... (cached) gmake
checking whether gmake sets ${MAKE}... (cached) yes
checking for ranlib... (cached) ranlib
checking for gm4... (cached) m4
checking for perl... (cached) perl
checking for gnused... (cached) sed
checking for gar... (cached) ar
checking for makedepend... (cached) makedepend
checking c++ compiler option -fno-exceptions... (cached) yes
checking c++ compiler option -fno-implicit-templates... (cached) yes
checking for --enable-warnings... no
checking for --enable-errors... no
configure: warning: Unknown platform unknown-unknown
checking whether linker understands --export-dynamic... (cached) yes, will use it!
checking whether m4 understands -E option... yes
checking whether m4 -E understands -B10000 option... no
checking for --enable-link-static... no
checking for ANSI C header files... (cached) yes
checking for key_t... (cached) yes
checking for dlfcn.h... (cached) yes
checking for stdint.h... (cached) yes
checking for gethostbyaddr in -lnsl... (cached) yes
checking for gethostbyaddr... (cached) yes
checking for socket in -lsocket... (cached) no
checking for socket... (cached) yes
checking for fabs in -lm... (cached) yes
checking for fabs... (cached) yes
checking for dlopen in -ldl... (cached) yes
checking for setpgid... (cached) yes
checking for dlopen... (cached) yes
checking whether we could allocate Oz heap with malloc ...
(cached) ... yes, we can allocate Oz heap with malloc!
checking whether we can allocate Oz heap via mmap...
(cached) ... yes, we can allocate Oz heap via mmap!
checking whether we could allocate Oz heap via sbrk ...
(cached) ... yes, we can allocate Oz heap via sbrk!
checking for --enable-malloc-heap... no
checking for --enable-mmap-heap... no
checking for --enable-sbrk-heap... no
... will use the (efficient) 'malloc'ing for Oz heap
checking for strdup... (cached) yes
checking whether dlopen needs leading underscore... (cached) no
checking for little-endianness... (cached) yes
checking for big-wordianness... (cached) no
checking whether the times/sysconf(_SC_CLK_TCK) bug is present... (cached) no
checking for --with-gmp... yes
checking for gmp.h... (cached) yes
checking for library gmp... (cached) -lgmp (LIBS)
checking gmp version is at least 2... (cached) yes
checking for --with-zlib... yes
checking for zlib.h... (cached) yes
checking for library z... (cached) -lz (LIBS)
checking for --with-ccmalloc... no
checking for --enable-opt... optimize
checking for --enable-threaded... yes (-DTHREADED)
checking for --enable-fastreg... yes (-DFASTREGACCESS)
checking for --enable-fasterreg... yes (-DFASTERREGACCESS)
checking for --enable-fastarith... no
checking for --enable-modules-static... yes (-DMODULES_LINK_STATIC)
checking c++ compiler option -fpic... (cached) yes
checking cc compiler option -fpic... (cached) yes
checking for --with-malloc... no
checking whether socklen_t is declared...... (cached) yes (-DHAVE_SOCKLEN_T)
checking whether we can do virtual sites...
(cached) ... sorry, we cannot do virtual sites.
checking for --enable-virtualsites... no
checking for --enable-miscbuiltins... no
checking whether .align is multiple... no
checking whether .align is power of 2... no
checking alignment of secondary tag for const terms... ok
checking if alignment of secondary tags for extensions needs padding... no
updating cache ../.././config.cache
creating ./config.status
creating Makefile.vars
creating Makefile
creating Makefile.rules
creating libdp/Makefile
creating libfd/Makefile
creating libfset/Makefile
creating OZCONF.h
creating oztool.sh
creating NONE-oztool
creating .gdbinit
creating conf-others.h
conf-others.h is unchanged
configuring in wish
running /bin/sh /usr/src/redhat/SOURCES/mozart-1.4.0.20080704/platform/wish/configure  --with-tcl /usr/lib64/tcl8.5/ --cache-file=../.././config.cache --srcdir=/usr/src/redhat/SOURCES/mozart-1.4.0.20080704/platform/wish
configure: warning: /usr/lib64/tcl8.5/: invalid host type
loading cache ../.././config.cache
checking for SRCTOP... (cached) /usr/src/redhat/SOURCES/mozart-1.4.0.20080704
checking for BUILDTOP... (cached) /usr/src/redhat/SOURCES/mozart-1.4.0.20080704
checking host system type... Invalid configuration `/usr/lib64/tcl8.5/': machine `/usr/lib64/tcl8.5/' not recognized

checking for GNU make... (cached) gmake
checking whether gmake sets ${MAKE}... (cached) yes
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking for --with-global-oz... no
checking for mkinstalldirs... (cached) /usr/src/redhat/SOURCES/mozart-1.4.0.20080704/mkinstalldirs
checking for oz version... (cached) 1.4.0
checking for ozplatform... (cached) /usr/src/redhat/SOURCES/mozart-1.4.0.20080704/share/bin/ozplatform
checking for oztool... no
checking for --with-inc-dir... 
checking for --with-lib-dir... 
checking for build date... (cached) 20080920
checking for OZLOADSEP... (cached) :
checking for OZLOADWIN... (cached) 
checking for C compiler... (cached) gcc
checking whether we are using GNU C... (cached) yes
checking for C preprocessor... (cached) gcc -E
checking for default CFLAGS... (cached) -O
checking for C++ compiler... (cached) c++
checking whether we are using GNU C++... (cached) yes
checking for C++ preprocessor... (cached) g++ -E
checking for default CXXFLAGS... (cached) -O
checking whether ln -s works... (cached) yes
checking whether to build with AquaTk... no
checking for tclConfig.sh... configure: error: Can't find tcl. Use --with-tcl to specify the directory which contains tclConfig.sh
configure: error: /usr/src/redhat/SOURCES/mozart-1.4.0.20080704/platform/wish/configure failed for wish
configure: error: /usr/src/redhat/SOURCES/mozart-1.4.0.20080704/platform/configure failed for platform
/usr/lib64/tcl8.5/ IS NOT /usr/lib64/tcl8.5
Je pense à cela car je n'ai jamias mis un '/' à la fin d'un chemein de répertoire.
Je ne sais pas si c'est cela, mais le message 'configure: warning: /usr/lib64/tcl8.5/: invalid host type' n'est pas normal.
Malheureusement /usr/lib64/tcl8.5/ IS NOT /usr/lib64/tcl8.5 :-D:-D
Par contre je comprend pas non plus le : invalid host type.
[root@localhost mozart-1.4.0.20080704]# ./configure --with-tcl /usr/lib64/tcl8.5
configure: warning: /usr/lib64/tcl8.5: invalid host type
loading cache ./config.cache
checking for SRCTOP... (cached) /usr/src/redhat/SOURCES/mozart-1.4.0.20080704
checking for BUILDTOP... (cached) /usr/src/redhat/SOURCES/mozart-1.4.0.20080704
checking host system type... Invalid configuration `/usr/lib64/tcl8.5': machine `/usr/lib64/tcl8.5' not recognized

checking for GNU make... (cached) gmake
checking whether gmake sets ${MAKE}... (cached) yes
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking for --with-global-oz... no
checking for mkinstalldirs... (cached) /usr/src/redhat/SOURCES/mozart-1.4.0.20080704/mkinstalldirs
checking for oz version... (cached) 1.4.0
checking for ozplatform... (cached) /usr/src/redhat/SOURCES/mozart-1.4.0.20080704/share/bin/ozplatform
checking for oztool... no
checking for --with-inc-dir... 
checking for --with-lib-dir... 
checking for build date... (cached) 20080920
checking for OZLOADSEP... (cached) :
checking for OZLOADWIN... (cached) 
checking for --enable-contrib... yes
checking for --enable-doc... yes
checking for --enable-subdirs... platform share contrib doc
checking for --with-stdlib... 
creating ./config.status
creating Makefile
configuring in platform
running /bin/sh /usr/src/redhat/SOURCES/mozart-1.4.0.20080704/platform/configure  --with-tcl /usr/lib64/tcl8.5 --cache-file=.././config.cache --srcdir=/usr/src/redhat/SOURCES/mozart-1.4.0.20080704/platform
configure: warning: /usr/lib64/tcl8.5: invalid host type
loading cache .././config.cache
checking for SRCTOP... (cached) /usr/src/redhat/SOURCES/mozart-1.4.0.20080704
checking for BUILDTOP... (cached) /usr/src/redhat/SOURCES/mozart-1.4.0.20080704
checking host system type... Invalid configuration `/usr/lib64/tcl8.5': machine `/usr/lib64/tcl8.5' not recognized

checking for GNU make... (cached) gmake
checking whether gmake sets ${MAKE}... (cached) yes
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking for --with-global-oz... no
checking for mkinstalldirs... (cached) /usr/src/redhat/SOURCES/mozart-1.4.0.20080704/mkinstalldirs
checking for oz version... (cached) 1.4.0
checking for ozplatform... (cached) /usr/src/redhat/SOURCES/mozart-1.4.0.20080704/share/bin/ozplatform
checking for oztool... no
checking for --with-inc-dir... 
checking for --with-lib-dir... 
checking for build date... (cached) 20080920
checking for OZLOADSEP... (cached) :
checking for OZLOADWIN... (cached) 
checking for --enable-wish... yes
creating ./config.status
creating Makefile
configuring in dss
running /bin/sh /usr/src/redhat/SOURCES/mozart-1.4.0.20080704/platform/dss/configure  --with-tcl /usr/lib64/tcl8.5 --cache-file=../.././config.cache --srcdir=/usr/src/redhat/SOURCES/mozart-1.4.0.20080704/platform/dss
configure: WARNING: you should use --build, --host, --target
configure: WARNING: invalid host type: /usr/lib64/tcl8.5
configure: loading cache ../.././config.cache
checking build system type... (cached) x86_64-unknown-linux-gnu
checking host system type... (cached) x86_64-unknown-linux-gnu
checking for /usr/lib64/tcl8.5-g++... (cached) c++
checking for C++ compiler default output file name... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... (cached) o
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether c++ accepts -g... (cached) yes
checking for /usr/lib64/tcl8.5-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 for a BSD-compatible install... (cached) /usr/bin/install -c
checking whether make sets $(MAKE)... (cached) yes
checking how to run the C++ preprocessor... (cached) g++ -E
checking for grep that handles long lines and -e... (cached) /bin/grep
checking for egrep... (cached) /bin/grep -E
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for arpa/inet.h... (cached) yes
checking for fcntl.h... (cached) yes
checking for limits.h... (cached) yes
checking for gmp.h... (cached) yes
checking for pthread.h... (cached) yes
checking for stdbool.h that conforms to C99... (cached) yes
checking for _Bool... (cached) no
checking for an ANSI C-conforming const... (cached) yes
checking for inline... (cached) inline
checking for size_t... (cached) yes
checking whether time.h and sys/time.h may both be included... (cached) yes
checking for sys/select.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking types of arguments for select... (cached) int,fd_set *,struct timeval *
checking for vprintf... (cached) yes
checking for _doprnt... (cached) no
checking for sqrt... (cached) yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for /usr/lib64/tcl8.5-ranlib... (cached) ranlib
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether c++ accepts -g... (cached) yes
checking for c++ version... 4.3.0

*************** CHECKING OPTIONS ****************

Options can be found in README

checking compiler alternative.... compile optimized mode
checking exception handling...... no exceptions
checking warning configuration... using extensive warnings
checking profiling information... no profiling
checking what lib to build....... will build full DSS
checking for linking choice...... dynamic linking
checking inclusion of examples... no examples
checking inclusion of utils...... no utils

************* CHECKING ENVIRONMENT ***************

checking environment... found linux-gnu
checking CPU type... x86_64 architecture
configure: WARNING: No prefix supplied
configure: updating cache ../.././config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating Makefile.vars

**** REMEMBER TO SET LD_LIBRARY_PATH ****

configuring in emulator
running /bin/sh /usr/src/redhat/SOURCES/mozart-1.4.0.20080704/platform/emulator/configure  --with-tcl /usr/lib64/tcl8.5 --cache-file=../.././config.cache --srcdir=/usr/src/redhat/SOURCES/mozart-1.4.0.20080704/platform/emulator
configure: warning: /usr/lib64/tcl8.5: invalid host type
loading cache ../.././config.cache
checking for SRCTOP... (cached) /usr/src/redhat/SOURCES/mozart-1.4.0.20080704
checking for BUILDTOP... (cached) /usr/src/redhat/SOURCES/mozart-1.4.0.20080704
checking host system type... Invalid configuration `/usr/lib64/tcl8.5': machine `/usr/lib64/tcl8.5' not recognized

checking for GNU make... (cached) gmake
checking whether gmake sets ${MAKE}... (cached) yes
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking for --with-global-oz... no
checking for mkinstalldirs... (cached) /usr/src/redhat/SOURCES/mozart-1.4.0.20080704/mkinstalldirs
checking for oz version... (cached) 1.4.0
checking for ozplatform... (cached) /usr/src/redhat/SOURCES/mozart-1.4.0.20080704/share/bin/ozplatform
checking for oztool... no
checking for --with-inc-dir... 
checking for --with-lib-dir... 
checking for build date... (cached) 20080920
checking for OZLOADSEP... (cached) :
checking for OZLOADWIN... (cached) 
checking for --enable-denys-events... no
checking for --enable-site-property... yes
checking build system type... Invalid configuration `/usr/lib64/tcl8.5': machine `/usr/lib64/tcl8.5' not recognized

checking for /usr/lib64/tcl8.5-as... (cached) as
checking for /usr/lib64/tcl8.5-dlltool... (cached) dlltool
checking for /usr/lib64/tcl8.5-dllwrap... (cached) dllwrap
checking for --with-sunpro... no
checking for C++ compiler... (cached) c++
checking whether we are using GNU C++... (cached) yes
checking for C++ preprocessor... (cached) g++ -E
checking for default CXXFLAGS... (cached) -O
checking for C compiler... (cached) gcc
checking whether we are using GNU C... (cached) yes
checking for C preprocessor... (cached) gcc -E
checking for GNU flex... (cached) flex
checking for GNU bison... (cached) bison -y
checking whether ln -s works... (cached) yes
checking for GNU make... (cached) gmake
checking whether gmake sets ${MAKE}... (cached) yes
checking for ranlib... (cached) ranlib
checking for gm4... (cached) m4
checking for perl... (cached) perl
checking for gnused... (cached) sed
checking for gar... (cached) ar
checking for makedepend... (cached) makedepend
checking c++ compiler option -fno-exceptions... (cached) yes
checking c++ compiler option -fno-implicit-templates... (cached) yes
checking for --enable-warnings... no
checking for --enable-errors... no
configure: warning: Unknown platform unknown-unknown
checking whether linker understands --export-dynamic... (cached) yes, will use it!
checking whether m4 understands -E option... yes
checking whether m4 -E understands -B10000 option... no
checking for --enable-link-static... no
checking for ANSI C header files... (cached) yes
checking for key_t... (cached) yes
checking for dlfcn.h... (cached) yes
checking for stdint.h... (cached) yes
checking for gethostbyaddr in -lnsl... (cached) yes
checking for gethostbyaddr... (cached) yes
checking for socket in -lsocket... (cached) no
checking for socket... (cached) yes
checking for fabs in -lm... (cached) yes
checking for fabs... (cached) yes
checking for dlopen in -ldl... (cached) yes
checking for setpgid... (cached) yes
checking for dlopen... (cached) yes
checking whether we could allocate Oz heap with malloc ...
(cached) ... yes, we can allocate Oz heap with malloc!
checking whether we can allocate Oz heap via mmap...
(cached) ... yes, we can allocate Oz heap via mmap!
checking whether we could allocate Oz heap via sbrk ...
(cached) ... yes, we can allocate Oz heap via sbrk!
checking for --enable-malloc-heap... no
checking for --enable-mmap-heap... no
checking for --enable-sbrk-heap... no
... will use the (efficient) 'malloc'ing for Oz heap
checking for strdup... (cached) yes
checking whether dlopen needs leading underscore... (cached) no
checking for little-endianness... (cached) yes
checking for big-wordianness... (cached) no
checking whether the times/sysconf(_SC_CLK_TCK) bug is present... (cached) no
checking for --with-gmp... yes
checking for gmp.h... (cached) yes
checking for library gmp... (cached) -lgmp (LIBS)
checking gmp version is at least 2... (cached) yes
checking for --with-zlib... yes
checking for zlib.h... (cached) yes
checking for library z... (cached) -lz (LIBS)
checking for --with-ccmalloc... no
checking for --enable-opt... optimize
checking for --enable-threaded... yes (-DTHREADED)
checking for --enable-fastreg... yes (-DFASTREGACCESS)
checking for --enable-fasterreg... yes (-DFASTERREGACCESS)
checking for --enable-fastarith... no
checking for --enable-modules-static... yes (-DMODULES_LINK_STATIC)
checking c++ compiler option -fpic... (cached) yes
checking cc compiler option -fpic... (cached) yes
checking for --with-malloc... no
checking whether socklen_t is declared...... (cached) yes (-DHAVE_SOCKLEN_T)
checking whether we can do virtual sites...
(cached) ... sorry, we cannot do virtual sites.
checking for --enable-virtualsites... no
checking for --enable-miscbuiltins... no
checking whether .align is multiple... no
checking whether .align is power of 2... no
checking alignment of secondary tag for const terms... ok
checking if alignment of secondary tags for extensions needs padding... no
updating cache ../.././config.cache
creating ./config.status
creating Makefile.vars
creating Makefile
creating Makefile.rules
creating libdp/Makefile
creating libfd/Makefile
creating libfset/Makefile
creating OZCONF.h
creating oztool.sh
creating NONE-oztool
creating .gdbinit
creating conf-others.h
conf-others.h is unchanged
configuring in wish
running /bin/sh /usr/src/redhat/SOURCES/mozart-1.4.0.20080704/platform/wish/configure  --with-tcl /usr/lib64/tcl8.5 --cache-file=../.././config.cache --srcdir=/usr/src/redhat/SOURCES/mozart-1.4.0.20080704/platform/wish
configure: warning: /usr/lib64/tcl8.5: invalid host type
loading cache ../.././config.cache
checking for SRCTOP... (cached) /usr/src/redhat/SOURCES/mozart-1.4.0.20080704
checking for BUILDTOP... (cached) /usr/src/redhat/SOURCES/mozart-1.4.0.20080704
checking host system type... Invalid configuration `/usr/lib64/tcl8.5': machine `/usr/lib64/tcl8.5' not recognized

checking for GNU make... (cached) gmake
checking whether gmake sets ${MAKE}... (cached) yes
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking for --with-global-oz... no
checking for mkinstalldirs... (cached) /usr/src/redhat/SOURCES/mozart-1.4.0.20080704/mkinstalldirs
checking for oz version... (cached) 1.4.0
checking for ozplatform... (cached) /usr/src/redhat/SOURCES/mozart-1.4.0.20080704/share/bin/ozplatform
checking for oztool... no
checking for --with-inc-dir... 
checking for --with-lib-dir... 
checking for build date... (cached) 20080920
checking for OZLOADSEP... (cached) :
checking for OZLOADWIN... (cached) 
checking for C compiler... (cached) gcc
checking whether we are using GNU C... (cached) yes
checking for C preprocessor... (cached) gcc -E
checking for default CFLAGS... (cached) -O
checking for C++ compiler... (cached) c++
checking whether we are using GNU C++... (cached) yes
checking for C++ preprocessor... (cached) g++ -E
checking for default CXXFLAGS... (cached) -O
checking whether ln -s works... (cached) yes
checking whether to build with AquaTk... no
checking for tclConfig.sh... configure: error: Can't find tcl. Use --with-tcl to specify the directory which contains tclConfig.sh
configure: error: /usr/src/redhat/SOURCES/mozart-1.4.0.20080704/platform/wish/configure failed for wish
configure: error: /usr/src/redhat/SOURCES/mozart-1.4.0.20080704/platform/configure failed for platform
D'autres idées :roll:
sh -x configure --with-tcl /usr/lib64/tcl8.5 2>&1
A interrompre (<CTRL><C>) dès que tu as le message 'warning: /usr/lib64/tcl8.5: invalid host type'
Poste les dernières lignes avant le warning.