Announcement

Collapse
No announcement yet.

Trouble Installing SuperKaramba

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

    Trouble Installing SuperKaramba

    I'm sure I'm doing this wrong.

    I tried following these directions in the read me:
    Code:
    ./configure
    make
    make install
    When running ./configure I get the following:
    Code:
    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)... yes
    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... GNU
    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.
    And for "make install" I get:
    Code:
    make: *** No rule to make target `install'. Stop.
    Can anyone help this newb out, or better yet, is there a way to install through one of the packet managers?

    I'm guessing I have to install everything that has "no" next to it but I'm already frustrated and didn't want to waste more time.

    #2
    Re: Trouble Installing SuperKaramba

    Update

    Installed what I could find and got the following:

    Code:
    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... gawk
    checking whether make sets $(MAKE)... yes
    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... GNU
    checking for gcc... gcc
    checking for C compiler default output file name... configure: error: C compiler cannot create executables

    Comment


      #3
      Re: Trouble Installing SuperKaramba

      to compile, you need to install the package called build-essential, and for kde apps, installing the kdelibs4-dev package should install most if not all your dependencies.

      But, to make it easier, Superkaramba is available via adept if you enable the universe repository
      http://doc.ubuntu.com/kubuntu/deskto...C/ch03s06.html

      Comment


        #4
        Re: Trouble Installing SuperKaramba

        Originally posted by claydoh
        to compile, you need to install the package called build-essential, and for kde apps, installing the kdelibs4-dev package should install most if not all your dependencies.

        But, to make it easier, Superkaramba is available via adept if you enable the universe repository
        http://doc.ubuntu.com/kubuntu/deskto...C/ch03s06.html
        That did the trick! Thank you. Didn't even have to cheat using adept

        Comment


          #5
          Re: Trouble Installing SuperKaramba

          You can also easily make a package out of the compiled program so it's easy to uninstall later:
          https://wiki.ubuntu.com/CheckInstall

          Comment

          Working...
          X