in reply to Perl install ignores -Dprefix
The proper way to configure Perl is not to call ./configure.gnu but ./Configure:
/bin/sh ./Configure -de -Dprefix=/app/perl -Dusethreads -Duse64bitall +-Dcc=/app/sfw/gcc
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Perl install ignores -Dprefix
by Anonymous Monk on May 22, 2014 at 14:30 UTC | |
by Khen1950fx (Canon) on May 22, 2014 at 20:50 UTC | |
by Anonymous Monk on May 22, 2014 at 20:10 UTC |