<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p><font face="serif">AFTER you get logged onto the Unix systems in
        Godsey, please open your favorite linux editor and cut/paste the
        following to the end of your .bash_profile.</font></p>
    <pre><font size="+1">
HOSTCLASS=$(hostname -f | cut -b -3)
if [ "$HOSTCLASS" = "gsc" ]; then
    export PATH=/usr/local/gcc/6.4.0/bin:${PATH}:.
    export LD_LIBRARY_PATH=/usr/local/gcc/6.4.0/lib64:${LD_LIBRARY_PATH}
    export MANPATH=/usr/local/gcc/6.4.0/share/<a class="moz-txt-link-freetext" href="man:$">man:$</a>{MANPATH}
fi</font></pre>
    <p><br>
    </p>
    <p>Then log off the system and log back in and type the command "gcc
      -v" in a terminal window to verify that you are using the 6.4.0
      compiler suite.</p>
    <p><br>
    </p>
    <p><br>
    </p>
    <pre class="moz-signature" cols="72">-- 
Andrew J. Pounds, Ph.D.  (<a class="moz-txt-link-abbreviated" href="mailto:pounds_aj@mercer.edu">pounds_aj@mercer.edu</a>)
Professor of Chemistry and Computer Science
Mercer University,  Macon, GA 31207   (478) 301-5627
<a class="moz-txt-link-freetext" href="http://faculty.mercer.edu/pounds_aj">http://faculty.mercer.edu/pounds_aj</a>
</pre>
  </body>
</html>