Refine instructions for installing pthreads. Wow, is it yucky.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1735 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1996-09-07 21:06:16 +00:00
parent cc0c9d100b
commit 3eb6548677

View file

@ -27,6 +27,9 @@ I ignored the installation instructions, and instead did the following:
cd pthreads-0.9.2
tar -cf - lib | (cd /usr/local ; tar -xvf -)
tar -cf - include | (cd /usr/local ; tar -xvf -)
mkdirs /usr/local/src/linux_threads/kits/pthreads-0.9.2/lib/pthreads
cd !$ ; ln -s /usr/local/lib/libpthreads.so.1 .
cd /usr/local/lib ; ln -s libpthreads.so.1 libpthreads.so
@end example
(And on my system, I also had to comment out the code between
@ -44,6 +47,9 @@ patch -p1 < ../gstep-base*/gcc-2.7.2.1-objc.diff
rm -f objc/list.h
@end example
When I did this, patch exited with code 5, but the only rejects were in
documentation files, not source files.
@item
Make and install gcc, possibly like this: