[Openmcl-devel] Difficulty building current bleeding edge
David Steuber
david at david-steuber.com
Fri Nov 25 16:46:56 PST 2005
(if (holidayp 'thanksgiving)
(fortmat t "Happy thanksgiving,~%")
(format t "Hi,~%"))
I'm having a problem compiling ccl-dev from 25 Nov. It looks like make
fails in lisp-kernel/darwinppc. I'm still running 10.3.9 and Xcode
1.5, specifically:
ld -arch ppc -dynamic -o ../../dppccl -e start -seg1addr 0x00004000
-sectalign __TEXT __text 0x1000 -pagezero_size 0x4000 ppc-spjump.o
ppc-spentry.o ppc-subprims.o imports.o pmcl-kernel.o gc.o bits.o
ppc-exceptions.o thread_manager.o lisp-debug.o image.o memory.o
ppc-asmutils.o lispdcmd.o plprint.o plsym.o plbt.o ppc_print.o
-lcrt1.o -lgcc -lSystem
ld: Undefined symbols:
___builtin_clz
make: *** [../../dppccl] Error 1
david at interloper:~/usr/src/ccl-dev/ccl
$ gcc --version
gcc (GCC) 3.3 20030304 (Apple Computer, Inc. build 1666)
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is
NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.
david at interloper:~/usr/src/ccl-dev/ccl
$ uname -a
Darwin interloper 7.9.0 Darwin Kernel Version 7.9.0: Wed Mar 30
20:11:17 PST 2005; root:xnu/xnu-517.12.7.obj~1/RELEASE_PPC Power
Macintosh powerpc
I've never seen a failure before building the lisp kernel and I missed
seeing anything in the ChangeLog that would clue me in. Any ideas?
This is not urgent. I back up dppccl and dppccl.image before I build
from CVS.
More information about the Openmcl-devel
mailing list