Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'mex files and 10.3' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
mex files and 10.3
Authored by: arjunraj on Oct 27, '03 01:39:30PM

Perhaps this is already pretty well known, but I found that I couldn't compile my C mex files after upgrading to Panther. It turns out that there are problems using gcc 3.3 with mex. To use the older version of gcc, try:

sudo gcc_select 3

After that, everything compiled just fine...



[ Reply to This | # ]