> I'm having some problems building wxperl against a static compile of > wxWidgets on OS X Leopard. I can Alien and wxPerl to compile fine > when wxWidgets is compiled as a dynamic library, but Alien will not > compile and install when it is compiled statically.
I can't remember if I ever tested A::w with a static build, however... > Does anyone have any thoughts as to what I would need to do to build > it as a static library? I want to be able to build an application > bundle that is self contained without any external dependancies. I > have it nearly working, but when I use a the dynamic wx libs, and > include them in my package, they get ignored. My app looks for them > in the /usr/lib directory. There is a tool included in PerlWrapper that can be used to relocate library references so that they point to Contents/Resources/Libraries (or whatever). I am using it to ship a self-contained bundle using dynamic libraries. HTH Mattia
