|
|
Re: mex - matlab calls fortran which calls matlab which calls fortran - is it possible?
Posted:
Oct 9, 2009 7:27 AM
|
|
I compile with
mex -f /home/catalanom/.matlab/R2006a/mexopts.sh mexeng.F -L/usr/local/matlab7/usr/local/matlab7/bin/glnx86/libeng.lib
I run
y=mexeng(1)
but I get
??? Invalid MEX-file '/home/catalanom/Scrivania/provaF/mexeng.mexglx': /home/catalanom/Scrivania/provaF/mexeng.mexglx: undefined symbol: engopen_.
What could be the problem?
|
|