Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^2: porting C code to Perl

by marioroy (Prior)
on Oct 25, 2017 at 09:23 UTC ( [id://1202002]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    PREFIX="/usr/local"
    
    ...
       --build="${TRIPLE}" --prefix="${PREFIX}" --disable-shared --enable-
    +static \
       --enable-cxx --enable-assembly --enable-fft
    
  2. or download this
    cd gmp-6.1.2
    sh /path/to/configure-gmp.sh
    ...
    
    sudo make install-strip
    
  3. or download this
    PREFIX="/usr/local"
    
    ...
       --disable-dependency-tracking --disable-assert --enable-thread-safe
    + \
       --with-gmp="${PREFIX}"
    
  4. or download this
    cd mpfr-3.1.2
    patch -N -Z -p1 < /path/to/allpatches.txt
    ...
    
    sudo make install-strip
    
  5. or download this
    $ time /opt/perl-5.26.1/bin/perl -Mntheory=:all -E 'say Pi(1e6)' | wc 
    +-c
     1000002
    ...
    user  0m1.408s
    sys   0m0.017s
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (3)
As of 2024-04-16 10:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found