| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT sourceware DOT cygnus DOT com> |
| List-Archive: | <http://sourceware.cygnus.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT sourceware DOT cygnus DOT com> |
| List-Help: | <mailto:cygwin-help AT sourceware DOT cygnus DOT com>, <http://sourceware.cygnus.com/ml/#faqs> |
| Sender: | cygwin-owner AT sourceware DOT cygnus DOT com |
| Delivered-To: | mailing list cygwin AT sourceware DOT cygnus DOT com |
| From: | "Kevin Wright" <kwright AT aspectdv DOT com> |
| To: | <Cygwin AT sourceware DOT cygnus DOT com> |
| 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 |
| 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
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |