Problems with fortran mex on MACOSX Leopard
- From: "Ibon " <bustinduy8.nospam@xxxxxxxx>
- Date: Wed, 31 Oct 2007 14:36:38 +0000 (UTC)
Recently I upgraded from Tiger to Leopard MACOSX, and when I try to call –
already tested MEX files on MACOSX Tiger–, they simply crash.
I cannot even compile the first example included in the documentation:
'timestwo.F' properly, I used different configuration 'mexopts.sh' files: for
g95, gfortran and ifort compilers (which works perfectly well with MACOSX
Tiger):
%--- Using g95:
/sw/lib/odcctools590/bin/ld: /usr/lib///libm.dylib unknown flags (type) ofmex timestwo.F
section 6 (__TEXT,__dof_plockstat) in load command 0
/sw/lib/odcctools590/bin/ld: /usr/lib///libmx.dylib segment __TEXT
contains no sections and can't be link-edited
/sw/lib/odcctools590/bin/ld: /usr/lib///libSystem.dylib unknown flags (type)
of section 6 (__TEXT,__dof_plockstat) in load command 0
mex: link of 'timestwo.mexmaci' failed.
??? Error using ==> mex at 206
Unable to complete successfully.
%--- Using gfortran:
ld: warning, duplicate dylib /usr/local/lib/libgcc_s.1.dylibmex timestwo.F
HOWEVER when I try to run it, IT CRASHES.
%--- Using ifort:
ifort: error #10106: Fatal error in /opt/intel/fce/10.0.016/bin/fpp,mex timestwo.F
terminated by segmentation violation
mex: compile of 'timestwo.F' failed.
??? Error using ==> mex at 206
Unable to complete successfully.
NOTE:
-The example code can be found typing:
edit([matlabroot '/extern/examples/refbook/timestwo.F']);
-I am using MATLAB Version 7.4.0.287 (R2007a)
Any suggestions?
Thank you very much indeed.
.
- Prev by Date: New figure window popup
- Next by Date: desing bandpass filter for EMG signal
- Previous by thread: New figure window popup
- Next by thread: desing bandpass filter for EMG signal
- Index(es):
Relevant Pages
|