Hi, Philippe Schaffnit <[EMAIL PROTECTED]> writes:
> I'm trying to build guile under SGI Irix, and the configure script > complains with > > checking how to hardcode library paths into programs... immediate > checking for lt_dlinit in -lltdl... no > configure: error: libltdl not found. See README. > > Well... that's not entirely true: I've just installed LibTool, and > libltdl.so|libltdl.a are in the LD_LIBRARY_PATH! Unfortunately I'm not > able to find a workaround for that. You should look at `config.log': Right below this error, it should contain the C program whose compilation failed (and led `configure' to think `libltdl' is not available) as well as the compilation command that was used. If it does not provide any obvious clue, you can send it here, of course. Thanks, Ludovic. _______________________________________________ Bug-guile mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-guile
