Timo Myyrä <timo.my...@bittivirhe.fi> writes: > Here is updated diff which removes the symlink. Note that with this we > need to patch the ecl source as it checks library directory based on the > libecl.so location. Added simple patch to fix it by skipping the symlink > check. > > timo
I've re-built the consumers (math/maxima, net/clic) and they're working. I've also played with quicklisp and tinmop (not packaged, unfortunately doesn't run with ecl but depends on a number of libraries from ql.) My issue with clic was that pkg_add left libecl-so.0.7 and click was linked against that but built with the newer headers. On a clean build with only the 0.8 library it builds, links and works correctly. committed, thanks!