Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Snow Leopard Matlab compiler error (java)
Date: Fri, 2 Oct 2009 12:29:02 +0000 (UTC)
Organization: University of Florida
Lines: 14
Message-ID: <ha4rme$bpf$1@fred.mathworks.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-02-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1254486542 12079 172.30.248.37 (2 Oct 2009 12:29:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Fri, 2 Oct 2009 12:29:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 531869
Xref: news.mathworks.com comp.soft-sys.matlab:574478


Hello, I am running Matlab 2009b on 10.6.1. When compiling an application I get this error:
----------------------------
>> mcc -m start_inv
dyld: Library not loaded: libtbb.dylib
 Referenced from: /Applications/MATLAB_R2009b.app/bin/maci/libmwservices.dylib
 Reason: no suitable image found.  Did find:
	/System/Library/Frameworks/JavaVM.framework/JavaVM/libtbb.dylib: stat() failed with errno=20
Trace/BPT trap
"/Applications/MATLAB_R2009b.app/bin/maci/mcc" -E "/tmp/000dfmi7Nzu_223" -Y "/Users/carpena/.matlab/R2009b_licenses:/Applications/MATLAB_R2009b.app/licenses/license.dat:/Applications/MATLAB_R2009b.app/licenses/network.lic": Trace/breakpoint trap
??? Error using ==> mcc
Error executing mcc, return status = 133 (0x85).
------------------------------

Has anyboty encountered this error or can point me to a solution? Thank you!