Announcement

Collapse
No announcement yet.

kmuddy ./configure error

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    kmuddy ./configure error

    i get then when i ./configure anyone know how i can fix this
    Code:
    ./configure
    checking build system type... i686-pc-linux-gnulibc1
    checking host system type... i686-pc-linux-gnulibc1
    checking target system type... i686-pc-linux-gnulibc1
    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 gawk... no
    checking for mawk... mawk
    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 file name... configure: error: C compiler cannot create executables
    See `config.log' for more details.

    #2
    Re: kmuddy ./configure error

    Code:
    sudo apt-get install build-essential
    Try installing the build-essential package. It contains a number of tools for building packages.
    <br /><br />*temp. hiatus from forums due to comp + net broken* :&#039;(

    Comment


      #3
      Re: kmuddy ./configure error

      ok i did that now my code stalls on

      checking for X... configure: error: Can't find X includes. Please check your installation and add the correct paths!

      Comment

      Working...
      X