Fedora Core 11 et gsoap
Questcequidit14
-
Questcequidit14 Messages postés 9 Statut Membre -
Questcequidit14 Messages postés 9 Statut Membre -
Bonjour,
Je viens d'installer FC11 sur mon portable.
Mon application devant fonctionner en java et internet(WEB) j'ai installé dans l'ordre:
1, jdk-1_5_0_04-linux-i586.bin (et configuré les variables d'environnement JAVA_HOME et PATH dans "profile")
2, gsoap_2.7.10
Mais pour l'activation de ce dernier il faut faire les manips suivantes:
./configure
make
make install
Le pb, c'est qu'au "./configure" il ne trouve pas les compilateurs et j'ai les messages ci dessous.
Je pense qu'il manque un ou des liens mais je ne trouve pas ou, auriez vous une idée?
Merci
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = localhost.localdomain
uname -m = i686
uname -r = 2.6.29.4-167.fc11.i686.PAE
uname -s = Linux
uname -v = #1 SMP Wed May 27 17:28:22 EDT 2009
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = i686
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/kerberos/sbin
PATH: /usr/lib/qt-3.3/bin
PATH: /usr/kerberos/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/local/sbin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/local/jdk1.5.0_04/bin
PATH: /home/Dominique/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1366: checking for a BSD-compatible install
configure:1421: result: /usr/bin/install -c
configure:1432: checking whether build environment is sane
configure:1475: result: yes
configure:1508: checking for gawk
configure:1524: found /usr/bin/gawk
configure:1534: result: gawk
configure:1544: checking whether make sets $(MAKE)
configure:1564: result: yes
configure:1716: checking build system type
configure:1734: result: i686-pc-linux-gnu
configure:1742: checking host system type
configure:1756: result: i686-pc-linux-gnu
configure:1772: checking whether make sets $(MAKE)
configure:1792: result: yes
configure:1854: checking for g++
configure:1883: result: no
configure:1854: checking for c++
configure:1883: result: no
configure:1854: checking for gpp
configure:1883: result: no
configure:1854: checking for aCC
configure:1883: result: no
configure:1854: checking for CC
configure:1883: result: no
configure:1854: checking for cxx
configure:1883: result: no
configure:1854: checking for cc++
configure:1883: result: no
configure:1854: checking for cl
configure:1883: result: no
configure:1854: checking for FCC
configure:1883: result: no
configure:1854: checking for KCC
configure:1883: result: no
configure:1854: checking for RCC
configure:1883: result: no
configure:1854: checking for xlC_r
configure:1883: result: no
configure:1854: checking for xlC
configure:1883: result: no
configure:1896: checking for C++ compiler version
configure:1899: g++ --version </dev/null >&5
./configure: line 1900: g++: command not found
configure:1902: $? = 127
configure:1904: g++ -v </dev/null >&5
./configure: line 1905: g++: command not found
configure:1907: $? = 127
configure:1909: g++ -V </dev/null >&5
./configure: line 1910: g++: command not found
configure:1912: $? = 127
configure:1935: checking for C++ compiler default output file name
configure:1938: g++ conftest.cc >&5
./configure: line 1939: g++: command not found
configure:1941: $? = 127
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "gsoap"
| #define PACKAGE_TARNAME "gsoap"
| #define PACKAGE_VERSION "2.7"
| #define PACKAGE_STRING "gsoap 2.7"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gsoap"
| #define VERSION "2.7"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:1980: error: C++ compiler cannot create executables
See `config.log' for more details.
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=i686-pc-linux-gnu
ac_cv_build_alias=i686-pc-linux-gnu
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_host=i686-pc-linux-gnu
ac_cv_host_alias=i686-pc-linux-gnu
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_make_make_set=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /root/gsoap-2.7/missing --run aclocal-1.6'
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE=''
AMTAR='${SHELL} /root/gsoap-2.7/missing --run tar'
AUTOCONF='${SHELL} /root/gsoap-2.7/missing --run autoconf'
AUTOHEADER='${SHELL} /root/gsoap-2.7/missing --run autoheader'
AUTOMAKE='${SHELL} /root/gsoap-2.7/missing --run automake-1.6'
AWK='gawk'
BISON_DEFINE=''
CC=''
CCDEPMODE=''
CFLAGS=''
CPP=''
CPPFLAGS=''
CXX='g++'
CXXDEPMODE=''
CXXFLAGS=''
DEBUG_COMPILE_FALSE=''
DEBUG_COMPILE_TRUE=''
DEFS=''
DEPDIR=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
ENABLE_SAMPLES=''
ENABLE_SAMPLES_FALSE=''
ENABLE_SAMPLES_TRUE=''
EXEEXT=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LDFLAGS=''
LEX=''
LEXLIB=''
LEX_DEFINE=''
LEX_FLAGS=''
LEX_OUTPUT_ROOT=''
LIBOBJS=''
LIBS=''
LN_S=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /root/gsoap-2.7/missing --run makeinfo'
OBJEXT=''
PACKAGE='gsoap'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='gsoap'
PACKAGE_STRING='gsoap 2.7'
PACKAGE_TARNAME='gsoap'
PACKAGE_VERSION='2.7'
PATH_SEPARATOR=':'
POW_LIB=''
RANLIB=''
SAMPLE_DIRS=''
SAMPLE_EXTRA_LIBS=''
SET_MAKE=''
SHELL='/bin/sh'
SOAPCPP2_DEBUG=''
SOAPCPP2_IMPORTPATH=''
SOAPCPP2_NONAMESPACES=''
STRIP=''
VERSION='2.7'
WSDL2H_IMPORTPATH=''
YACC=''
YACC_LIB=''
ac_ct_CC=''
ac_ct_CXX='g++'
ac_ct_RANLIB=''
ac_ct_STRIP=''
am__include=''
am__quote=''
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${prefix}/share'
exec_prefix='NONE'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/root/gsoap-2.7/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
platform=''
prefix='NONE'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE "gsoap"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME "gsoap"
#define PACKAGE_STRING "gsoap 2.7"
#define PACKAGE_TARNAME "gsoap"
#define PACKAGE_VERSION "2.7"
#define VERSION "2.7"
configure: exit 77
Je viens d'installer FC11 sur mon portable.
Mon application devant fonctionner en java et internet(WEB) j'ai installé dans l'ordre:
1, jdk-1_5_0_04-linux-i586.bin (et configuré les variables d'environnement JAVA_HOME et PATH dans "profile")
2, gsoap_2.7.10
Mais pour l'activation de ce dernier il faut faire les manips suivantes:
./configure
make
make install
Le pb, c'est qu'au "./configure" il ne trouve pas les compilateurs et j'ai les messages ci dessous.
Je pense qu'il manque un ou des liens mais je ne trouve pas ou, auriez vous une idée?
Merci
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = localhost.localdomain
uname -m = i686
uname -r = 2.6.29.4-167.fc11.i686.PAE
uname -s = Linux
uname -v = #1 SMP Wed May 27 17:28:22 EDT 2009
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = i686
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/kerberos/sbin
PATH: /usr/lib/qt-3.3/bin
PATH: /usr/kerberos/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/local/sbin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/local/jdk1.5.0_04/bin
PATH: /home/Dominique/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1366: checking for a BSD-compatible install
configure:1421: result: /usr/bin/install -c
configure:1432: checking whether build environment is sane
configure:1475: result: yes
configure:1508: checking for gawk
configure:1524: found /usr/bin/gawk
configure:1534: result: gawk
configure:1544: checking whether make sets $(MAKE)
configure:1564: result: yes
configure:1716: checking build system type
configure:1734: result: i686-pc-linux-gnu
configure:1742: checking host system type
configure:1756: result: i686-pc-linux-gnu
configure:1772: checking whether make sets $(MAKE)
configure:1792: result: yes
configure:1854: checking for g++
configure:1883: result: no
configure:1854: checking for c++
configure:1883: result: no
configure:1854: checking for gpp
configure:1883: result: no
configure:1854: checking for aCC
configure:1883: result: no
configure:1854: checking for CC
configure:1883: result: no
configure:1854: checking for cxx
configure:1883: result: no
configure:1854: checking for cc++
configure:1883: result: no
configure:1854: checking for cl
configure:1883: result: no
configure:1854: checking for FCC
configure:1883: result: no
configure:1854: checking for KCC
configure:1883: result: no
configure:1854: checking for RCC
configure:1883: result: no
configure:1854: checking for xlC_r
configure:1883: result: no
configure:1854: checking for xlC
configure:1883: result: no
configure:1896: checking for C++ compiler version
configure:1899: g++ --version </dev/null >&5
./configure: line 1900: g++: command not found
configure:1902: $? = 127
configure:1904: g++ -v </dev/null >&5
./configure: line 1905: g++: command not found
configure:1907: $? = 127
configure:1909: g++ -V </dev/null >&5
./configure: line 1910: g++: command not found
configure:1912: $? = 127
configure:1935: checking for C++ compiler default output file name
configure:1938: g++ conftest.cc >&5
./configure: line 1939: g++: command not found
configure:1941: $? = 127
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "gsoap"
| #define PACKAGE_TARNAME "gsoap"
| #define PACKAGE_VERSION "2.7"
| #define PACKAGE_STRING "gsoap 2.7"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gsoap"
| #define VERSION "2.7"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:1980: error: C++ compiler cannot create executables
See `config.log' for more details.
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=i686-pc-linux-gnu
ac_cv_build_alias=i686-pc-linux-gnu
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_host=i686-pc-linux-gnu
ac_cv_host_alias=i686-pc-linux-gnu
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_make_make_set=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /root/gsoap-2.7/missing --run aclocal-1.6'
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE=''
AMTAR='${SHELL} /root/gsoap-2.7/missing --run tar'
AUTOCONF='${SHELL} /root/gsoap-2.7/missing --run autoconf'
AUTOHEADER='${SHELL} /root/gsoap-2.7/missing --run autoheader'
AUTOMAKE='${SHELL} /root/gsoap-2.7/missing --run automake-1.6'
AWK='gawk'
BISON_DEFINE=''
CC=''
CCDEPMODE=''
CFLAGS=''
CPP=''
CPPFLAGS=''
CXX='g++'
CXXDEPMODE=''
CXXFLAGS=''
DEBUG_COMPILE_FALSE=''
DEBUG_COMPILE_TRUE=''
DEFS=''
DEPDIR=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
ENABLE_SAMPLES=''
ENABLE_SAMPLES_FALSE=''
ENABLE_SAMPLES_TRUE=''
EXEEXT=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LDFLAGS=''
LEX=''
LEXLIB=''
LEX_DEFINE=''
LEX_FLAGS=''
LEX_OUTPUT_ROOT=''
LIBOBJS=''
LIBS=''
LN_S=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /root/gsoap-2.7/missing --run makeinfo'
OBJEXT=''
PACKAGE='gsoap'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='gsoap'
PACKAGE_STRING='gsoap 2.7'
PACKAGE_TARNAME='gsoap'
PACKAGE_VERSION='2.7'
PATH_SEPARATOR=':'
POW_LIB=''
RANLIB=''
SAMPLE_DIRS=''
SAMPLE_EXTRA_LIBS=''
SET_MAKE=''
SHELL='/bin/sh'
SOAPCPP2_DEBUG=''
SOAPCPP2_IMPORTPATH=''
SOAPCPP2_NONAMESPACES=''
STRIP=''
VERSION='2.7'
WSDL2H_IMPORTPATH=''
YACC=''
YACC_LIB=''
ac_ct_CC=''
ac_ct_CXX='g++'
ac_ct_RANLIB=''
ac_ct_STRIP=''
am__include=''
am__quote=''
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${prefix}/share'
exec_prefix='NONE'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/root/gsoap-2.7/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
platform=''
prefix='NONE'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE "gsoap"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME "gsoap"
#define PACKAGE_STRING "gsoap 2.7"
#define PACKAGE_TARNAME "gsoap"
#define PACKAGE_VERSION "2.7"
#define VERSION "2.7"
configure: exit 77
Configuration: HP Pavilion dv7, Windows Vista familiale premium, SP1
5 réponses
-
bonjour
pour compiler , il faut au minimum installer gcc
ensuite pourquoi se faire ch..rsudo yum install gsoap Modules complémentaires chargés : dellsysidplugin2, refresh-packagekit adobe-linux-i386 | 951 B 00:00 kde-redhat-stable | 2.1 kB 00:00 kde-redhat-stable-all | 1.9 kB 00:00 livna | 2.4 kB 00:00 rpmfusion-free-updates | 3.8 kB 00:00 rpmfusion-nonfree-updates | 3.8 kB 00:00 updates/metalink | 20 kB 00:00 Configuration du processus d'installation Résolution des dépendances Il reste des transactions non terminées. Vous devriez envisager de lancer de yum-complete-transaction pour les terminer. --> Lancement de la transaction de test ---> Paquet gsoap.i586 0:2.7.13-1.fc11 marqué pour être mis à jour --> Résolution des dépendances terminée Dépendances résolues ================================================================================ Paquet Architecture Version Dépôt Taille ================================================================================ Installation: gsoap i586 2.7.13-1.fc11 updates 458 k Résumé de la transaction ================================================================================ Installation 1 paquet(s) Mise à jour 0 paquet(s) Suppression 0 paquet(s) Taille totale des téléchargement : 458 k Est-ce correct [o/N] :
a+
-
Bonjour Jeanbi
Je pensais que JDK comportait au moins un compilateur.
Que veux tu dire avec la deuxième partie de ta réponse, tu me suggères de télécharger les packages indiqués ?
En fait je m’enquiquine car je dois terminer un développement débuté par d’autres personnes avant moi (y a un an). je dois donc respecter les choix qu’ils ont fait si je ne veux pas tout refaire de 0.
C' est pratiquement fini, ce serait dommage.
-
-
re
tu veux compiler un paquet dispo dans les depots , aucun interet . rien à voir avec le developpement
a+ -
re,
il me semble avoir ecrit
en root
yum install non !!!
apt-get c'est pour ubuntu et cie
a+
-
-
Vous n’avez pas trouvé la réponse que vous recherchez ?
Posez votre question -