|
Revision 2043
(checked in by sspicer, 5 years ago)
|
Initial revision
|
- Property svn:eol-style set to
native
- Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 |
This is a C++ thread library. To make: |
|---|
| 2 |
|
|---|
| 3 |
All platforms |
|---|
| 4 |
|
|---|
| 5 |
prompt> gmake |
|---|
| 6 |
|
|---|
| 7 |
To use GNU compilers on IRIX, Sun |
|---|
| 8 |
|
|---|
| 9 |
prompt> gmake COMPILER=gnu |
|---|
| 10 |
|
|---|
| 11 |
To build 64 bit on IRIX, Sun, Linux |
|---|
| 12 |
|
|---|
| 13 |
prompt> gmake ARCH=64 |
|---|
| 14 |
|
|---|
| 15 |
prefix=/usr/local |
|---|
| 16 |
|
|---|
| 17 |
Header files....$prefix/include |
|---|
| 18 |
Libraries.......$prefix/lib/OpenThreadPThread |
|---|
| 19 |
|
|---|
| 20 |
Questions/Comment/Suggestions to: to be announced |
|---|
| 21 |
|
|---|
| 22 |
|
|---|