Re: [Module::Build] Module-Build-0.21 on OS/2
Status: Beta
Brought to you by:
kwilliams
|
From: Ilya Z. <nos...@il...> - 2003-12-21 08:43:46
|
On Sat, Dec 20, 2003 at 09:35:10AM -0500, Randy W. Sims wrote: > If the link_c() sub is not correct, it would be best to remove it from > the patch. Doesn't OS/2 perl use static linking for perl modules? On OS/2 Perl is built in many flavors. The main one uses DynaLoading. One of the others is statically built. With statically build one, the supplied link_c() may be working (have no time to test this). > Can you provide a dump of your Config.pm to help porting? All the flavors use the same Config.pm (they switch the values basing on configuration variables/functions available via OS2:: namespace). So be prepared that the same Config.pm may provide radically different answers. ;-) Yours, Ilya |