<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/262157</link>
    <title>MATLAB Central Newsreader - Snow Leopard Matlab compiler error (java)</title>
    <description>Feed for thread: Snow Leopard Matlab compiler error (java)</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2012 by MathWorks, Inc.</copyright>
    <webmaster>webmaster@mathworks.com</webmaster>
    <generator>MATLAB Central Newsreader</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <ttl>60</ttl>
    <image>
      <title>MathWorks</title>
      <url>http://www.mathworks.com/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Fri, 02 Oct 2009 12:29:02 -0400</pubDate>
      <title>Snow Leopard Matlab compiler error (java)</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/262157#684209</link>
      <author>Elizabeth Niblack</author>
      <description>Hello, I am running Matlab 2009b on 10.6.1. When compiling an application I get this error:&lt;br&gt;
----------------------------&lt;br&gt;
&amp;gt;&amp;gt; mcc -m start_inv&lt;br&gt;
dyld: Library not loaded: libtbb.dylib&lt;br&gt;
&amp;nbsp;Referenced from: /Applications/MATLAB_R2009b.app/bin/maci/libmwservices.dylib&lt;br&gt;
&amp;nbsp;Reason: no suitable image found.  Did find:&lt;br&gt;
	/System/Library/Frameworks/JavaVM.framework/JavaVM/libtbb.dylib: stat() failed with errno=20&lt;br&gt;
Trace/BPT trap&lt;br&gt;
&quot;/Applications/MATLAB_R2009b.app/bin/maci/mcc&quot; -E &quot;/tmp/000dfmi7Nzu_223&quot; -Y &quot;/Users/carpena/.matlab/R2009b_licenses:/Applications/MATLAB_R2009b.app/licenses/license.dat:/Applications/MATLAB_R2009b.app/licenses/network.lic&quot;: Trace/breakpoint trap&lt;br&gt;
??? Error using ==&amp;gt; mcc&lt;br&gt;
Error executing mcc, return status = 133 (0x85).&lt;br&gt;
------------------------------&lt;br&gt;
&lt;br&gt;
Has anyboty encountered this error or can point me to a solution? Thank you!</description>
    </item>
    <item>
      <pubDate>Fri, 16 Oct 2009 19:27:02 -0400</pubDate>
      <title>Re: Snow Leopard Matlab compiler error (java)</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/262157#687650</link>
      <author>Juan </author>
      <description>I have the same error (libtbb.dylib not loaded) just trying to _launch_ MATLAB 2009b, on OSX 10.5.8. Help from the Mathworks team would be appreciated!&lt;br&gt;
&lt;br&gt;
Juan.</description>
    </item>
    <item>
      <pubDate>Mon, 19 Oct 2009 13:42:43 -0400</pubDate>
      <title>Re: Snow Leopard Matlab compiler error (java)</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/262157#688098</link>
      <author>Brian Arnold</author>
      <description>Juan,&lt;br&gt;
&lt;br&gt;
Try launching &quot;MATLAB_R2009b&quot;, not &quot;MATLAB&quot;.  The MATLAB executable &lt;br&gt;
requires its environment to be set up just so before the executable &lt;br&gt;
launches.&lt;br&gt;
&lt;br&gt;
We are working to eliminate this delicate two-step startup, but other &lt;br&gt;
matters have taken priority.&lt;br&gt;
&lt;br&gt;
- Brian&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Juan wrote:&lt;br&gt;
&amp;gt; I have the same error (libtbb.dylib not loaded) just trying to _launch_ MATLAB 2009b, on OSX 10.5.8. Help from the Mathworks team would be appreciated!&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Juan.</description>
    </item>
    <item>
      <pubDate>Wed, 04 May 2011 06:18:04 -0400</pubDate>
      <title>Re: Snow Leopard Matlab compiler error (java)</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/262157#834338</link>
      <author>Ricardo Cabral</author>
      <description>In case someone runs into this because they are trying to attach Matlab to XCode's to debug MEX files (which was my case), the solution is to set the executable file to /usr/bin/matlab and not $MATLABROOT/bin/maci64/MATLAB.&lt;br&gt;
&lt;br&gt;
Best,&lt;br&gt;
Ricardo Silveira Cabral&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&quot;Elizabeth Niblack&quot; wrote in message &amp;lt;ha4rme$bpf$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; Hello, I am running Matlab 2009b on 10.6.1. When compiling an application I get this error:&lt;br&gt;
&amp;gt; ----------------------------&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; mcc -m start_inv&lt;br&gt;
&amp;gt; dyld: Library not loaded: libtbb.dylib&lt;br&gt;
&amp;gt;  Referenced from: /Applications/MATLAB_R2009b.app/bin/maci/libmwservices.dylib&lt;br&gt;
&amp;gt;  Reason: no suitable image found.  Did find:&lt;br&gt;
&amp;gt; 	/System/Library/Frameworks/JavaVM.framework/JavaVM/libtbb.dylib: stat() failed with errno=20&lt;br&gt;
&amp;gt; Trace/BPT trap&lt;br&gt;
&amp;gt; &quot;/Applications/MATLAB_R2009b.app/bin/maci/mcc&quot; -E &quot;/tmp/000dfmi7Nzu_223&quot; -Y &quot;/Users/carpena/.matlab/R2009b_licenses:/Applications/MATLAB_R2009b.app/licenses/license.dat:/Applications/MATLAB_R2009b.app/licenses/network.lic&quot;: Trace/breakpoint trap&lt;br&gt;
&amp;gt; ??? Error using ==&amp;gt; mcc&lt;br&gt;
&amp;gt; Error executing mcc, return status = 133 (0x85).&lt;br&gt;
&amp;gt; ------------------------------&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Has anyboty encountered this error or can point me to a solution? Thank you!</description>
    </item>
  </channel>
</rss>

