Skip Menu |

This queue is for tickets about the SAP-Rfc CPAN distribution.

Report information
The Basics
Id: 71732
Status: new
Priority: 0/
Queue: SAP-Rfc

People
Owner: Nobody in particular
Requestors: xrgtn [...] yandex.ru
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.55
Fixed in: (no value)



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