![]() |
|
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# ./configureI 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 gdeskletsThat 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). |