Changes between Version 15 and Version 16 of R-MPI_Install


Ignore:
Timestamp:
Jul 3, 2008, 3:53:06 PM (16 years ago)
Author:
chris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • R-MPI_Install

    v15 v16  
    1414}}}
    1515 * gcc-4.2
    16   * As previous step, you can install gcc-4.2 by :
     16  * As previous step, you should install gcc-4.2 by :
    1717{{{
    1818root@client-01:~# apt-get install gcc-4.2
     19}}}
     20  * If you want use lower version of gcc, please link the gcc-4.2 to your location of your gcc compiler. Such as:
     21{{{
     22root@client01:~# ln -s /usr/bin/gcc /usr/bin/gcc-4.2
    1923}}}
    2024----