From: Josef on
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
Loadlibrary support for all 64 bit platforms was added in R2008a so the simplest solution is to upgrade.