On Mon, 2010-11-29 at 15:44 -0500, Bradley Lucier wrote:
(gambc-cc "dyn" output: (path-expand (string-append r6rs-result ".o1")) input-files: (append (map (lambda (f) (string-append f ".c")) modules) (list link-file)))
I see now that gambc-cc is defined in primitives.scm as a "smart" compilation command and that perhaps it isn't getting the environment right. I'll have to look at it some more.
Brad