mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Mention making a link from thread.h to thr.h.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1622 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3d8cb8ee66
commit
c640a8d1f5
1 changed files with 11 additions and 2 deletions
|
@ -25,7 +25,16 @@ cd gcc-2.7.2
|
|||
patch -p0 <../gnustep-base/objc.patch
|
||||
@end example
|
||||
|
||||
and make and install gcc; then configure and make libgnustep-base:
|
||||
and make and install gcc. Because the objc.patch is not quite
|
||||
up-to-date, you will also have to make a link from @file{thread.h} to
|
||||
@file{thr.h} in the objc include directory. For example:
|
||||
|
||||
@example
|
||||
cd /usr/local/lib/gcc-lib/i586-unknown-linux/2.7.2/include/objc/
|
||||
ln -s thread.h thr.h
|
||||
@end example
|
||||
|
||||
Then configure and make libgnustep-base:
|
||||
|
||||
@example
|
||||
./configure --prefix=/usr/local
|
||||
|
@ -46,7 +55,7 @@ make install
|
|||
If you have trouble with the Makefile, it may be that our makefiles use
|
||||
features that your @code{make} does not support; use GNU make.
|
||||
|
||||
Here are more detailed instructions.
|
||||
Here are instructions that describe more options.
|
||||
|
||||
@enumerate
|
||||
|
||||
|
|
Loading…
Reference in a new issue