[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
compile-file
Hello,
i am trying to compile a file using compile-file.
My source file contains the following require-library
(require-library "functios.ss" "mzlib")
(require-library "functior.ss" "mzlib")
(require-library "functiou.ss" "mzlib")
(require-library "functio.ss" "mzlib")
(require-library "macro.ss" "framework")
(require-library "framework.ss" "framework")
and i cant get the function compile-file to work right and produce
correct .zo files.
Anyone can help me with this?
Thanx