|
Prev: Solving Ax=b for large sparse matrix(1e+6 X 1e+5) and cholinc failure
Next: impulse response of halfband filter design
From: Josef on 7 May 2008 12:24 Dear all, I have received an external fortran library with matlab wrappers. It works fine on a linux32 bit architecture but on linux64 when loadlib.m tries to load the library it checks for PCWIN|GLNX86 otherwise it issues a warning: "Warning: Shared libraries are not supported on this platform. Functions that do not have a mexFunction signature may have unpredictable results". And indeed, the functions from the shared library don't work. Can someone help me please or point to instructions for a workaround? Thanks, Josef Version = 7.3.0.298 (R2006b)
From: Philip Borghesani on 7 May 2008 15:24
Loadlibrary support for all 64 bit platforms was added in R2008a so the simplest solution is to upgrade. |