On Thu, 2004-11-25 at 14:21, javier bellido wrote:
> Well, thanks for your earlier help but I'm still in troubles with
> sdl_perl.
> 
> I tried to build the trunk snapshot
> 
> "perl Build.PL" goes ok but when trying to build I've got the next
> error:
> 
> choco:/home/pelle/descargas/trunk# ./Build 
> cc -shared -L/usr/local/lib -o blib/arch/auto/SDL_perl/SDL_perl.so
> src/SDL_perl.o -L/usr/lib -lSDL -lpthread -lpng -lSDL -lSDL_ttf
> -lSDL_image -lSDL_gfx -ljpeg
> /usr/bin/ld: no se puede encontrar -lSDL -lpthread
> collect2: ld devolvià el estado de salida 1
> error building .so file from 'src/SDL_perl.o'
> at /usr/share/perl5/Module/Build/Base.pm line 2505.
> 
> I've installed all the SDL and SDL-dev stuff but nothing changes.
> 
> Any ideas?

My Spanish sucks, but The Fish tells me that this means it can't find
the libraries.  Where are the SDL libraries installed?  The build script
is looking for them in /usr/lib and /usr/local/lib.  Are they readable
by the user who is trying to compile sdlperl?

Reply via email to