Subject: | ExtUtils::MakeMaker didn't recognize *.so under AIX (maybe other systems, too?) |
On AIX compiling with xlc I've seen, that sapnwrfc always failed to
append -lsapnwrfc and -lsapucum. Both are binary shared objects
delivered by SAP AG without a corresponding *.a.
$Config{lib_ext} = '.a' --> don't find libsapnwrfc.so
I added a patch which looks for $thislib.$Config{dlext} - if
$Config{dlext} defined ...
Subject: | patch-ae |
Message body not shown because it is not plain text.