chicken-users
[Top][All Lists]
Advanced

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

Re: How to get a useful repl with Chicken 5?


From: Vasilij Schneidermann
Subject: Re: How to get a useful repl with Chicken 5?
Date: Sat, 1 Feb 2020 02:06:17 +0100

Hello again,

> I'll try to reproduce the issue with Ubuntu 18.04 in a Docker container
> or something.

Turns out that for some forsaken reason Ubuntu does neither provide a
`readline.pc` nor uses a reasonable path for headers and libraries.
There are two ways of working around this, one is setting up a
`readline.pc` as described in
<https://www.marache.net/post/readline-pc.html>, the other one is to
pass the flags shown there via `READLINE_CFLAGS` and `READLINE_LDLIBS`
at installation time:

    export READLINE_CFLAGS=-I/usr/include/readline
    export READLINE_LDLIBS=-lreadline
    chicken-install breadline

Vasilij

Attachment: signature.asc
Description: PGP signature


reply via email to

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