LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   gDesklets error (https://www.linuxquestions.org/questions/linux-newbie-8/gdesklets-error-312051/)

ilectrcbob 04-11-2005 11:52 AM

gDesklets error
 
hi to everyone.
i tried to install gDesklets and after running ./configure i have received following error:
Code:

checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
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.

... i thought i was missing a c compiler so i have installed gcc4-c++.i386.
but after that i have the same problem!!!

hope someone can help me...

__J 04-12-2005 04:50 AM

whats the output of:

Code:

gcc -v

cathectic 04-12-2005 05:52 AM

You've installed a C++ compiler, you still need a C one.


All times are GMT -5. The time now is 06:22 AM.