Next: Making Clients
Up: Startup Soccerserver
Previous: When I start Soccerserver,
  Contents
As with most things, the usual steps of "configure then make" didn't work on the first try for me. I'm running RedHat 5.0 Linux, I've got gcc-2.8.0 installed, I'm using X11R6. It looks to me like the include files <iostream.h> and <strstream.h> are missing from my machine. Where can I find these 2 include files? Any other ideas?
- Suggestion 1: You have to use g++ instead of gcc. "iostream.h" is a common c++ file, so if you can't find that, you probably can't find any of the c++ files. On some linux box, it can be found in "/usr/include/g++/iostream.h". Try using the 'locate' command if you can't find it.
- Suggestion 2: Do a "which g++" command. On most systems, what this returns is a link to where all the gnu goodies reside. 'cd' to the directory pointed to by the link. The libraries reside in ../lib and subdirs. Also, you may need to set your LD_LIBRARY_PATH environment variable to contain paths to the libraries soccerserveruses.
[Say Poh/Rex]
Next: Making Clients
Up: Startup Soccerserver
Previous: When I start Soccerserver,
  Contents
RoboCup SoccerServer Manual Account
1999-07-03