Find the answer to your Linux question:
Results 1 to 2 of 2
i'm running linspire 6.0 and i'm trying to ....well here you look and tell me wat the problem---> root@linspire:/home/geexbox/source/lzma-4.32.7# ./configure checking if debugging code should be compiled... no checking for ...
  1. #1
    Just Joined!
    Join Date
    Nov 2008
    Posts
    3

    help w/ error please

    i'm running linspire 6.0 and i'm trying to ....well here you look and tell me wat the problem---> root@linspire:/home/geexbox/source/lzma-4.32.7# ./configure
    checking if debugging code should be compiled... no
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for a thread-safe mkdir -p... /bin/mkdir -p
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    checking for g++... no
    checking for c++... no
    checking for gpp... no
    checking for aCC... no
    checking for CC... no
    checking for cxx... no
    checking for cc++... no
    #a bunch more of no's...then
    checking for C++ compiler default output file name...
    configure: error: C++ compiler cannot create executables
    See ..config.log' for more details
    what does this mean?

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Hi and Welcome !

    Compilers are not installed. Execute this
    Code:
    sudo apt-get install build-essential
    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
  •