Arun wrote:

Hi Martin,

At last it worked!

Good. []
6. I tried to run MATLAB from the command line of the terminal - it
just closed and vanished! how many times I ever tried. I tried the
launchmatlab icon - the first time it did not work.. but the next
time, it just launched properly!

7. Now it works like a charm.. I guess the problem with typing from
the Terminal Application was that MATLAB required X11 to be running
and Terminal does not belong to the X11 installation. I say this
because I typed matlab from the XTERM of X11 and Matlab launches
correctly.

It will probably work from the Terminal.app command line if you set the DISPLAY environment variable:


  setenv DISPLAY :0   (if you use tcsh)
  export DISPLAY=:0   (if you use bash)

--
Martin



-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to