Why might mcc begin hanging on two different machines from one week to the next.

1 次查看(过去 30 天)
The machines in question are Centos 5 and Centos 6, x86_64. They are physical machines.
Matlab was recently installed on both, with a 1 yr license. I am a new compiler user.
Last week I used mcc extensively while working on build files. Everything was fine.
Today I cannot run a build or even 'mcc -help' on either machine. 'mcc -help' results in the script hanging and never returning, just as an attemped build does.
Nothing has changed with the matlab code base or with the configuration of either machine. These are standalone machines whose network connections can see the outside world.
Any clues on where to look?
  2 个评论
Walter Roberson
Walter Roberson 2014-2-10
Could you experiment with turning off their anti-virus, and experiment with turning off their built-in firewall ?
Bruce
Bruce 2014-2-10
No anti virus running on either machine.
Did:
service iptables stop
chkconfig --del iptables
The centos5 machine had iptables running, the centos6 machine did not. After stopping iptables on cents5, got same result, i.e. mcc command hangs.
Thanks.

请先登录,再进行评论。

回答(1 个)

Bruce
Bruce 2014-2-11
Solved my own problem. Figured it was completely unrelated but was not.
I migrated to a new laptop over this period. I build on linux machines via the iTerm2 app on the new mac laptop. While XQuartz did migrate, I found that it wouldn't start properly. Once I re-installed XQuartz, the mcc compile will now behave as expected. Who would've thought...
b

类别

Help CenterFile Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by