Linux-Noob Forums
gDesklets install issues - Printable Version

+- Linux-Noob Forums (https://www.linux-noob.com/forums)
+-- Forum: Distro Noob (https://www.linux-noob.com/forums/forum-10.html)
+--- Forum: Ubuntu (https://www.linux-noob.com/forums/forum-99.html)
+--- Thread: gDesklets install issues (/thread-2202.html)



gDesklets install issues - campisi_44 - 2006-01-31




Code:
root@ubuntu:/home/paul/Desktop/gDesklets-0.34.3# ./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 to enable maintainer-specific portions of Makefiles... no 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@ubuntu:/home/paul/Desktop/gDesklets-0.34.3# make make: *** No targets specified and no makefile found. Stop.




 

I have no idea why its doing this!




gDesklets install issues - znx - 2006-01-31


Quote:root@ubuntu:/home/paul/Desktop/gDesklets-0.34.3# ./configure
 

Thats all I needed to read, you are using a Deb based system, and attempting to compile a package.

 

What you can do is:



Code:
apt-get install gdesklets




 

That should install the package.

 

If you do want to compile from source you will need to install all the development related packages, in this case GCC to start with (but doubtless there is more).