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:
mccallum 1997-03-03 21:37:11 +00:00
parent 713541c7b4
commit 0d2a1dcd8a

View file

@ -7,7 +7,7 @@
@ifset INSTALL_ONLY @ifset INSTALL_ONLY
This file documents the installation of the GNUstep Base Library, 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 Foundation, Inc. You may copy, distribute, and modify it freely as long
as you preserve this copyright notice and permission notice. as you preserve this copyright notice and permission notice.
@chapter Installing @samp{libgnustep-base} @chapter Installing @samp{libgnustep-base}
@ -83,6 +83,13 @@ make
make install make install
@end example @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 If you are running on a NeXT machine, @samp{gcc} probably configured
itself to use the NeXT Objective C runtime by default. Currently itself to use the NeXT Objective C runtime by default. Currently
GNUstep only supports the GNU runtime. To make @samp{gcc} use the GNU GNUstep only supports the GNU runtime. To make @samp{gcc} use the GNU