|
From: Raymond T. <ray...@er...> - 2004-12-20 18:39:22
|
>>>>> "rif" == rif <ri...@MI...> writes:
rif> Once matlab is loaded, I have a file where I def-fortran-routine
rif> dpotrf. This scheme works fine on my laptop, but on the other
rif> machine, when I try to load this file, I get the error:
rif> Undefined foreign symbol: "dpotrf_"
rif> [Condition of type KERNEL:SIMPLE-PROGRAM-ERROR]
This sounds like dpotrf is not in the matlisp LAPACK/BLAS library.
Are you sure both platforms have identical libraries? It may happen
that we don't compile all the LAPACK routines if we don't have a
matlisp interface to them.
Ray
|