> <
ralph.moeritz@outlook.com<mailto:
ralph.moeritz@outlook.com>> wrote:
> I just downloaded MKCL-1.1.0 & tried compiling a small "Hello, world"
> program on Windows without success. Here's what I tried:
>
> 1. Add "C:\Program Files\MKCL 1.1\bin" to my PATH.
> 2. Run `mkcl -not-fasl-p -compile hello.lisp` which produces lisp.o
> 3. Now what? I've tried to link using `gcc -o hello.exe hello.o
> -lmkcl_1.1.0` which produces an error:
>
> Such a direct call to gcc cannot work with a ".o" produced by the MKCL
> compiler (see [1] below as to why).
Ah! Thanks for elaborating.