On 10/15/2011 5:34 PM, dpath2o wrote:
Joel, Rob, and Chris,

Thank you for your assistance. I want to answer your queries:
1.) I do have ExtUtils::F77 installed
2.) I looked at the Makefile.PL for PDL::Slatec and I'm not seeing anything
obvious
3.) I ran perl -MExtUtils::F77 e 1 and got the following results:
ExtUtils::F77: Version 1.17
Loaded ExtUtils::F77 version 1.17
Found compiler g77
ExtUtils::F77: Using system=Darwin compiler=GNU
Runtime: -L/usr/local/lib/gcc/i686-apple-darwin8.8.1/3.4.0/../../..
-L/usr/lib -lg2c -lm
ExtUtils::F77: Validating
-L/usr/local/lib/gcc/i686-apple-darwin8.8.1/3.4.0/../../.. -L/usr/lib -lg2c
-lm   [ok]
ExtUtils::F77: Compiler: g77
ExtUtils::F77: Cflags:
Should there be Cflags?
4.) I'm trying to build PDL version 2.4.9
5.) SciPDL installs on my machine, here is the result when running ``pdl''
or ``pdl2'' from the command line:
perlDL shell v1.354
  PDL comes with ABSOLUTELY NO WARRANTY. For details, see the file
  'COPYING' in the PDL distribution. This is free software and you
  are welcome to redistribute it under certain conditions, see
  the same file for details.
ReadLines, MultiLines  enabled
Reading PDL/default.perldlrc...
WARNING: Error loading PDL: 'Can't locate PDL/default.perldlrc in @INC (@INC
contains: /Library/Perl/5.12/darwin-thread-multi-2level /Library/Perl/5.12
/Network/Library/Perl/5.12/darwin-thread-multi-2level
/Network/Library/Perl/5.12
/Library/Perl/Updates/5.12.3/darwin-thread-multi-2level
/Library/Perl/Updates/5.12.3
/System/Library/Perl/5.12/darwin-thread-multi-2level
/System/Library/Perl/5.12
/System/Library/Perl/Extras/5.12/darwin-thread-multi-2level
/System/Library/Perl/Extras/5.12 .) at (eval 8) line 1.
' - trying blib.
WARNING: PDL startup not found only plain perl available


This seems like it might be a case of multiple
copies of perl/PDL with different versions and
paths conflicting.  You might try checking for
that.

--Chris

Note: AutoLoader not enabled ('use PDL::AutoLoader' recommended)

I'm basically at a loss for the moment.

Cheers,
Dan


On 16 October 2011 01:07, chm<[email protected]>  wrote:

Does SciPDL work on your system?  You don't say
what version of PDL you are trying to install...

  
http://mailman.jach.hawaii.**edu/pipermail/perldl/2011-May/**005039.html<http://mailman.jach.hawaii.edu/pipermail/perldl/2011-May/005039.html>

N.B. I'm not a Mac user, just trying to help.

--Chris


On 10/15/2011 6:14 AM, dpath2o wrote:

Hi,

I'm having very big problems installing PDL with PDL::Slatec enabled. The
failure that I get is that the Slatec libraries were compiled/installed as
32-bit. I can't seem to find an easy to download and compile Slatec from
netlib.org (there all listed as individual links ... hundreds of them). I
haven't tried to ftp mget on this netlib.org directory. Possibly that is
a
solution, but I think this is leading me down a blind alley.

I'm using Perl 5.12.3

I have tried installing with cpanminus (cpanm) with no success as well. In
fact that konks-out here:
ld: warning: ignoring file /opt/local/lib/libgsl.dylib, file was built for
unsupported file format which is not the architecture being linked (i386)
ld: warning: ignoring file /opt/local/lib/libgslcblas.**dylib, file was
built
for unsupported file format which is not the architecture being linked
(i386)
chmod 755 ../../../../blib/arch/auto/**PDL/GSLSF/ZETA/ZETA.bundle
cp ZETA.bs ../../../../blib/arch/auto/**PDL/GSLSF/ZETA/ZETA.bs
chmod 644 ../../../../blib/arch/auto/**PDL/GSLSF/ZETA/ZETA.bs
Manifying ../../../../blib/man3/PDL::**GSLSF::ZETA.3pm
****
  Skipping build of PDL::FFTW.
****
make[3]: Makefile: No such file or directory
make[3]: *** No rule to make target `Makefile'.  Stop.
make[2]: *** [subdirs] Error 2
make[1]: *** [subdirs] Error 2
make: *** [subdirs] Error 2
FAIL
! Installing PDL failed. See /Users/dpath2o/.cpanm/build.**log for
details.

Possibly I need to completely re-install all of my macports libraries,
however, these were all built on this computer so I'm not understanding
why
anything is 32-bit.

Maybe someone here has had a similar problem.

Comments thoughts welcome.

Cheers,
Dan

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

Reply via email to