Hello, I've noted that most Guile 1.3.4 RPMS include a broken libguilereadline.so.0.0.0, and have traced the problem back to guile: ./configure --with-threads make make install-strip Essentially, if I compile without the --with-threads option, I get a working libguilereadline.so.0.0.0 file, which is 206425 bytes in size according to ls -l. If I compile with the --with-threads option, I get a broken libguilereadline.so.0.0.0, which is only 16708 bytes in size. The larger one works with Guppi (a program which uses Guile) but the smaller one causes it to complain about undefined symbols. So I can get either working Guile-Readline or QuickThreads. I was building RPMS, but I don't think that would affect it. If you need more information, please contact me ([EMAIL PROTECTED]). Thanks! --Kenny Graunke : )
