in reply to Re^2: Module::Build users -- please use the "traditional" create_makefile_pl option (no AIX?)
in thread Module::Build users -- please use the "traditional" create_makefile_pl option
AIX also massages some very naughty bits (MakeMaker macro variables) in $Config{lddlflags} that should never have been put there, but alas, they're there, so we find & resolve them.
My email at the time says these were getting passed to the linker without being interpolated (during a 'make test' of Module::Build). So either it's an AIX/perl issue or Module::Build was making assumptions it shouldn't have.
|
|---|