[uClibc]Help with SDL_image

Erik Andersen andersen at codepoet.org
Mon Aug 26 20:23:49 UTC 2002


On Mon Aug 26, 2002 at 01:57:00PM -0600, Jason Bodnar wrote:
> > Basically -- every library listed above (including libX11 and
> > friends) needs to be compiled vs uclibc and installed into
> > /home/jbodnar/projects/mp3/build/i386-linux-uclibc/lib so that
> > it can be located, and the header files for each library need to
> > be installed under
> > /home/jbodnar/projects/mp3/build/i386-linux-uclibc/include
> 
> I copied all the libSDL*.so*, libz*.so* and libpng*.so* files to
> /home/jbodnar/projects/mp3/build/i386-linux-uclibc/lib and the header files
> for each of the libs to
> /home/jbodnar/projects/mp3/build/i386-linux-uclibc/include.
> 
> Now when I run ldd on the resulting .so I get:
> 
> $ ../i386-linux-uclibc/usr/bin/ldd .libs/libSDL_image.so 

I suggest you check each library you listed and be sure it
is installed in the right spot.  Also, run 'ldd' on each
library, since it looks like one of the libraries you think
is compiled vs uClibc is somehow linked vs glibc (or linked
to a library that is linked vs glibc),

 -Erik

--
Erik B. Andersen             http://codepoet-consulting.com/
--This message was written using 73% post-consumer electrons--



More information about the uClibc mailing list