Changes between Version 2 and Version 3 of wade/torque


Ignore:
Timestamp:
Sep 2, 2008, 4:32:02 PM (16 years ago)
Author:
wade
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • wade/torque

    v2 v3  
    1616
    1717= Install =
    18  * System:Ubuntu 8.04 LTS
    19  * PBS:Torque 2.3.3
    20 
     18 * Environment:
     19   * Virtual Machine:Sun xVM VirtualBox 1.6.0
     20   * Operation System:Ubuntu 8.04 LTS
     21   * PBS:Torque 2.3.3
     22 * download:
     23  {{{
     24  wget http://www.clusterresources.com/downloads/torque/torque-2.3.3.tar.gz
     25  }}}
     26 * Extract and build:
     27  {{{
     28  tar zxvf torque-2.3.3.tar.gz
     29  cd torque-2.3.3
     30  ./configure --prefix=/opt/torque-2.3.3
     31  make
     32  make install
     33  }}}
     34  * ' configure: error: C compiler cannot create executables ' or ' C compiler cannot create executables '
     35    {{{
     36    sudo apt-get install libc6-dev
     37    }}}
    2138
    2239= Reference =