Changes between Version 42 and Version 43 of ServerIntro


Ignore:
Timestamp:
Mar 1, 2008, 12:56:10 AM (16 years ago)
Author:
Christian Beer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ServerIntro

    v42 v43  
    136136$ chown {username}:{username} /home/{username}
    137137}}}
    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.
     138The 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.
    139139{{{
    140140$ ln -s /usr/bin/gcc-4.11 /usr/bin/gcc