Re: [Module::Build] Problem building XS modules on AIX
Status: Beta
Brought to you by:
kwilliams
|
From: Randy W. S. <Ra...@Th...> - 2003-11-17 18:42:23
|
James.FitzGibbon wrote: > If I grep through the M::B source, the only platform that even touches > EU::Mksymlists is Windows. On UNIX platforms, > including AIX, there is no procedure to generate that file. > > Is there any simple way to make this work on AIX? In looking at the > v0.21 code, the Windows version of link_c > calls prelink_c to generate the symbols, but prelink_c seems to make > some very Windows-specific decisions > about the names of the files to generate. > > Any feedback appreciated. > Hi James, I'm the one who wrote Windows.pm. Can you post your perl Config.pm. Other than calling Mksymlists, it looks like we need to do some variable substitutions on some of the $Config variables, and I'll need to see Config.pm to know which ones. Thanks, Randy. |