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
This commit is contained in:
Andrew McCallum 1997-03-03 21:37:11 +00:00
parent a01a151edb
commit a27a62bc69

View file

@ -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