Jump to content

Configure can't see X


Dustpuppy
 Share

Recommended Posts

I'm trying to install LinEAK on 9.2 using KDE and am running at Konsole

 

./configure --prefix=/usr --sysconfdir=/etc

 

as per instructions. It doesn't work because of what must be the bizarrest error I've ever got:

 

configure: error: You must have X installed

 

:screwy:

 

Does anyone know what's going on? The full text of what I get (if it's any use) is:

 

./configure --prefix=/usr --sysconfdir=/etc

creating cache ./config.cache

checking host system type... i686-pc-linux-gnu

checking target system type... i686-pc-linux-gnu

checking build 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 whether make sets ${MAKE}... yes

checking for working aclocal-1.4... missing

checking for working autoconf... missing

checking for working automake-1.4... missing

checking for working autoheader... missing

checking for working makeinfo... found

checking for gcc... gcc

checking whether the C compiler (gcc ) works... yes

checking whether the C compiler (gcc ) is a cross-compiler... no

checking whether we are using GNU C... yes

checking whether gcc accepts -g... yes

checking how to run the C preprocessor... gcc -E

checking for c++... c++

checking whether the C++ compiler (c++ ) works... yes

checking whether the C++ compiler (c++ ) is a cross-compiler... no

checking whether we are using GNU C++... yes

checking whether c++ accepts -g... yes

checking whether c++ supports -fno-exceptions... yes

checking whether c++ supports -fno-check-new... yes

checking whether c++ supports -fexceptions... yes

checking how to run the C++ preprocessor... c++ -E

checking whether c++ 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 for Cygwin environment... no

checking for mingw32 environment... no

updating cache ./config.cache

loading cache ./config.cache within ltconfig

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... no

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 ... no

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... yes

creating libtool

updating cache ./config.cache

loading cache ./config.cache

loading cache ./config.cache within ltconfig

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 c++ option to produce PIC... -fPIC -DPIC

checking if c++ PIC flag -fPIC -DPIC works... yes

checking if c++ static flag -static works... no

finding the maximum length of command line arguments... (cached) 73729

checking if c++ supports -c -o file.o... (cached) yes

checking if c++ 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 dlfcn.h... (cached) yes

checking whether a program can dlopen itself... (cached) yes

checking whether a statically linked program can dlopen itself... (cached) yes

appending configuration tag "CXX" to libtool

checking for object suffix... o

checking for executable suffix... no

checking for extra includes... no

checking for extra libs... no

checking for getopt.h... yes

checking if XOSD is going to be used... checking for xosd-config... none

no

checking for X... no

configure: error: You must have X installed

Link to comment
Share on other sites

Thanks for the help, I've installed those and they're working fine but it still can't see X! The final lines are now:

 

checking for extra libs... no

checking for getopt.h... yes

checking if XOSD is going to be used... checking for xosd-config... /usr//bin/xosd-config

yes

checking for main in -lxosd... yes

checking for X... no

configure: error: You must have X installed

 

Is there any way it's looking for X in the wrong place or something?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...