This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Problems with gnome-lib opening a shared lib


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@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]