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/Tool
s:$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
_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnustep
|