RE: [Module::Build] Problem building XS modules on AIX
Status: Beta
Brought to you by:
kwilliams
|
From: James.FitzGibbon <Jam...@ta...> - 2003-11-17 19:02:47
|
> > Any feedback appreciated. > >=20 > I'm the one who wrote Windows.pm. Can you post your perl Config.pm.=20 > Other than calling Mksymlists, it looks like we need to do some variable=20 > substitutions on some of the $Config variables, and I'll need to see=20 > Config.pm to know which ones. I'll spare list bandwidth by sending the config output direct to you. I had gotten things a bit closer by copying the technique you use in Windows.pm. Basically add a prelink_c to M::B::Base with an empty stub and then make an AIX platform that tries to do what Windows::prelink_c() does, but the variable substitution part is still dogging me. I presume it's something similar to your format_compiler_cmd() subroutine as opposed to setting something in the environment based upon values from Config? Thanks. --=20 j. |