How to cross compile to install the 32-bit RV Perl library on a 64-bit Linux box?

How to cross compile to install the 32-bit RV Perl library on a 64-bit Linux box?

book

Article ID: KB0088513

calendar_today

Updated On:

Products Versions
TIBCO Rendezvous -
Not Applicable -

Description

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.

Issue/Introduction

How to cross compile to install the 32-bit RV Perl library on a 64-bit Linux box?