Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
gDesklets install issues
#1



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!

Reply
#2

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).

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)