mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
*** empty log message ***
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@745 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c2f2f89301
commit
d095ebb77a
1 changed files with 10 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue