Subject: | unicode build is broken: -lsapu16 is ignored |
Hello,
SAP::Rfc unicode build is broken, because -lsapu16 linker option is
ignored. The option is ignored not by Makefile.PL itself, but by
MakeMaker::WriteMakefile() subroutine, because path (-L) to libsapu16.so
comes after -lsapu16 flag:
Note (probably harmless): No library found for -lsapu16
As a workaround, I put -L option into --addlibs:
--addlibs="-L$HOME/sap/nwrfcsdk7.10x86-64/lib -lsapu16", and the
resulting Rfc.so works then.
--
WBR,
xrgtn