X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=README.threads;h=db54f7a1ceabed8f6c9d25a7cb1e9f8326cf5fe5;hb=15ee1d8715e28c0c0be2cceb2f9f90d79153090e;hp=427f38ad748ee43c0c758a5bf5a4cc59cc89a0fe;hpb=69ce17deadf68709800535ea3a06e022857685a2;p=p5sagit%2Fp5-mst-13.2.git diff --git a/README.threads b/README.threads index 427f38a..db54f7a 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 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