diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1997-11-29 00:35:30 -0800 |
---|---|---|
committer | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1997-12-10 10:41:25 +0000 |
commit | ce637636a41b2fef0be4daa6d9d27b84e0907a74 (patch) | |
tree | 9042d85dec63727158133a0f99357eb7ed498d53 /README.threads | |
parent | c4826df72d2d8ad93e7363e4709fc5003146a3cb (diff) | |
download | perl-ce637636a41b2fef0be4daa6d9d27b84e0907a74.tar.gz |
Patches for IRIX, AIX and some generic stuff:
Subject: [PATCH] _55: Mostly AIX stuff but also IRIX and generic
(checked/ignored a few rejects; tweaked wording).
p4raw-id: //depot/perl@354
Diffstat (limited to 'README.threads')
-rw-r--r-- | README.threads | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/README.threads b/README.threads index 427f38ad74..db54f7a1ce 100644 --- a/README.threads +++ b/README.threads @@ -70,6 +70,12 @@ For IRIX: For IRIX 6.3 and 6.4 the pthreads should work out of the box. Thanks to Hannu Napari <Hannu.Napari@hut.fi> for the IRIX pthreads patches information. +For AIX: + Change cc to xlc_r or cc_r. + Add -DUSE_THREADS -DNEED_PTHREAD_INIT -DDEBUGGING to ccflags and cppflags + Change optimize to -g + Add -lc_r to libswanted + Change -lc in lddflags to be -lpthread -lc_r -lc Now you can do a make |