Hi,

I am trying to package SDL_perl games.

here is how I package them:

 pp -l /usr/local/lib/libSDL.so -l /usr/local/lib/libSDL_gfx.so -l
/usr/lib/libc.so -o shooter shooter.pl

you can get these things by install

Alien::SDL, http://github.com/kthakore/SDL_perl/tarball/redesign and
http://gist.github.com/301949

here are the package generated

http://sdlperl.ath.cx/releases/shooter64.tar.gz
http://sdlperl.ath.cx/releases/shooter32.tar.gz

When other users run it I get errors like

./shooter
IO object version 1.25 does not match bootstrap parameter 1.23_01 at
/usr/lib/perl/5.10/DynaLoader.pm line 219.
Compilation failed in require at /usr/lib/perl/5.10/IO/Handle.pm line 9.
BEGIN failed--compilation aborted at /usr/lib/perl/5.10/IO/Handle.pm line 9.
Compilation failed in require at /usr/lib/perl/5.10/IO/Seekable.pm line 9.
BEGIN failed--compilation aborted at /usr/lib/perl/5.10/IO/Seekable.pm line 9.
Compilation failed in require at /usr/lib/perl/5.10/IO/File.pm line 11.
BEGIN failed--compilation aborted at /usr/lib/perl/5.10/IO/File.pm line 11.


Compilation failed in require at -e line 351.

Reply via email to