Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Compiling perl both 32 bit and 64 bit

by Perlbotics (Archbishop)
on Mar 05, 2020 at 17:43 UTC ( [id://11113865]=note: print w/replies, xml ) Need Help??


in reply to Compiling perl both 32 bit and 64 bit

You could pack both versions into a single archive/package using dedicated temporary paths (properly relocated to be installed under /usr/local/perl) for 32bit and 64bit versions. Then, the install script would select the appropriate path for the given architecture (i.e. uname) and install it under the correct destination directory (/usr/local/perl). Normally, you would have two separate RPMs, one for each architecture.

  • Comment on Re: Compiling perl both 32 bit and 64 bit

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11113865]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (4)
As of 2024-04-25 09:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found