Hans Hagen wrote:
Mojca Miklavec wrote:
On Mon, Nov 16, 2009 at 11:33, Andreas Harder wrote:
Hi all!
If I update the minimals via first-setup.sh I get the 32bit-binaries (luatex) although I'm on Snow Leopard. If I change the binaries myself it works fine and the compilation is notable faster!
We had a lengthy discussion about Snow Leopard. The last message was Yue Wang's proposal to check for 64-bit compatibility:
The hardware test: Yue:context yue$ if test `sysctl -n hw.cpu64bit_capable | grep -c 1` = 1 ; then echo yes; else echo no; fi yes
The software test: Yue:context yue$ if test `uname -r|cut -f1 -d"."` -ge 10 ; then echo yes; else echo no; fi yes
hm, we need to use the methods built in luatex
Someone should check what is returned in the os.uname() return table. Best wishes, Taco