LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 06-26-2004, 06:39 PM   #1
coopns
Member
 
Registered: Jan 2004
Location: Scituate, MA
Distribution: Mandrake 10
Posts: 94

Rep: Reputation: 15
Installing SuperKaramba errors in Mandrake 10


Need some help: I have this folder setup with all the files listed after I did tar -zxvf superkaramba-0.33.

file:/home/coop/superkaramba-0.33
(all the files)

Then try to configure:

[coop@x1-6-00-a0-cc-5f-d9-d3 superkaramba-0.33]$ ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
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 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.

I don't know what all the messages mean in 'config.log'.

Please keep'er really simple. I have only used ./configure make and makeinstall once and new to Mandrake.

Thanks.
 
Old 06-26-2004, 10:00 PM   #2
mascdman
Member
 
Registered: Jun 2004
Location: Canada
Distribution: Ubuntu 6.06 LTS
Posts: 152

Rep: Reputation: 30
It looks like you don't have a C compiler installed. Run rpm -q gcc. If it doesn't say something like gcc-3.3.2-6mdk, you don't have a compiler. Run urpmi gcc as root to install gcc and then try your ./configure command again. If the rpm does show a package name, then your PATH isn't configured properly.

--mascdman
 
Old 06-27-2004, 06:57 PM   #3
coopns
Member
 
Registered: Jan 2004
Location: Scituate, MA
Distribution: Mandrake 10
Posts: 94

Original Poster
Rep: Reputation: 15
[root@x1-6-00-a0-cc-5f-d9-d3 root]# urpmi gcc
To satisfy dependencies, the following packages are going to be installed (20 MB):
gcc-3.3.2-6mdk.i586
glibc-devel-2.3.3-10mdk.i586
Is this OK? (Y/n) y
Please insert the medium named "Installation CD 1 (x86) " on device [/dev/hdc]
Press Enter when ready...

installing /mnt/cdrom/Mandrake/RPMS/gcc-3.3.2-6mdk.i586.rpm /mnt/cdrom/Mandrake/RPMS/glibc-devel-2.3.3-10mdk.i586.rpm
Preparing... ##################################################
1:glibc-devel ##################################################
2:gcc ##################################################
[root@x1-6-00-a0-cc-5f-d9-d3 root]#

So that compiler is installed ok?
 
Old 06-27-2004, 06:59 PM   #4
coopns
Member
 
Registered: Jan 2004
Location: Scituate, MA
Distribution: Mandrake 10
Posts: 94

Original Poster
Rep: Reputation: 15
Try to run it and got the following:

[coop@x1-6-00-a0-cc-5f-d9-d3 /]$ cd '/home/coop/superkaramba-0.33'
[coop@x1-6-00-a0-cc-5f-d9-d3 superkaramba-0.33]$ ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
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 style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
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
checking for cl... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking dependency style of g++... none
checking whether g++ supports -Wundef... no
checking whether g++ supports -Wno-long-long... no
checking whether g++ supports -Wnon-virtual-dtor... no
checking how to run the C++ preprocessor... /lib/cpp
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.
[coop@x1-6-00-a0-cc-5f-d9-d3 superkaramba-0.33]$ make
make: *** No targets specified and no makefile found. Stop.


Any ideas?

Thanks.

Last edited by coopns; 06-27-2004 at 07:08 PM.
 
Old 06-28-2004, 01:50 AM   #5
mascdman
Member
 
Registered: Jun 2004
Location: Canada
Distribution: Ubuntu 6.06 LTS
Posts: 152

Rep: Reputation: 30
Quote:
checking for g++... no
Okay, it wants a C++ compiler, too. Run urpmi gcc-c++ gcc-cpp.

--mascdman
 
Old 06-28-2004, 03:28 AM   #6
spineynorman
LQ Newbie
 
Registered: Jun 2004
Posts: 9

Rep: Reputation: 0
Have you tried this as it appears to be a "mandrakised" RPM for mandrake 10 (I can't remember if that's how I got it installed, as I tried it, but was also meddling with the tar.gz package as well).
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Trying to install Superkaramba getting errors chevy2410 Linux - Software 5 01-30-2005 10:30 PM
errors running weather under superkaramba Veteq Mandriva 2 11-10-2004 10:58 PM
Superkaramba 0.34 build errors Kramer Linux - Software 6 09-11-2004 12:28 AM
Errors when installing mandrake 9.2 snoopyswiss Mandriva 6 09-01-2004 08:14 AM
any Errors while installing Mandrake JDeer0618 Linux - Software 3 10-29-2003 06:04 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 11:23 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration