-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Labels
CMakeSomething that requires CMake know-howSomething that requires CMake know-how
Description
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-howSomething that requires CMake know-how