From: Steven Lord on

"Patrice " <patrice_guyot(a)yahoo.fr> wrote in message
news:i0lg6q$a12$1(a)fred.mathworks.com...
> Hello Steven and thanks for your reply
>
> I've tried to manage something with your answer without success.
>
>>When upgrading from Leopard to Snow Leopard, XCode does not get upgraded
>>by >default. In order to be able to compile your code with the MATLAB
>>Compiler 7.11 >(R2009b), you should do either one of two things:
>>1) Upgrade your XCode to Snow Leopard.
>>2) Create a symbolic link from /usr/bin to the actual location where GCC
>>is installed. >name of the symbolic link should be gcc-4.0.
>
> 1) I'm working with Mac Os x 10.5.8 ( so, I think it's leopard, and no
> snow leopard).
> It seems that my version of X11 is up to date.
>
> 2) I have try to create the symbolic link with the target on the directory
> where matlab is installed. Without succes. Do I have to specifies the
> exact place where gcc-4.0 is ? Where is it actually ? Can you make me an
> example of the command ?

I don't know the specific command you'll need to execute -- you should
contact Technical Support and ask them, as the support staff that specialize
in MATLAB Compiler-related issues should know that command.

--
Steve Lord
slord(a)mathworks.com
comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ
To contact Technical Support use the Contact Us link on
http://www.mathworks.com


From: Patrice on
I've installed XCode and it work now