LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Problem Compiling Gaim (https://www.linuxquestions.org/questions/linux-software-2/problem-compiling-gaim-187203/)

AFI_Flame 05-29-2004 12:54 AM

Problem Compiling Gaim
 
Gaim has always compiled for me on this computer... ever since I upgraded my KDE. Maybe I messed something up :( Anyway here is the error I get.

/bin/sh: line 1: cc: command not found
make[4]: *** [blib/arch/auto/Gaim/Gaim.so] Error 127
make[4]: Leaving directory `/home/daniel/gaim-0.77/plugins/perl/common'
make[4]: Entering directory `/home/daniel/gaim-0.77/plugins/perl/common'
rm -f blib/arch/auto/Gaim/Gaim.so
LD_RUN_PATH="" cc -shared -L/usr/local/lib Account.o BuddyList.o BuddyList_Buddy.o BuddyList_Chat.o BuddyList_Group.o Connection.o ConvWindow.o Conversation.o Conversation_Chat.o Conversation_IM.o Gaim.o -o blib/arch/auto/Gaim/Gaim.so
/bin/sh: line 1: cc: command not found
make[4]: *** [blib/arch/auto/Gaim/Gaim.so] Error 127
make[4]: Leaving directory `/home/daniel/gaim-0.77/plugins/perl/common'
make[3]: *** [all-local] Error 2
make[3]: Leaving directory `/home/daniel/gaim-0.77/plugins/perl'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/daniel/gaim-0.77/plugins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/daniel/gaim-0.77'
make: *** [all] Error 2

dretay 05-29-2004 01:46 AM

Have you tried a pre-compiled package from linuxpackages.net? I know that it is very un-slack to get anything precompiled.... but I have found that GAIM is such a headache that it is just work getting the tar.gz.

darthtux 05-29-2004 01:56 AM

what is the output of
whereis cc

AFI_Flame 05-29-2004 02:14 AM

This is all it says when I do that

Code:

cc:

darthtux 05-29-2004 07:23 PM

On my system cc is simply a link to gcc. You might see if you have gcc installed and if not install it.

AFI_Flame 05-30-2004 01:43 PM

grrr... maybe i messed it up when i upgraded gcc lol


All times are GMT -5. The time now is 06:33 PM.