Hi all:

Makefile.PL and Lib/Slatec/Makefile.PL by swapping

$ENV{HOSTTYPE}=~m/x86_64/
for
$Config{archname}=~m/x86_64/

for setting the -fPIC compiler flag to get it to compile.  I would
recommend making this change because $ENV{HOSTTYPE} behaves differently
under different shells and circumstances--it is just cleaner to use
$Config.

I'll check this change in if there are no objections.

(Debian testing x86_64)

If possible, yes, check this in (I have to do these modifications).

Done.


_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl

Reply via email to