View Single Post
Re: CSBot enable plugin
Old
  (#10)
lickityspliff
Member
 
lickityspliff's Avatar
 
Status: Offline
Posts: 23
Join Date: Jul 2006
Default Re: CSBot enable plugin - 07-08-2006

I forgot to mention that yes I do have root access through ssh to 3 servers.

2 of them have gcc on it but only version 3.3.x cause they are fedora 1 and fedora 2 and neither of them will update with the yum update gcc command. it says its up to date blah blah.

i did that install of the compat-libstdc++ on my fedoracore 3 server and i installed gcc through yum aswell its at v3.4.x

when i try to compile i get this error
Code:
g++ -Dstricmp=strcasecmp -Dstrcmpi=strcasecmp -w -O1 -s -DNDEBUG=1 -I/home/games/hl1/sdk/hlsdk/multiplayer/common -I/home/games/hl1/sdk/hlsdk/multiplayer/engine -I/home/games/hl1/sdk/hlsdk/multiplayer/dlls -I/home/games/hl1/sdk/hlsdk/multiplayer/pm_shared -I/home/games/hl1/sdk/metamod-1.19/metamod -c dllapi.cpp -o dllapi.o
make: g++: Command not found
make: *** [dllapi.o] Error 127
  
Reply With Quote