chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] Is there interest in this Prolog interpreter package


From: Evan Hanson
Subject: Re: [Chicken-users] Is there interest in this Prolog interpreter packaged as an egg?
Date: Mon, 22 Feb 2016 09:28:38 +1300

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]