Find the answer to your Linux question:
Results 1 to 6 of 6
Hi, i'm a very newbie to linux and i'm trying to install a program but i'm getting this error when i run the './configure' command checking build system type... i686-pc-linux-gnulibc1 ...
  1. #1
    Just Joined!
    Join Date
    Nov 2005
    Posts
    3

    Help installing programs

    Hi, i'm a very newbie to linux and i'm trying to install a program but i'm getting this error when i run the './configure' command

    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)... no
    checking for style of include used by make... none
    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.

    can anyone pls help.

    thanx

  2. #2
    Linux Guru lakerdonald's Avatar
    Join Date
    Jun 2004
    Location
    St. Petersburg, FL
    Posts
    5,035
    Try reinstalling GCC:
    Code:
    apt-get install gcc

  3. #3
    Just Joined!
    Join Date
    Nov 2005
    Posts
    3
    thanx for that, but this is the msg that i got back

    Reading package lists... Done
    Building dependency tree... Done
    gcc is already the newest version.
    0 upgraded, 0 newly installed, 0 to remove and 57 not upgraded.

    any thoughts ?

  4. #4
    Linux Guru lakerdonald's Avatar
    Join Date
    Jun 2004
    Location
    St. Petersburg, FL
    Posts
    5,035
    Can you post the relevant portion of config.log?

  5. #5
    Just Joined!
    Join Date
    Nov 2005
    Posts
    3
    can u tell me where to find it and how to access it ?
    thanx

  6. #6
    Just Joined! brother_mick's Avatar
    Join Date
    Jun 2005
    Location
    United Kingdom
    Posts
    65
    config.log will be in the directory where you run ./configure. You can display this by typing

    Code:
    less config.log
    or if you don`t have less

    Code:
    more config.log

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •