On 2016-02-21 15:21, Jeronimo Pellegrini wrote:
> (compile -X r7rs -R r7rs -s -O2 "pll.scm"          -unit pll)
> (compile -X r7rs -R r7rs -s -O2 "pll.import.scm"   -unit pll)

You shouldn't use "-unit pll" here. That's what's causing the error, and
in this simple case where you're compiling a more-or-less standard
extension that provides shared libraries, you don't need it.

The software looks very cool, by the way. Thank you for packaging it.

Cheers,

Evan

_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to