[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: libobjc 9.1 works on FreeBSD 4.1
From: |
Tim . Bissell |
Subject: |
RE: libobjc 9.1 works on FreeBSD 4.1 |
Date: |
Wed, 28 Feb 2001 12:58:07 -0000 |
> > I'm getting segmentation faults (with the 21/2 snap) when
> trying to run
> > gdnc, however :-( I'll have a more detailed look when/if I get time.
> Hello,
>
> Is there any HOWTO about building GNUstep on recent FreeBSDs?
>
None that I know of ...
I'm just using my usual ground-up build:
cd /usr/GNUstep/System
rm -rf core
tar yxf ~/ftp/core-2001xxxx.tar.bz2
cd core/make
gmake debug=yes && gmake debug=yes install
cd ..
. /usr/GNUstep/System/Makefiles/GNUstep.sh
for i in base gui xgps ; do
cd $i
gmake debug=yes && gmake debug=yes install
cd ..
done
----------------------------------------------------------------------
If you have received this e-mail in error or wish to read our e-mail
disclaimer statement and monitoring policy, please refer to
http://www.drkw.com/disc/email/ or contact the sender.
----------------------------------------------------------------------