Changes between Version 42 and Version 43 of ServerIntro
- Timestamp:
- Mar 1, 2008, 12:56:10 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ServerIntro
v42 v43 136 136 $ chown {username}:{username} /home/{username} 137 137 }}} 138 The link /usr/bin/gcc that points to the currently used compiler could be missing. This could lead to errors when running the make command. So you have to create the symbolic links, depending on your gcc and g++ version, first.138 The link /usr/bin/gcc that points to the currently used compiler could be missing. This could lead to errors when running the make command. Especially when trying to compile the graphical part of the API you need the /usr/bin/g++ link (make gives a warning that it couldn't find GL/GLU/GLUT although it is installed). So you have to create the symbolic links, depending on your gcc and g++ version, first. 139 139 {{{ 140 140 $ ln -s /usr/bin/gcc-4.11 /usr/bin/gcc