Skip to content

in CMake READLINEDIR is not well enforced #2048

@alaingdl

Description

@alaingdl

We do have to cleanup/improve the way readline is included in GDL.

The problem happens with the current Git version, on OSX & Linux.
I suspect it is just a small problem in the files related to CMake

I did compile locally a Readline from TGZ (configure -prefix=$PWD/Compilation & make & make install)

If I put cmake .. -DQHULL=off -DREADLINEDIR=/home/alain/GDL/Readline8.3/readline-8.3/Compilation
at the end the link is with the "official" one, not the local one :

ldd src/gdl  | grep readl
	libreadline.so.8 => /lib/x86_64-linux-gnu/libreadline.so.8 (0x0000738ab5d0a000)

This is quite important because we do have a problem on OSX with the current Readline coming with Brew.

Metadata

Metadata

Assignees

Labels

CMakeSomething that requires CMake know-how

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions