Announcement

Collapse
No announcement yet.

C Compiler cannot create executables

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    C Compiler cannot create executables

    I've got some problems here when i try to install the scim-1.4.7.tar.gz package and it happens ofen when i do some installation just like libtool1.4_1.4.3-21.tar.gz.
    the problem is the C Compiler,can anybody help me?


    yuan@yuan-desktop:~/Desktop/scim-1.4.7$ ./configure
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for gawk... no
    checking for mawk... mawk
    checking whether make sets $(MAKE)... yes
    checking whether NLS is requested... yes
    checking for msgfmt... no
    checking for gmsgfmt... :
    checking for xgettext... no
    checking for msgmerge... no
    checking for style of include used by make... GNU
    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.


    Thanks

    #2
    Re: C Compiler cannot create executables

    What does the config.log say?

    Comment


      #3
      Re: C Compiler cannot create executables

      For starters: sudo apt-get build-essential

      Comment


        #4
        Re: C Compiler cannot create executables

        sudo apt-get build-essential
        E: Invalid operation build-essential

        Comment


          #5
          Re: C Compiler cannot create executables

          Originally posted by Scorpaen
          sudo apt-get build-essential
          E: Invalid operation build-essential
          UR meant to say
          Code:
          sudo apt-get install build-essential

          Comment

          Working...
          X