------------------------------------------------------- Date: Sat
05/15/04 at 03:50 By: fedor Closed for lack of information.
------------------------------------------------------- Date: Thu
10/02/03 at 08:49 By: ayers Currently gnustep-base should
build the additions library automatically for non *-gnu-*
configurations (see config.mak(.in)) But if you configured
gnustep-make with "--with-library-combo=gnu-gnu-gnu" that shouldn't
happen. What does you environment variable: echo $LIBRARY_COMBO
contain before configuring gnuste-base? Did you 'source' the
/usr/GNUstep/System/Makefiles/GNUstep.[sh/csh] file after installing
gnustep-make?
------------------------------------------------------- Date: Thu
10/02/03 at 04:44 By: waldmire I am simply trying to build
the four core parts of GNUstep. I got through gnustep-make fine, but
gnustep-base gave me an error after running "./configure" and "make".
The output I pasted first is from "make".
How do I go about making a full base library? I built and configured
gnustep-make with "--with-library-combo=gnu-gnu-gnu." Is this what
you are talking about?
------------------------------------------------------- Date: Thu
10/02/03 at 04:10 By: fedor It would be helpful if you gave
some more information about what you are doing. It appears you are
just making the Additions library part of GNUstep base. This will
only work on systems that already have a Foundation library (like
MacOS X). On Darwin you need to make the full base library. If this
isn't your problem, please give the output with 'messages=yes' set:
make messages=yes
See also
http://www.gnu.org/software/gnustep/information/machines_1.html#SEC2