*** empty log message ***

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@745 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1996-01-22 16:05:30 +00:00
parent c2f2f89301
commit d095ebb77a

View file

@ -23,6 +23,16 @@ make
make install
@end example
If you are running GNU/Linux and have an older version of libc, then the
Objective C runtime will not work unless you pass @samp{-lieee} to the
linker. You can do that like this:
@example
LIBS=-lieee ./configure --prefix=/usr/local
make
make install
@end example
Here are more detailed instructions.
@enumerate