Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com From: "Kevin Wright" To: Subject: Problems with gnome-lib opening a shared lib Date: Wed, 10 May 2000 17:12:05 -0600 Message-ID: <001f01bfbad5$28447a40$ad1661c7@holstein-mobile.ASPECTDV.COM> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3612.1700 Importance: Normal Hello, I was wondering if anyone had successfully built gnome-libs on cygwin. I have managed to get it to compile but have the following run-time problem: /usr/local/src/gnome-libs-1.0.58/libgnorba/ ./goad-browser.exe /convert: No such file or directory WARNING: previous dlopen of e:\usr\local\lib\libimlib-ppm.so wasn't correctly performed gdk_imlib ERROR: Cannot load image: /usr/local/share/pixmaps/yes.xpm All fallbacks failed. I've searched though the code trying to find the problem and I believe it's caused by code in the goad.c file: #ifdef RTLD_GLOBAL handle = dlopen(libname, RTLD_GLOBAL | RTLD_LAZY); #else handle = dlopen(libname, RTLD_LAZY); I've tried patching it for cygwin with no luck. If anyone has any ideas, I'd be greatful. Thanks, --Kevin Wright Mountain View, CA -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com