Forums
sh: o: command not found - Printable Version

+- Forums (https://www.vdrift.net/Forum)
+-- Forum: Community (https://www.vdrift.net/Forum/forumdisplay.php?fid=3)
+--- Forum: Bugs (https://www.vdrift.net/Forum/forumdisplay.php?fid=7)
+--- Thread: sh: o: command not found (/showthread.php?tid=658)



sh: o: command not found - feldmaus - 04-30-2007

Hi All,

today i tried to compile the vdrift-2007-03-23 and got the following
message,
Code:
feld-bertlap:/usr/local/games/vdrift/build/vdrift-2007-03-23-src# scons
scons: Reading SConscript files ...
Checking for C library openal... (cached) yes
Checking for C++ header file GL/gl.h... (cached) yes
Checking for C++ header file GL/glu.h... (cached) yes
Checking for C++ header file SDL/SDL.h... (cached) yes
Checking for C++ header file SDL/SDL_image.h... (cached) yes
Checking for C++ header file SDL/SDL_net.h... (cached) yes
Checking for C++ header file SDL/SDL_rotozoom.h... (cached) yes
Checking for C++ header file AL/al.h... (cached) yes
Checking for C++ header file AL/alc.h... (cached) yes
Checking for C++ header file AL/alut.h... (cached) yes
Checking for C header file libintl.h... (cached) yes
scons: done reading SConscript files.
scons: Building targets ...
o build/vamos/body/Aerodynamic_Device.o -c -Wall -Wno-non-virtual-dtor -g3 -Iinclude src/vamos/body/Aerodynamic_Device.cc
sh: o: command not found

I cant find a command which is named "o" .
Which package should consist this command?

bye Markus


- thelusiv - 04-30-2007

You need to install gcc and g++. Maybe I should add a check for this to the SConscript...