Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
Summary: Review Request: tcl-thread - Thread extension for Tcl
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=213180
------- Additional Comments From wart@kobold.org 2006-11-02 17:25 EST ------- This does not build properly on x86_64 in mock. It seems that the configure script is written to only look for libgdbm.so in /usr/lib, not /usr/lib64. You might try adding '--with-gdbm=%{_libdir}' to %configure, or modifying the configure script to look for the library in ${libdir}.