-------------- Original message from Bernd Paysan <[email protected]>: -------------- >On Sonntag 18 Januar 2009, [email protected] wrote: >> -------------- Original message from Bernd Paysan >> <[email protected]>: -------------- >> >On Sonntag 18 Januar 2009, [email protected] wrote: >> > BTW, now that I'm working on a G5, how do I build it for 64-bits? >> > >> >Call configure that way: >> > >> >CC="gcc -arch=ppc64" ./configure >> >> That doesn't appear to make any difference, even when including the >> CC setting before make. Do I need to run one of the make clean >> targets? > >Yes, please. make clean should do.
That made it try, at least. See below... >> Is -1 hex u. FFFFFFFF going to show me 4 more F's? > >Eigth more: > >-1 hex u. FFFFFFFFFFFFFFFF ok Opps, brain fart. That's what I meant. ;) >-- >Bernd Paysan >"If you want it done right, you have to do it yourself" >http://www.jwdt.com/~paysan/ DaR echo timestamp > stamp-h gcc -arch=ppc64 -I./../arch/power -I. -Wall -O2 -no-cpp-precomp -DHAVE_CONFIG_H -DFORCE_LL -DDEFAULTPATH='".:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/local/lib/gforth/0.7.0-20081108:/usr/local/share/gforth/0.7.0-20081108"' -fno-gcse -fno-strict-aliasing -fno-crossjumping -fno-reorder-blocks -falign-labels=1 -falign-loops=1 -falign-jumps=1 -fno-defer-pop -fcaller-saves -fno-inline -DGFORTH_DEBUGGING -o engine-ll.o -c ./engine.c engine.c: In function `gforth_engine': engine.c:460: internal compiler error: in flow_loops_find, at cfgloop.c:830 Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://developer.apple.com/bugreporter> for instructions. make[3]: *** [engine-ll.o] Error 1 cp -p kernl32b.fi kernl32b.fi~ cp -p kernl32b.fi- kernl32b.fi cd engine && make gforth-ditc-noll OPT=-noll OPTDEFINES= OPTOBJECTS=dblsub.o gcc -arch=ppc64 -I./../arch/power -I. -Wall -O2 -no-cpp-precomp -DHAVE_CONFIG_H -DDEFAULTPATH='".:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/local/lib/gforth/0.7.0-20081108:/usr/local/share/gforth/0.7.0-20081108"' -fno-gcse -fno-strict-aliasing -fno-crossjumping -fno-reorder-blocks -falign-labels=1 -falign-loops=1 -falign-jumps=1 -fno-defer-pop -fcaller-saves -fno-inline -DDOUBLY_INDIRECT -o engine-ditc-noll.o -c ./engine.c engine.c: In function `gforth_engine': engine.c:460: internal compiler error: in flow_loops_find, at cfgloop.c:830 Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://developer.apple.com/bugreporter> for instructions. make[4]: *** [engine-ditc-noll.o] Error 1 make[3]: *** [gforth-ditc] Error 2 make[2]: *** [gforth-ll] Error 2 make[1]: *** [optgforth] Error 2 make: *** [gforth] Error 2 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
