bug#26240: Guile doesn't search for libraries installed in /usr/lib64

2017-04-19 Thread Andy Wingo
On Fri 24 Mar 2017 17:59, "Stewart, Adam James" writes: > $ ls -l /usr/lib64/libltdl.so.7* > lrwxrwxrwx 1 root root 16 Feb 27 11:19 /usr/lib64/libltdl.so.7 -> > libltdl.so.7.3.0 > -rwxr-xr-x 1 root root 41248 Feb 16 2016 /usr/lib64/libltdl.so.7.3.0 > > Do you have any suggestions as to how I can

bug#26240: Guile doesn't search for libraries installed in /usr/lib64

2017-03-24 Thread Stewart, Adam James
Hi, I'm trying to build Guile 2.2.0 on CentOS 7.3 with GCC 4.8.5. During configure, I see the following error message: checking for libltdl... no configure: error: GNU libltdl (Libtool) not found, see README. I do have libtool installed on my system: $ which libtool /usr/bin/libtool $ libtool