Find the answer to your Linux question:
Results 1 to 2 of 2
i get this error everytime i try to use ./configure Code: configure: error: C compiler cannot create executables EDIT: sorry i pulled a noob. i forgot to install g++...
  1. #1
    Just Joined!
    Join Date
    Feb 2008
    Posts
    15

    configure: error: C compiler cannot create executables

    i get this error everytime i try to use ./configure
    Code:
    configure: error: C compiler cannot create executables
    EDIT: sorry i pulled a noob. i forgot to install g++

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Open Terminal and execute this
    Code:
    su -
    apt-get update
    apt-get install build-essential
    It will install all necessary packages.
    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
  •