John Comeau wrote: > Rob- > > I didn't have either lapack or blas installed, and after I installed > them, I got a different error in one of the commands of 'make test' on > PDL::LinearAlgebra: > > $ perl -Mblib t/1.t > perl: symbol lookup error: /usr/lib/atlas/liblapack.so.3gf: undefined > symbol: _gfortran_pow_r8_i4 > > There are a lot of discussions about the missing symbol > _gfortran_pow_r8_i4 on the web, and the recommendation is that one > uninstall g77 and install gfortran instead. So I uninstalled g77 and > reinstalled gfortran but still got the same error about > _gfortran_pow_r8_i4 . > > Regards, > John >
You've progressed from missing the LAPACK/BLAS library to just missing the gfortran runtime library. Try compiling a hello, world type fortran program with gfortran and see whether all the libs get pulled in ok. --Chris _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
