[18689] in Athena Bugs
Re: linux 8.4.0: matlab
daemon@ATHENA.MIT.EDU (Alex T Prengel)
Thu Jan 25 13:38:55 2001
Message-Id: <200101251838.NAA27673@astrophel.mit.edu>
To: jakane@MIT.EDU
cc: alexp@MIT.EDU, bugs@MIT.EDU, ajfox@MIT.EDU
In-reply-to: "[18684] in Athena Bugs"
Date: Thu, 25 Jan 2001 13:38:50 -0500
From: Alex T Prengel <alexp@MIT.EDU>
Hello Jonathan,
You report:
>What were you trying to do?
>
>I just installed RedHat 6.2/Athena 8.4 on my Dell Optiplex GX300.
>Everything seemed to install correctly. I attached the matlab locker
>and ran matlab. It seemed to work just fine until I tried to run a
>mex file.
>
>...
>
>What's wrong:
>When I ran the above command I got the following error:
>
>>> yprime(1,1:4)
>
>Segmentation violation occurred within signal handler.
>...
This is a known problem in Matlab 5.3.1- it seems to be fixed in Matlab 6
which has just been installed- works for me. To access Matlab 6 and Matlab
6 mex now:
add matlab
mex -ver 6.0.0 yprime.c
matlab -ver 6.0.0
Alex Prengel
MIT Academic Computing SUpport Team
PS- get yprime.c from the matlab_v6.0.0 locker- it seems to be different
from the version in the matlab_v5.3.1 locker.