Friedrich Gottelt
unread,Mar 2, 2007, 3:43:16 AM3/2/07You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
I want to use some Fortran-Code from Matlab using a Mex-file. This
worked well under linux 32bit. But when I changed to 64bit Linux
involving 64bit MAtlab, I get a segmentation fault when calling that
mex. The Compilation with mex is obviously completed withaout any
error and a *.mexa64 is created. It seems that the last action before
crashing is calling the matlab function mxgetM in the gateway
routine. Is there anything to regard when using this function under
64bit operating systems??
TThanks in advance, Friedrich