From: Rajiv Agarwal on
Hi there

I compiled a simple mat file
function testMat

A=[2 3; 4 5];
B=[1 2; 3 4];
C=A+B;

return;

Compile it using mcc -R -nojvm -m testMat.m on R2006a

Then try to run it (after setting environment variables using MCR) on
my linux (Fedora 4) command prompt
And get the following error

??? MATLAB was unable to open a pseudo-tty: No such file or directory
[2,1]
The unix() and ! commands will not work in this MATLAB session.
Other
commands which depend upon unix() and ! will also fail. Your system
may
be running low on resources. If the problem persists after a reboot,
check with your system administrator and confirm that your pty
subsystem
is properly configured

terminate called after throwing an instance of
'MathWorks::System::_utException'
Aborted

I could not find much help online. Any hints will be highly
appreciated

Thanks a lot
rajiv