Hello, I'm trying to compile the podbot under Mandrake 10. Since I have no experiences programming with linux, I have no idea what's going on here. When I type make:
Code:
gcc-2.95.3 -Dstricmp=strcasecmp -Dstrcmpi=strcasecmp -DNDEBUG -march=i586 -O2 -w
-I"../metamod" -I"../../devtools/hlsdk-2.3/multiplayer/common"
-I"../../devtools/hlsdk-2.3/multiplayer/dlls"
-I"../../devtools/hlsdk-2.3/multiplayer/engine"
-I"../../devtools/hlsdk-2.3/multiplayer/pm_shared"
-c bot.cpp -o bot.o
/bin/sh: line 1: gcc-2.95.3: command not found
make: *** [bot.o] Error 127
I think it's probably something not configured correctly with either my linux or gcc coz everything seems fine under Windows.
Can someone give some suggestions what should I do?