rse 99/08/19 09:10:20
Modified: pthreads README.rse Log: Use Pth 1.1 release versions now Revision Changes Path 1.2 +5 -7 apache-apr/pthreads/README.rse Index: README.rse =================================================================== RCS file: /home/cvs/apache-apr/pthreads/README.rse,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- README.rse 1999/08/12 07:31:01 1.1 +++ README.rse 1999/08/19 16:10:19 1.2 @@ -97,11 +97,9 @@ Follow these steps: $ cd <ROOT>/apache-apr - $ lynx ftp://alpha.gnu.org/gnu/pth/pth-1.1b3.tar.gz - [You can use also any later Pth version, of course. ] - [Especially release versions >= 1.1.0 from ftp://ftp.gnu.org/gnu/pth/] - $ gunzip <pth-1.1b3.tar.gz | tar xvf - - $ cd pth-1.1b3 + $ lynx ftp://ftp.gnu.org/gnu/pth/pth-1.1.X.tar.gz + $ gunzip <pth-1.1.X.tar.gz | tar xvf - + $ cd pth-1.1.X $ ./configure \ --disable-shared \ --enable-pthread \ @@ -112,8 +110,8 @@ $ cd <ROOT>/apache-apr/pthread $ CC='cc' \ OPTIM='-O2' \ - CFLAGS='-I\$(SRCDIR)/../pth-1.1b3 -DPTHREAD_EVERYWHERE -DNO_SERIALIZED_ACCEPT' \ - LDFLAGS='-L\$(SRCDIR)/../pth-1.1b3/.libs' \ + CFLAGS='-I\$(SRCDIR)/../pth-1.1.X -DPTHREAD_EVERYWHERE -DNO_SERIALIZED_ACCEPT' \ + LDFLAGS='-L\$(SRCDIR)/../pth-1.1.X/.libs' \ LIBS="-lpthread" \ ./configure \ --with-layout=GNU \