Bernd Paysan wrote:
On Freitag 17 Oktober 2008, Jack Woehr wrote:
Any tips? Thanks.
Use the current CVS, or at least disable the sanity check which does not
work on things like exec-shield or whatever OpenBSD's technique for
randomizing the executable memory position is called.
You can just comment out or delete the following line in comp-i.fs:
offset abs expected-offset <> abort" images produced by different engines"
Hi Bernd!
Okay, compiling current fresh checkout this morning I get:
if test -r version && test x'0.6.9-20081006' = x`cat version` ; then
true ; else echo 0.6.9-20081006 > version ; fi
echo ": version-string s\" 0.6.9-20081006\" ;" > kernel/version.fs
sed -f mkdosmf.sed <Makefile.in >makefile.dos
sed -f mkdosmf.sed <engine/Makefile.in >engine/makefile.dos
sed -f mkos2mf.sed <Makefile.in >makefile.os2
sed -f mkos2mf.sed <engine/Makefile.in >engine/makefile.os2
echo '%.o: %.c' >>makefile.os2
echo ' $(GCC) $(CFLAGS) $(CPPFLAGS) -c $<' >>makefile.os2
echo '%.o: %.c' >>engine/makefile.os2
echo ' $(GCC) $(CFLAGS) $(CPPFLAGS) -c $<'
>>engine/makefile.os2
m4 -s -Dcondbranch_opt=0 ./prim >prim.b
sleep 1 #should make hpux-workaround unnecessary
GFORTH="./preforth -p ".:~+:."" ./gfgen
gmake: *** [engine/prim.i] Error 1
Thanks for your help! OBSD ports co-ordinator bugging me for submission
to ports tree.
--
Jack J. Woehr # "Self-delusion is
http://www.well.com/~jax # half the battle!"
http://www.softwoehr.com # - Zippy the Pinhead
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]