Hi Bruce, Bruce Korb <bk...@gnu.org> writes:
> On Tue, Sep 7, 2010 at 3:19 PM, Ludovic Courtès <l...@gnu.org> wrote: >> >> Both problems mean that libltd.so isn’t in the loader’s search path >> ($LD_LIBRARY_PATH). In 1.8 ‘configure’ wrecks havoc when libltdl.so >> isn’t found, instead of actually diagnosing this. >> >> At any rate, adding libltdl.so’s directory to the loader’s search path >> should fix it. > > I will try reconfiguring with LD_LIBRARY_PATH set, but I *CAN* link > programs without having to set that. Yes, but then they will most likely fail to run, and there are actually a few AC_RUN_IFELSE in ‘configure.ac’, which would consequently fail, too. Thanks, Ludo’.