Forum |  HardWare.fr | News | Articles | PC | S'identifier | S'inscrire | Shop Recherche
1658 connectés 

  FORUM HardWare.fr
  Linux et OS Alternatifs
  Divers

  X i ect paths

 


 Mot :   Pseudo :  
 
Bas de page
Auteur Sujet :

X i ect paths

n°504476
youssouf
Posté le 15-06-2004 à 17:22:45  profilanswer
 

Bonjour.
 
Je suis debutant sous Linux et lorsque j'essaie d'installer des logiciels à partir de sources tar.gz, après avoir lancé "./configure", il arrive que la configuration échoue et se termine ainsi:
 

Citation :

checking for X... configure: error: Can't find X i   ect paths!


 
Qu'est-ce que ça veut dire?
Est-ce qu'il me manque une librairie ou un truc du genre?

mood
Publicité
Posté le 15-06-2004 à 17:22:45  profilanswer
 

n°504479
glor
Posté le 15-06-2004 à 17:27:03  profilanswer
 

Il nous faut plus de log pour comprendre d'où vient l'erreur..

n°504655
youssouf
Posté le 15-06-2004 à 22:10:17  profilanswer
 

glor a écrit :

Il nous faut plus de log pour comprendre d'où vient l'erreur..


 
Tu parles de ça?
 

Citation :

[root@ip-201 szintiss]# ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD compatible install... /usr/bin/install -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
checking for mawk... no
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix...
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking whether g++ supports -fno-exceptions... yes
checking whether g++ supports -fno-check-new... yes
checking whether g++ supports -fexceptions... yes
checking how to run the C++ preprocessor... g++ -E
checking whether g++ supports -frepo... yes
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependant libraries... pass_all
checking for ranlib... ranlib
checking for strip... strip
checking whether -lc should be explicitly linked in... yes
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
finding the maximum length of command line arguments... 73729
checking if gcc supports -c -o file.o... yes
checking if gcc supports -fno-rtti -fno-exceptions ... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking command to parse /usr/bin/nm -B output... ok
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for dlopen in -ldl... yes
checking for dlfcn.h... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
creating libtool
updating cache /dev/null
checking host system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
ltcf-cxx: with_gcc=yes ; with_gnu_ld=yes
checking for objdir... .libs
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
finding the maximum length of command line arguments... 73729
checking if g++ supports -c -o file.o... yes
checking if g++ supports -fno-rtti -fno-exceptions ... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking command to parse /usr/bin/nm -B output... ok
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for dlopen in -ldl... yes
checking for dlfcn.h... yes
checking whether a program can dlopen itself... no
appending configuration tag "CXX" to libtool
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for ANSI C header files... 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 unistd.h... yes
checking for main in -lutil... yes
checking for main in -lcompat... no
checking for crypt in -lcrypt... yes
checking for socklen_t... socklen_t
checking for dnet_ntoa in -ldnet... no
checking for dnet_ntoa in -ldnet_stub... no
checking for inet_ntoa... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for res_init... no
checking for killpg in -lucb... no
checking for int... yes
checking size of int... 4
checking for long... yes
checking size of long... 4
checking for char *... yes
checking size of char *... 4
checking for char... yes
checking size of char... 1
checking for dlopen in -ldl... yes
checking for shl_unload in -ldld... no
checking for X... configure: error: Can't find X includes. Please check your ins                                                                                           tallation and add the correct paths!
[root@ip-201 szintiss]#

n°504700
glor
Posté le 15-06-2004 à 23:15:31  profilanswer
 

Fais ton ./configure en utilisateur et fais man su

n°504701
Taz
bisounours-codeur
Posté le 15-06-2004 à 23:15:58  profilanswer
 

c'est quoi comme logiciel ?

n°504929
MaxMaveric​k
bli bli
Posté le 16-06-2004 à 12:16:18  profilanswer
 

Youssouf a écrit :

Tu parles de ça?
 

Citation :

[root@ip-201 szintiss]# ./configure
...
checking for X... configure: error: Can't find X includes. Please check your ins                                                                              tallation and add the correct paths!
[root@ip-201 szintiss]#




 
Bon deja le message correct ca aide oui.
Sinon le fichier explicatif est 'config.log' mais apparement tu n'a pas les fichier d'includes de XFree (packages 'dev' en general) qui se situent dans /usr/X11R6/include (+lien /usr/include/X11)

n°506289
youssouf
Posté le 18-06-2004 à 12:05:54  profilanswer
 

Merci. J'ai résolu le problème. Tu m'as mis sur la bonne piste.


Aller à :
Ajouter une réponse
  FORUM HardWare.fr
  Linux et OS Alternatifs
  Divers

  X i ect paths

 

Sujets relatifs
CBQ & HTB paths -> oussékissont ? 
Plus de sujets relatifs à : X i ect paths


Copyright © 1997-2022 Hardware.fr SARL (Signaler un contenu illicite / Données personnelles) / Groupe LDLC / Shop HFR