Announcement

Collapse
No announcement yet.

Installing Programs

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

    Installing Programs

    One last thing,

    I have downloaded a .tar.gz file. I followed the instructions here to install it.

    http://www.psychocats.net/ubuntu/installingsoftware.php

    When I get to the ./configure partof the process, the terminal's output reads:

    checking build system type... i686-pc-linux-gnuoldld
    checking host system type... i686-pc-linux-gnuoldld
    checking target system type... i686-pc-linux-gnuoldld
    checking for a BSD-compatible install... /usr/bin/install -c
    checking for -p flag to install... yes
    checking whether build environment is sane... yes
    checking for gawk... no
    checking for mawk... mawk
    checking whether make sets $(MAKE)... no
    checking for kde-config... /usr/bin/kde-config
    checking where to install... /usr (as returned by kde-config)
    checking for style of include used by make... none
    checking for gcc... no
    checking for cc... no
    checking for cc... no
    checking for cl... no
    checking build system type... i686-pc-linux-gnuoldld
    checking host system type... i686-pc-linux-gnuoldld
    checking target system type... i686-pc-linux-gnuoldld
    checking for a BSD-compatible install... /usr/bin/install -c
    checking for -p flag to install... yes
    checking whether build environment is sane... yes
    checking for gawk... no
    checking for mawk... mawk
    checking whether make sets $(MAKE)... no
    checking for kde-config... /usr/bin/kde-config
    checking where to install... /usr (as returned by kde-config)
    checking for style of include used by make... none
    checking for gcc... no
    checking for cc... no
    checking for cc... no
    checking for cl... no
    configure: error: no acceptable C compiler found in $PATH
    See `config.log' for more details.


    Then when I try make or sudo make install, the output reads:

    bash: make: command not found

    What does this mean and how would I go about installing this program.

    Mr_Welfare

    Note: The program I am trying to install is superkaramba-0.39

    #2
    Re: Installing Programs

    I installed the package gcc in Adept. Now when I try ./configure I get this

    checking build system type... i686-pc-linux-gnulibc1
    checking host system type... i686-pc-linux-gnulibc1
    checking target system type... i686-pc-linux-gnulibc1
    checking for a BSD-compatible install... /usr/bin/install -c
    checking for -p flag to install... yes
    checking whether build environment is sane... yes
    checking for gawk... no
    checking for mawk... mawk
    checking whether make sets $(MAKE)... no
    checking for kde-config... /usr/bin/kde-config
    checking where to install... /usr (as returned by kde-config)
    checking for style of include used by make... none
    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.


    make and make install still don't work. Am I missing more packages?

    Mr_Welfare

    Comment


      #3
      Re: Installing Programs

      Installing Software in Ubuntu
      4. Installing from source
      http://www.psychocats.net/ubuntu/installingsoftware

      The first thing you'll have to do in Ubuntu is install a meta-package called build-essential (a meta-package isn't a real package--it's a pointer that tells Synaptic/Adept/aptitude to install a bunch of other real packages):
      Did you ?

      Note: You can install superkaramba from the repositories. No need to compile from source.
      Before you edit, BACKUP !

      Why there are dead links ?
      1. Thread: Please explain how to access old kubuntu forum posts
      2. Thread: Lost Information

      Comment


        #4
        Re: Installing Programs

        Ah. No I didn't. It's installing now. As for installing superkaramba from the repositories, that worked nicely.

        Thanks for the help,

        Mr_Welfare

        Comment

        Working...
        X