Changeset 5419

Show
Ignore:
Timestamp:
08/10/06 18:30:22
Author:
robert
Message:

Added a note on the COMPILE_USING_TWO_PARAM_sched_setaffinity workaround.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • OpenThreads/trunk/Make/help.sh

    r4973 r5419  
    4545                        builds. 
    4646 
     47Note for Linux users: 
     48On some linux kernels (2.4 kernels with backdated 2.6 functionality) there is a two param sched_setaffinity defined, instead of 
     49the standard three param sched_setaffinity.  This will lead to a compile failure, if this occurs then use the make line: 
    4750 
    48 Solars and IRIX can build 64 bit targets.  These require the ARCH=64 argument. 
     51   make COMPILE_USING_TWO_PARAM_sched_setaffinity=yes 
     52 
     53Or set up the COMPILE_USING_TWO_PARAM_sched_setaffinity env var in your .bashrc 
     54   
     55  export COMPILE_USING_TWO_PARAM_sched_setaffinity=yes 
     56  make 
     57 
     58 
     59Solaris and IRIX can build 64 bit targets.  These require the ARCH=64 argument. 
    4960For example: 
    5061