So I've run into a problem where the 64-bit guile build fails for me on a build 118 box because configure links an executable against libltdl, and fails when running that executable, because the 64-bit libltdl isn't available for that build.
It looks like guile was delivered in build 119, as was the 64-bit libltdl. Which is kinda funny, because it's not clear to me how guile could have built. Then I see a follow-up fix that removes some skanky hack to force the proto area into LD_LIBRARY_PATH. But I still don't see how the gate could have built in that state. I can simply copy the library into /usr/lib/64 on my machine from the proto area, but is there an official way this is supposed to build? I don't see anything on the build issues page that talks about guile or libtool. Thanks, Danek
