Results 1 to 2 of 2

Thread: problem with ./configure and c

  1. #1
    Join Date
    May 2009
    Location
    Bradford UK
    Beans
    45
    Distro
    Ubuntu 10.04 Lucid Lynx

    problem with ./configure and c

    I am Currently trying to install HBasic but when i try compile the source code it gives me a c error

    Here is what i type in terminal

    Code:
    lolium@lolium-desktop:~/Desktop/HBasic-2007-2a$ ./configure
    This is the error I received
    Code:
    checking build system type... i686-pc-linux-gnulibc1
    checking host system type... i686-pc-linux-gnulibc1
    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.
    And i can't work out the problem from the config log

    How do i get this to compile properly??

    Cheers

    Lolium

  2. #2
    Join Date
    Jan 2007
    Location
    Melbourne, Australia
    Beans
    5,096

    Re: problem with ./configure and c

    Hi, have you got the 'build-essential' package installed? If you have not got it installed you can install it from the terminal with
    Code:
    sudo apt-get install build-essential
    Ubuntu Newbie Help: irc: #beginners-help on network irc.freenode.net
    Help others, mark your threads solved.

Bookmarks

Posting Permissions

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