I downloaded the latest snapshot from:
http://www.wgz.org/chromatic/perl/sdl/

And I have been trying to get it to install on OS X 10.3.  I have
installed the Darwin Ports SDL libs, and they are located in /opt/local.
 In order to build, I had to add the /opt directories directly to the
 build script script, as the -with-sdl= syntax did not work.

I have successfully built the libs, but any program using SDL.pm
produces the following errors:
../blib/arch/auto/SDL_perl/SDL_perl.bundle undefined reference to
_InitFont expected to be defined in a dynamic image
../blib/arch/auto/SDL_perl/SDL_perl.bundle undefined reference to
_PutString expected to be defined in a dynamic image
../blib/arch/auto/SDL_perl/SDL_perl.bundle undefined reference to
_filledpieColor expected to be defined in a dynamic image
../blib/arch/auto/SDL_perl/SDL_perl.bundle undefined reference to
_filledpieRGBA expected to be defined in a dynamic image

My first guess was that this was a problem with SFont symbols not being
resolved, but I have made sure that -lSFont was used in the linking
stage, and I have a libSFont.a in place.  This did not solve the
problem.

Any help or suggestions would be appreciated.

Thanks,

Erik Johnson

Reply via email to