adtools / os4sdl

Automatically exported from code.google.com/p/os4sdl
GNU Lesser General Public License v2.1
2 stars 2 forks source link

Missing libdl support #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I've compiled libSDL_image-1.2.so but when I try to use showimage which is 
compiled with it it gives this error:
11.> showimage protrekkr.png 
Couldn't load protrekkr.png: Failed loading libpng.so.15: SDL_LoadObject() not 
implemented

This is using the latest SDL verion from this site. Looks like the libdl 
support is not enabled ATM. Can this be fixed for the next release maybe?

From googling it seems that the configure option for enabling this feature is 
"--enable-dlopen".

Original issue reported on code.google.com by fred...@a500.org on 26 Apr 2012 at 7:57

GoogleCodeExporter commented 9 years ago
The SVNr49 release now in the downloads should have this enabled, but it is not 
tested. Please let me know how you get on with it.

Original comment by p...@petergordon.org.uk on 19 Aug 2012 at 8:10