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

Re^3: Perl install ignores -Dprefix

by Khen1950fx (Canon)
on May 22, 2014 at 20:50 UTC ( [id://1087137]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Perl install ignores -Dprefix
in thread Perl install ignores -Dprefix

Is /app/perl a directory? I usually unpack a perl tarball then rename the directory to the perl version number that I just unpacked as the installation prefix. For example:
mv /opt/perl444-27-O1-5.20.0-RC1 /opt
perl444 stands for perl using gcc-4.4.4; the 27 represents the OS which is the 2.6.27 kernel; O1((that's capital O followed by 1) stands for the optimization flag that I will use; lastly, the version number which I'm using. Next, you probably should set the path for your compiler and its library:
export CC=/opt/444/bin/gcc export LD_LIBRARY_PATH=/usr/local/lib
Then change directory:
cd /opt/perl444-27-O1-5.20.0-RC1
Now, following Corion's advice:
./Configure -Dcc=/opt/444/bin/gcc -Dprefix=/opt/perl444-27-O0-5.20.0-R +C1 -DDEBUGGING
Hit Enter and it starts the configuration.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (4)
As of 2024-03-28 14:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found