[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: compiling GNUstep
From: |
Nicola Pero |
Subject: |
RE: compiling GNUstep |
Date: |
Sun, 22 Apr 2007 21:26:58 +0200 (CEST) |
It depends on the filesystem layout that you are using. The standard filesystem
layouts in core/make/FilesystemLayouts have a comment at the top of each
explaining how to set up GNUstep in each of them.
Another good reading is core/make/Documentation/GNUstep-HOWTO, which says:
Finally, in most filesystem configuration it's also possible to
manually set up your environment by setting PATH, the linker library
paths and the `GNUSTEP_MAKEFILES' variable (instead of using
`GNUstep.sh'). For example, on GNU/Linux (with a default GNUstep
installation), instead of sourcing `GNUstep.sh' you could manually add
the Tools directories to your PATH:
PATH="/usr/GNUstep/System/Tools:/usr/GNUstep/Local/Tools:$PATH"
manually add `/usr/GNUstep/System/Library/Libraries' and
`/usr/GNUstep/Local/Library/Libraries' to your `/etc/ld.so.conf' file
(don't forget to run `ldconfig' every time you install a library), and
set the environment variable `GNUSTEP_MAKEFILES' when you want to
compile something:
GNUSTEP_MAKEFILES=/usr/GNUstep/System/Library/Makefiles
I hope that answers your question. :-)
Thanks
-----Original Message-----
From: Yves de Champlain <yves@gnu-darwin.org>
Sent: Sun, April 22, 2007 8:35 pm
To: GNUstep Discuss-gnustep <discuss-gnustep@gnu.org>
Subject: compiling GNUstep
Hi
The docs say that sourcing GNUstep.sh is not necessary anymore, just
pass GNUSTEP_MAKEFILES is OK.
But I get :
/opt/local/GNUstep/system/Library/Makefiles/common.make:720: WARNING:
Your PATH may not be set up correctly !
/opt/local/GNUstep/system/Library/Makefiles/common.make:721: Please
try again after adding "/opt/local/GNUstep/System/Tools" to your path
So is it OK or not ?
yves
_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnustep
- compiling GNUstep, Yves de Champlain, 2007/04/22
- RE: compiling GNUstep,
Nicola Pero <=