Find the answer to your Linux question:
Results 1 to 5 of 5
Ok, i think i figured out how to decompress a tarball, after i do the CD command, then do the ./configure and i keep getting this error checking for C ...
  1. #1
    Just Joined!
    Join Date
    Jul 2007
    Posts
    3

    Compiling stuff

    Ok, i think i figured out how to decompress a tarball, after i do the CD command, then do the ./configure and i keep getting this error

    checking for C compiler default output... configure: error: C compiler cannot create executables

    it's the one error ive gotten the last 3 tars I've tried to configure, any solution?

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    which Linux Distro do you have?
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined! arvinddhavala's Avatar
    Join Date
    Jul 2007
    Posts
    3

    Please check for package gcc

    You are getting this error because gcc is not installed in your system. I guess you are using Ubuntu . If yes then please insert your ubuntu installation cd on cd room . Go to pool folder on your cd rom. Check for package gcc . Just double click on package and it will install. If any error then please post your error.

  4. #4
    Linux User zba78's Avatar
    Join Date
    Feb 2004
    Location
    Birmingham, England
    Posts
    335
    or perhaps it would be easier to open a terminal and type
    Code:
    sudo apt-get install gcc
    Ubuntu Jaunty :: Arch Linux (current) :: Acer Aspire 1692WMLi

  5. #5
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Quote Originally Posted by arvinddhavala
    You are getting this error because gcc is not installed in your system. I guess you are using Ubuntu . If yes then please insert your ubuntu installation cd on cd room . Go to pool folder on your cd rom. Check for package gcc . Just double click on package and it will install. If any error then please post your error.
    Please check error message again. C Compiler is installed and some Dev packages are missing only.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Posting Permissions

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