mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
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:
parent
713541c7b4
commit
0d2a1dcd8a
1 changed files with 8 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue