Camm,

further investingation shows that _feof is defined in
/usr/lib/libc.dylib(feof.So)

simplly definiing a file foo.lisp containing
  (defun foo (x y) (+ x y))
and then doing:
  (compile-file "foo.lisp")
  (load "foo.lisp")
  (foo 2 3)
works so the breakage is more subtle.
i'm continuing to investigate...

t


_______________________________________________
Axiom-developer mailing list
Axiom-developer@nongnu.org
http://lists.nongnu.org/mailman/listinfo/axiom-developer

Reply via email to