Products | Versions |
---|---|
TIBCO Rendezvous | - |
Not Applicable | - |
Resolution:
Description:
= = = = = = =
How to cross compile to install the 32-bit RV Perl library on a 64-bit Linux box?
Resolution
========
Run ‘perl Makefile.PL CCCDLFLAGS="-fPIC -m32" LIBS="-L${TIBRV_DIR}/lib -ltibrv" LDDLFLAGS="-shared -m32"’ instead of ‘perl Makefile.PL” to generate the appropriate Makefile to build a 32bit module on a 64bit host.
Also, we provide our Perl modules and the make environment as source, so you can modify them in whatever manner you see fit.