--- src/tools/qlibrary_unix.cpp.orig 2003-01-26 11:31:23.000000000 +0100 +++ src/tools/qlibrary_unix.cpp 2003-01-26 11:31:40.000000000 +0100 @@ -141,12 +141,12 @@ if ( !pHnd ) return TRUE; - if ( dlclose( pHnd ) ) { +// if ( dlclose( pHnd ) ) { #if defined(QT_DEBUG) || defined(QT_DEBUG_COMPONENT) - qWarning( "%s", dlerror() ); +// qWarning( "%s", dlerror() ); #endif - return FALSE; - } +// return FALSE; +// } pHnd = 0; return TRUE;