From d095ebb77ae8cc9dac3d8f8a7994cff2afc25a45 Mon Sep 17 00:00:00 2001 From: Andrew McCallum Date: Mon, 22 Jan 1996 16:05:30 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@745 72102866-910b-0410-8b05-ffd578937521 --- Documentation/install.texi | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Documentation/install.texi b/Documentation/install.texi index 02d009306..56f66f3fc 100644 --- a/Documentation/install.texi +++ b/Documentation/install.texi @@ -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