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.
When I run Build I get this:
[EMAIL PROTECTED]:/Users/dfreed/sourcecode/Alien-wxWidgets-0.32]
$ perl Build
Copying lib/Alien/wxWidgets/Utility.pm -> blib/lib/Alien/wxWidgets/
Utility.pm
Copying lib/Alien/wxWidgets.pm -> blib/lib/Alien/wxWidgets.pm
-lwxtiff-2.8 at inc/My/Build/Any_wx_config_Bakefile.pm line 25.
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.
Thanks for any thoughts.
Dan Freed