From 0d2a1dcd8a5fd8e791ff30d1246306aa3ef2a218 Mon Sep 17 00:00:00 2001 From: mccallum Date: Mon, 3 Mar 1997 21:37:11 +0000 Subject: [PATCH] Describe what happens when libieee.a isn't available. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2215 72102866-910b-0410-8b05-ffd578937521 --- Documentation/install.texi | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Documentation/install.texi b/Documentation/install.texi index b4eb8258d..56a4b5ea6 100644 --- a/Documentation/install.texi +++ b/Documentation/install.texi @@ -7,7 +7,7 @@ @ifset INSTALL_ONLY This file documents the installation of the GNUstep Base Library, -@samp{libgnustep-base}. Copyright (C) 1993, 1994, 1996 Free Software +@samp{libgnustep-base}. Copyright (C) 1993, 1994, 1996, 1997 Free Software Foundation, Inc. You may copy, distribute, and modify it freely as long as you preserve this copyright notice and permission notice. @chapter Installing @samp{libgnustep-base} @@ -83,6 +83,13 @@ make make install @end example +If you don't have @samp{libieee.a} on your system, @prog{configure} will +say +@example +configure: error: installation or configuration problem: +C compiler cannot create executables. +@end example + If you are running on a NeXT machine, @samp{gcc} probably configured itself to use the NeXT Objective C runtime by default. Currently GNUstep only supports the GNU runtime. To make @samp{gcc} use the GNU