However, yours is an unusual case while on Snow Leopard it is extremely common. If gcc is configured to build 64-bit then we should be able to detect that and use the appropriate apply-hack without forcing the user to set ARCH. Which is already the current solution.
On Dec 1, 2010, at 12:53, John Cowan <[email protected]> wrote: > Felix scripsit: > >> What we need is a way to determine the correct ARCH settings via >> shell commands, so that the makefile can take care of this. > > It's often a matter of choice. A while back I was running a 32-bit > userland on a 64-bit Linux kernel, so there was no way for Chicken's > mechanisms to guess that I wanted a 32-bit Chicken as well. I just > exported ARCH and PLATFORM from the shell (which is equivalent to > specifying them to make) and everything worked fine. > > -- > John Cowan [email protected] > I amar prestar aen, han mathon ne nen, http://www.ccil.org/~cowan > han mathon ne chae, a han noston ne 'wilith. --Galadriel, LOTR:FOTR > > _______________________________________________ > Chicken-users mailing list > [email protected] > http://lists.nongnu.org/mailman/listinfo/chicken-users _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
