Jump to content

Superkaramba and gDesklets Problem


Replicator
 Share

Recommended Posts

Hi I am a newbie to the linux world, install mandrake 1 week ago and I want to put my linux with a killer look in order to do this I read that Superkaramba an gDesklets are the best programs to handle themes, ok when I tried to install both packages (latest versions tar files) i have the following error:

 

[root@localhost ricky]# cd gDesklets-0.30pre

[root@localhost gDesklets-0.30pre]# ./configure

checking for a BSD-compatible install... /usr/bin/install -c

checking whether build environment is sane... yes

/home/ricky/gDesklets-0.30pre/missing: Unknown `--run' option

Try `/home/ricky/gDesklets-0.30pre/missing --help' for more information

configure: WARNING: `missing' script is too old or missing

checking for gawk... gawk

checking whether make sets $(MAKE)... yes

checking whether to enable maintainer-specific portions of Makefiles... no

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.

[root@localhost gDesklets-0.30pre]

 

I need a C compiler where i can find one? In my distro discs??? and where is this config.log located... :screwy:

 

I found a superkaramba rpm I double click the rpm then ask me for disc 1 to install phyton and othe file i dont remenber right now, then when the process end I dont find a new program installed...do I do something wrong and now i cant install the tar file???

 

Sorry for my bad english, is not my first lenguage but at least people can undertand what help I need here.

Link to comment
Share on other sites

You need to install gcc, which is the GNU C compiler AFAIK.

 

Its on one of the MDK cds, so just go to a console, su to root and do:

 

urpmi gcc

 

Or you can do the same via the MCC(Mandrake Control Center) graphically...

Edited by feralertx
Link to comment
Share on other sites

Hi?!

 

Why don't you try to install your gdesklets via urpmi? You can easily set up your urpmi sources by clicking here. Once you have your sources installed all you have to do is open up a console su to root and type this in:

 

urpmi gdesklets

 

This sometimes give's you a list, all you have to do is choose what you want to download ( by this I mean you choose if you want the weather gdesklet, sys info, etc.....) Lets say for exaple you install the sys info one. All you have to do is open up console, and type this in:

 

gdesklets<hit TAB>

 

when you hit TAB something like this should come up similar to this

 

$ gdesklets
gdesklets                      gdesklets-display-thumbnailer
gdesklets-add-sysinfo-display

 

Now you just have to run the gdesklets-add-sysinfo-display just type that into console and hit enter and it should run the sys info,

 

hope this helps,

 

-Luis

 

P.S I do have to warn you that gdesklets hog a lot of resources, I have read some where on the board that gdesklets are coming out with new ones that are less damanding of the resources.

Edited by Phoenix
Link to comment
Share on other sites

Hi I am a newbie to the linux world, install mandrake 1 week ago and I want to put my linux with a killer look in order to do this I read that Superkaramba an gDesklets are the best programs to handle themes, ok when I tried to install both packages (latest versions tar files) i have the following error:

 

[root@localhost ricky]# cd gDesklets-0.30pre

[root@localhost gDesklets-0.30pre]# ./configure

checking for a BSD-compatible install... /usr/bin/install -c

checking whether build environment is sane... yes

/home/ricky/gDesklets-0.30pre/missing: Unknown `--run' option

Try `/home/ricky/gDesklets-0.30pre/missing --help' for more information

configure: WARNING: `missing' script is too old or missing

checking for gawk... gawk

checking whether make sets $(MAKE)... yes

checking whether to enable maintainer-specific portions of Makefiles... no

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.

[root@localhost gDesklets-0.30pre]

 

I need a C compiler where i can find one? In my distro discs??? and where is this config.log located... :screwy:

 

I found a superkaramba rpm I double click the rpm then ask me for disc 1 to install phyton and othe file i dont remenber right now, then when the process end I dont find a new program installed...do I do something wrong and now i cant install the tar file???

 

Sorry for my bad english, is not my first lenguage but at least people can undertand what help I need here.

 

 

The config.log file gets created in the directory where you ran the source directory, so if you untarred it in your home folder it would probably be /home/yourname/gdesklets_version...

 

That said, you got the informantion you need right there, do a urpmi gcc and let it install all dependencies and you'll be fine. If you don't have it set up yet, please go set up Easy-urpmi via this llink.

 

Post back if you need more help.

Link to comment
Share on other sites

Ok I follow feralertx tip to install the C compiler in Konsole I use the command urpmi gcc Mandrake ask me for this 1 so i put it and the process end without any problem, but the problem continue with superkaramba and gDesklets, this is the error after running the command ./configure:

 

With gDesklets

checking for a BSD-compatible install... /usr/bin/install -c

checking whether build environment is sane... yes

/home/ricky/gDesklets-0.30pre/missing: Unknown `--run' option

Try `/home/ricky/gDesklets-0.30pre/missing --help' for more information

configure: WARNING: `missing' script is too old or missing

checking for gawk... gawk

checking whether make sets $(MAKE)... yes

checking whether to enable maintainer-specific portions of Makefiles... no

checking for style of include used by make... GNU

checking for gcc... gcc

checking for C compiler default output file name... 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 for strerror in -lcposix... no

checking for gcc... (cached) gcc

checking whether we are using the GNU C compiler... (cached) yes

checking whether gcc accepts -g... (cached) yes

checking for gcc option to accept ANSI C... (cached) none needed

checking dependency style of gcc... (cached) gcc3

checking for gcc option to accept ANSI C... none needed

checking for perl... /usr/bin/perl

configure: error: XML::Parser perl module is required for intltool

 

 

With Superkaramba:

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.

 

After I saw this error I go the MCC to check GCC and I found the following programs:

gcc2.96-2.96-0.83mdk

gcc2.96-c++-2.96-0.83mdk

 

But I have also

gcc-c++-3.3.2-6.mdk This is another C compiler???

 

What do i do now, I have error using superkaramba and gDesklets after GCC installed... :help:

Link to comment
Share on other sites

Yes, the are several C, C+ and C++ compilers out there, so don't let that worry you. You are probably missing some supporting libraries, this is not uncommon if you install Mdk and skip the developement tools (and this would work if you lived your whole life with RPMs and never compiled anything, but that is rarley the case).

 

Do a urpmi libgcc and see what it gives back, there might be quite a lot you will most like need some of it.

Link to comment
Share on other sites

Grab the last line from each configure script (the error messages) and put them in Google; you'll find some pertinent information that way.

 

If the language barrier is the problem, then that's a different story and you wouldn't be expected to figure it out on your own.

 

My best guess (I'm not at a Linux computer): It seems like you're missing a package for each: one to provide XML::Parser and one to provide /lib/cpp. Do a `urpmf /lib/cpp` to find the package; for the Perl one, try `urpmf [Pp]arser | grep [Pp]erl`. If you want explanation for the commands, let me know or man urpmi. :)

Link to comment
Share on other sites

why are you going through all this? you can get an RPM for gdesklets, you know...which I believe has been pointed out. i mean, i understand if you want to, but if you don't you can save yourself the hassle.

Link to comment
Share on other sites

Yes, the are several C, C+ and C++ compilers out there, so don't let that worry you. You are probably missing some supporting libraries, this is not uncommon if you install Mdk and skip the developement tools (and this would work if you lived your whole life with RPMs and never compiled anything, but that is rarley the case).

 

Do a urpmi libgcc and see what it gives back, there might be quite a lot  you will most like need some of it.

 

Xbob everything is ok when I run the command urpmi libgcc

 

[ricky@localhost ricky]$ urpmi libgcc

bash: urpmi: command not found

[ricky@localhost ricky]$ su

Password:

[root@localhost ricky]# urpmi libgcc

Everything already installed

Link to comment
Share on other sites

Grab the last line from each configure script (the error messages) and put them in Google; you'll find some pertinent information that way. 

 

If the language barrier is the problem, then that's a different story and you wouldn't be expected to figure it out on your own.

 

My best guess (I'm not at a Linux computer): It seems like you're missing a package for each: one to provide XML::Parser and one to provide /lib/cpp.  Do a `urpmf /lib/cpp` to find the package; for the Perl one, try `urpmf [Pp]arser | grep [Pp]erl`.  If you want explanation for the commands, let me know or man urpmi. :)

 

 

I run the command urpmf /lib/cpp and get the following:

[root@localhost ricky]# urpmf /lib/cpp

gcc-cpp:/lib/cpp

gcc2.96-cpp:/lib/cpp

 

I also run the coomand urpmf [Pp]arser | grep [Pp]erl and get the following:

[root@localhost ricky]# urpmf [Pp]arser | grep [Pp]erl

perl:/usr/lib/perl5/5.8.3/Pod/Parser.pm

perl:/usr/share/man/man3/Pod::Parser.3pm.bz2

perl-HTML-Parser:/usr/lib/perl5/vendor_perl/5.8.3/i386-linux-thread-multi/HTML

perl-HTML-Parser:/usr/lib/perl5/vendor_perl/5.8.3/i386-linux-thread-multi/HTML/E

ntities.pm

perl-HTML-Parser:/usr/lib/perl5/vendor_perl/5.8.3/i386-linux-thread-multi/HTML/F

ilter.pm

perl-HTML-Parser:/usr/lib/perl5/vendor_perl/5.8.3/i386-linux-thread-multi/HTML/H

eadParser.pm

perl-HTML-Parser:/usr/lib/perl5/vendor_perl/5.8.3/i386-linux-thread-multi/HTML/L

inkExtor.pm

perl-HTML-Parser:/usr/lib/perl5/vendor_perl/5.8.3/i386-linux-thread-multi/HTML/P

arser.pm

perl-HTML-Parser:/usr/lib/perl5/vendor_perl/5.8.3/i386-linux-thread-multi/HTML/P

ullParser.pm

perl-HTML-Parser:/usr/lib/perl5/vendor_perl/5.8.3/i386-linux-thread-multi/HTML/T

okeParser.pm

perl-HTML-Parser:/usr/lib/perl5/vendor_perl/5.8.3/i386-linux-thread-multi/auto/H

TML

perl-HTML-Parser:/usr/lib/perl5/vendor_perl/5.8.3/i386-linux-thread-multi/auto/H

TML/Parser

perl-HTML-Parser:/usr/lib/perl5/vendor_perl/5.8.3/i386-linux-thread-multi/auto/H

TML/Parser/Parser.so

perl-HTML-Parser:/usr/share/doc/perl-HTML-Parser-3.35

perl-HTML-Parser:/usr/share/doc/perl-HTML-Parser-3.35/Changes

perl-HTML-Parser:/usr/share/doc/perl-HTML-Parser-3.35/README

perl-HTML-Parser:/usr/share/doc/perl-HTML-Parser-3.35/TODO

perl-HTML-Parser:/usr/share/man/man3/HTML::Entities.3pm.bz2

perl-HTML-Parser:/usr/share/man/man3/HTML::Filter.3pm.bz2

perl-HTML-Parser:/usr/share/man/man3/HTML::HeadParser.3pm.bz2

perl-HTML-Parser:/usr/share/man/man3/HTML::LinkExtor.3pm.bz2

perl-HTML-Parser:/usr/share/man/man3/HTML::Parser.3pm.bz2

perl-HTML-Parser:/usr/share/man/man3/HTML::PullParser.3pm.bz2

perl-HTML-Parser:/usr/share/man/man3/HTML::TokeParser.3pm.bz2

perl-Convert-ASN1:/usr/lib/perl5/vendor_perl/5.8.1/Convert/ASN1/parser.pm

perl-XML-Parser:/usr/lib/perl5/vendor_perl/5.8.1/i386-linux-thread-multi/XML/Par

ser

perl-XML-Parser:/usr/lib/perl5/vendor_perl/5.8.1/i386-linux-thread-multi/XML/Par

ser.pm

perl-XML-Parser:/usr/lib/perl5/vendor_perl/5.8.1/i386-linux-thread-multi/XML/Par

ser/Encodings

perl-XML-Parser:/usr/lib/perl5/vendor_perl/5.8.1/i386-linux-thread-multi/XML/Par

ser/Encodings/Japanese_Encodings.msg

perl-XML-Parser:/usr/lib/perl5/vendor_perl/5.8.1/i386-linux-thread-multi/XML/Par

ser/Encodings/README

perl-XML-Parser:/usr/lib/perl5/vendor_perl/5.8.1/i386-linux-thread-multi/XML/Par

ser/Encodings/big5.enc

perl-XML-Parser:/usr/lib/perl5/vendor_perl/5.8.1/i386-linux-thread-multi/XML/Par

ser/Encodings/euc-kr.enc

perl-XML-Parser:/usr/lib/perl5/vendor_perl/5.8.1/i386-linux-thread-multi/XML/Par

ser/Encodings/iso-8859-2.enc

perl-XML-Parser:/usr/lib/perl5/vendor_perl/5.8.1/i386-linux-thread-multi/XML/Par

ser/Encodings/iso-8859-3.enc

perl-XML-Parser:/usr/lib/perl5/vendor_perl/5.8.1/i386-linux-thread-multi/XML/Par

ser/Encodings/iso-8859-4.enc

perl-XML-Parser:/usr/lib/perl5/vendor_perl/5.8.1/i386-linux-thread-multi/XML/Par

ser/Encodings/iso-8859-5.enc

perl-XML-Parser:/usr/lib/perl5/vendor_perl/5.8.1/i386-linux-thread-multi/XML/Par

ser/Encodings/iso-8859-7.enc

perl-XML-Parser:/usr/lib/perl5/vendor_perl/5.8.1/i386-linux-thread-multi/XML/Par

ser/Encodings/iso-8859-8.enc

perl-XML-Parser:/usr/lib/perl5/vendor_perl/5.8.1/i386-linux-thread-multi/XML/Par

ser/Encodings/iso-8859-9.enc

perl-XML-Parser:/usr/lib/perl5/vendor_perl/5.8.1/i386-linux-thread-multi/XML/Par

ser/Encodings/koi8-r.enc

perl-XML-Parser:/usr/lib/perl5/vendor_perl/5.8.1/i386-linux-thread-multi/XML/Par

ser/Encodings/windows-1250.enc

perl-XML-Parser:/usr/lib/perl5/vendor_perl/5.8.1/i386-linux-thread-multi/XML/Par

ser/Encodings/windows-1252.enc

perl-XML-Parser:/usr/lib/perl5/vendor_perl/5.8.1/i386-linux-thread-multi/XML/Par

ser/Encodings/x-euc-jp-jisx0221.enc

perl-XML-Parser:/usr/lib/perl5/vendor_perl/5.8.1/i386-linux-thread-multi/XML/Par

ser/Encodings/x-euc-jp-unicode.enc

perl-XML-Parser:/usr/lib/perl5/vendor_perl/5.8.1/i386-linux-thread-multi/XML/Par

ser/Encodings/x-sjis-cp932.enc

perl-XML-Parser:/usr/lib/perl5/vendor_perl/5.8.1/i386-linux-thread-multi/XML/Par

ser/Encodings/x-sjis-jdk117.enc

perl-XML-Parser:/usr/lib/perl5/vendor_perl/5.8.1/i386-linux-thread-multi/XML/Par

ser/Encodings/x-sjis-jisx0221.enc

perl-XML-Parser:/usr/lib/perl5/vendor_perl/5.8.1/i386-linux-thread-multi/XML/Par

ser/Encodings/x-sjis-unicode.enc

perl-XML-Parser:/usr/lib/perl5/vendor_perl/5.8.1/i386-linux-thread-multi/XML/Par

ser/Expat.pm

perl-XML-Parser:/usr/lib/perl5/vendor_perl/5.8.1/i386-linux-thread-multi/XML/Par

ser/LWPExternEnt.pl

perl-XML-Parser:/usr/lib/perl5/vendor_perl/5.8.1/i386-linux-thread-multi/XML/Par

ser/Style

perl-XML-Parser:/usr/lib/perl5/vendor_perl/5.8.1/i386-linux-thread-multi/XML/Par

ser/Style/Debug.pm

perl-XML-Parser:/usr/lib/perl5/vendor_perl/5.8.1/i386-linux-thread-multi/XML/Par

ser/Style/Objects.pm

perl-XML-Parser:/usr/lib/perl5/vendor_perl/5.8.1/i386-linux-thread-multi/XML/Par

ser/Style/Stream.pm

perl-XML-Parser:/usr/lib/perl5/vendor_perl/5.8.1/i386-linux-thread-multi/XML/Par

ser/Style/Subs.pm

perl-XML-Parser:/usr/lib/perl5/vendor_perl/5.8.1/i386-linux-thread-multi/XML/Par

ser/Style/Tree.pm

perl-XML-Parser:/usr/lib/perl5/vendor_perl/5.8.1/i386-linux-thread-multi/auto/XM

L/Parser

perl-XML-Parser:/usr/lib/perl5/vendor_perl/5.8.1/i386-linux-thread-multi/auto/XM

L/Parser/Expat

perl-XML-Parser:/usr/lib/perl5/vendor_perl/5.8.1/i386-linux-thread-multi/auto/XM

L/Parser/Expat/Expat.so

perl-XML-Parser:/usr/share/doc/perl-XML-Parser-2.34

perl-XML-Parser:/usr/share/doc/perl-XML-Parser-2.34/Changes

perl-XML-Parser:/usr/share/doc/perl-XML-Parser-2.34/README

perl-XML-Parser:/usr/share/man/man3/XML::Parser.3pm.bz2

perl-XML-Parser:/usr/share/man/man3/XML::Parser::Expat.3pm.bz2

perl-XML-Parser:/usr/share/man/man3/XML::Parser::Style::Debug.3pm.bz2

perl-XML-Parser:/usr/share/man/man3/XML::Parser::Style::Objects.3pm.bz2

perl-XML-Parser:/usr/share/man/man3/XML::Parser::Style::Stream.3pm.bz2

perl-XML-Parser:/usr/share/man/man3/XML::Parser::Style::Subs.3pm.bz2

perl-XML-Parser:/usr/share/man/man3/XML::Parser::Style::Tree.3pm.bz2

perl-XML-SAX:/usr/lib/perl5/vendor_perl/5.8.1/XML/SAX/ParserFactory.pm

perl-XML-SAX:/usr/share/man/man3/XML::SAX::ParserFactory.3pm.bz2

perl-PDL:/usr/lib/perl5/vendor_perl/5.8.1/i386-linux-thread-multi/PDL/Pod/Parser

.pm.gz

perl-PDL:/usr/share/man/man3/PDL::Pod::Parser.3pm.bz2

perl-MIME-tools:/usr/lib/perl5/vendor_perl/5.8.3/MIME/Parser

perl-MIME-tools:/usr/lib/perl5/vendor_perl/5.8.3/MIME/Parser.pm

perl-MIME-tools:/usr/lib/perl5/vendor_perl/5.8.3/MIME/Parser/Filer.pm

perl-MIME-tools:/usr/lib/perl5/vendor_perl/5.8.3/MIME/Parser/Reader.pm

perl-MIME-tools:/usr/lib/perl5/vendor_perl/5.8.3/MIME/Parser/Results.pm

perl-MIME-tools:/usr/share/man/man3/MIME::Parser.3pm.bz2

perl-MIME-tools:/usr/share/man/man3/MIME::Parser::Filer.3pm.bz2

perl-MIME-tools:/usr/share/man/man3/MIME::Parser::Reader.3pm.bz2

perl-MIME-tools:/usr/share/man/man3/MIME::Parser::Results.3pm.bz2

perl-XML-LibXML:/usr/lib/perl5/vendor_perl/5.8.1/i386-linux-thread-multi/XML/Lib

XML/Parser.pod

perl-XML-LibXML:/usr/lib/perl5/vendor_perl/5.8.1/i386-linux-thread-multi/XML/Lib

XML/SAX/Parser.pm

perl-XML-LibXML:/usr/share/man/man3/XML::LibXML::Parser.3pm.bz2

perl-XML-Stream:/usr/lib/perl5/vendor_perl/5.8.1/XML/Stream/Parser

perl-XML-Stream:/usr/lib/perl5/vendor_perl/5.8.1/XML/Stream/Parser.pm

perl-XML-Stream:/usr/lib/perl5/vendor_perl/5.8.1/XML/Stream/Parser/DTD.pm

perl-XML-Stream:/usr/share/man/man3/XML::Stream::Parser.3pm.bz2

perl-XML-Stream:/usr/share/man/man3/XML::Stream::Parser::DTD.3pm.bz2

perl-libxml-perl:/usr/lib/perl5/vendor_perl/5.8.1/XML/ESISParser.pm

perl-libxml-perl:/usr/lib/perl5/vendor_perl/5.8.1/XML/Parser

perl-libxml-perl:/usr/lib/perl5/vendor_perl/5.8.1/XML/Parser/PerlSAX.pm

perl-libxml-perl:/usr/share/man/man3/XML::ESISParser.3pm.bz2

perl-libxml-perl:/usr/share/man/man3/XML::Parser::PerlSAX.3pm.bz2

perl-SOAP-Lite:/usr/lib/perl5/vendor_perl/5.8.1/XML/Parser/Lite.pm

perl-SOAP-Lite:/usr/share/man/man3/XML::Parser::Lite.3pm.bz2

perl-libxml-enno:/usr/lib/perl5/vendor_perl/5.8.1/XML/Checker/Parser.pm

perl-libxml-enno:/usr/lib/perl5/vendor_perl/5.8.1/XML/DOM/Parser.pod

perl-libxml-enno:/usr/lib/perl5/vendor_perl/5.8.1/XML/DOM/ValParser.pm

perl-libxml-enno:/usr/lib/perl5/vendor_perl/5.8.1/XML/XQL/Parser.pm

perl-libxml-enno:/usr/share/man/man3/XML::Checker::Parser.3pm.bz2

perl-libxml-enno:/usr/share/man/man3/XML::DOM::Parser.3pm.bz2

perl-libxml-enno:/usr/share/man/man3/XML::DOM::ValParser.3pm.bz2

perl-Data-DumpXML:/usr/lib/perl5/vendor_perl/5.8.1/Data/DumpXML/Parser.pm

perl-Data-DumpXML:/usr/share/man/man3/Data::DumpXML::Parser.3pm.bz2

perl-PDL-doc:/usr/lib/perl5/vendor_perl/5.8.1/i386-linux-thread-multi/PDL/HtmlDo cs/PDL/Pod/Parser.html

perl-XML-XSLT:/usr/bin/xslt-parser

perl-XML-XSLT:/usr/share/man/man1/xslt-parser.1.bz2

 

What this mean? I miss any package also?

Link to comment
Share on other sites

why are you going through all this?  you can get an RPM for gdesklets, you know...which I believe has been pointed out.  i mean, i understand if you want to, but if you don't you can save yourself the hassle.

 

I will search for a good RPM, this is killing me, I have days trying to install this "Welcome To The Linux World Boy".... :wall:

Link to comment
Share on other sites

Yes, the are several C, C+ and C++ compilers out there, so don't let that worry you. You are probably missing some supporting libraries, this is not uncommon if you install Mdk and skip the developement tools (and this would work if you lived your whole life with RPMs and never compiled anything, but that is rarley the case).

 

Do a urpmi libgcc and see what it gives back, there might be quite a lot  you will most like need some of it.

 

Xbob everything is ok when I run the command urpmi libgcc

 

[ricky@localhost ricky]$ urpmi libgcc

bash: urpmi: command not found

[ricky@localhost ricky]$ su

Password:

[root@localhost ricky]# urpmi libgcc

Everything already installed

 

Well, that fixed it for me, I'll have to let more capable hands take over on this one, sorry I couldn't be more help.

Link to comment
Share on other sites

Yes, the are several C, C+ and C++ compilers out there, so don't let that worry you. You are probably missing some supporting libraries, this is not uncommon if you install Mdk and skip the developement tools (and this would work if you lived your whole life with RPMs and never compiled anything, but that is rarley the case).

 

Do a urpmi libgcc and see what it gives back, there might be quite a lot  you will most like need some of it.

 

Xbob everything is ok when I run the command urpmi libgcc

 

[ricky@localhost ricky]$ urpmi libgcc

bash: urpmi: command not found

[ricky@localhost ricky]$ su

Password:

[root@localhost ricky]# urpmi libgcc

Everything already installed

 

Well, that fixed it for me, I'll have to let more capable hands take over on this one, sorry I couldn't be more help.

 

Dont worry Xbob sooner or later I will have a killer desptop like everyone else... :thumbs:

Link to comment
Share on other sites

I think I use to have the same problem when I first installed Mandrake, I was not able to compile things because I got an error message. Look's like the same one you have, altho I have re-installed Linux a few times, but not because of the compiler thing, altho I have to say that's not the best thing to do, people don't really like the Idea of having to re-install Linux. I'm sure theres and answer to this, I'm very knew to Linux and really don't have as much experience as some of these guys I'm sure some one will give you an answer and get this fixed, as for the gdesklets install them via urpmi it's the easiest way, I think that you might just be making things more complicated on your self by doing those extra steps.

 

Stick around, you'll learn......

 

-Luis

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...