discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Simply GNUstep Feedback


From: Jeff Teunissen
Subject: Re: Simply GNUstep Feedback
Date: Thu, 10 Jan 2002 12:25:08 -0500

cehardin@mac.com wrote:

> Have anyone successfully built GNUstep in /   (as opposed to
> /opt/GNUstep, /usr/GNUstep, etc)?  I want to do this but want to see
> what problems people have had before hand.

It's part of my standard GNUstep configuration -- an excerpt from my local
version of the compile-all script:

pushd make
sudo make -s uninstall
make -s distclean
CC="gcc-3.0" ./configure --quiet --prefix=/System \
 --with-local-root=/Local --with-network-root=/Network \
 --enable-flattened 
CC="gcc-3.0" make -s && sudo make -s install || exit 1
. /System/Makefiles/GNUstep.sh
popd

-- 
| Jeff Teunissen  -=-  Pres., Dusk To Dawn Computing  -=-  deek @ d2dc.net
| GPG: 1024D/9840105A   7102 808A 7733 C2F3 097B  161B 9222 DAB8 9840 105A
| Core developer, The QuakeForge Project        http://www.quakeforge.net/
| Specializing in Debian GNU/Linux              http://www.d2dc.net/~deek/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]