On Mon, Nov 09, 2009 at 12:03:04PM +1100, Sisyphus wrote:
> Can you check (in t/slatec.t) to see what $@ contains from the attempt to 
> 'use PDL::Slatec;' ?

err. yes, this brought the issue up: to avoid the build-dependency on
ExtUtils::F77, there was a hand-crafted f77conf.pl in debian, which I adapted
to gfortran when g77 became obsolete.
well. I changed the compiler name, but not the list of libraries to be
linked. Thus, the fortran libraries were not linked against libgfortran.so.3,
which made the dynaloader choke in case of PERL_DL_NONLAZY=1, as it could not
resolve some fortran string-processing functions.
fixing this and making a new upload.

-- 
c u
henning

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

Reply via email to