View Single Post
question about compiling under linux
Old
  (#1)
g4s
Member
 
g4s's Avatar
 
Status: Offline
Posts: 102
Join Date: May 2004
Default question about compiling under linux - 02-07-2004

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?


Last edited by g4s : Tomorrow at 12:01.
  
Reply With Quote