Hello Carl, I fixed the linker problem... In the Makefile is missing "-all" before -lm Now in lisp.nm there're all the missing symbols
2014-09-10 9:03 GMT+02:00 Carl Shapiro <[email protected]>: > It looks like you are missing symbols from libc and libm. It is unlikely > that you can run for very long without the libc symbols. I agree that > -non_shared should cause libc.a to be linked. However, I wonder there is a > linker optimization that is preventing the code in undefineds.c from having > its intended effect. > > Can you send a copy of your lisp.nm so we can see what is actually present? _______________________________________________ cmucl-help mailing list [email protected] http://lists.zs64.net/mailman/listinfo/cmucl-help
