1

I am trying to make executable files of MEX file in linux which uses image acquisition tool inside it. I used

mcc -mv filename

but getting Defun error msg. saying-

Depfun error: 'Unexpected Standard exception from MEX file. What() is: ..' Error using    
mcc Error executing mcc, return status = 1 (0x1).

Can you please help me out telling how can I make executable files for .m files which uses image acquisition tool in linux.

Thanks,

Shai
  • 111,146
  • 38
  • 238
  • 371
MMH
  • 1,676
  • 5
  • 26
  • 43
  • I'm glad you found the solution, but this is duplicate of your previous question: [mcc -mv in linux machine R2013a](http://stackoverflow.com/questions/17335223/mcc-mv-in-linux-machine-r2013a) – Amro Jul 02 '13 at 14:00

1 Answers1

0

It was a bug in R2013a. I got an email from the matlab centre to replace the 'depfun.opts' file with a new version.

you can find the 'depfun.pots' file in the attachment here in this bug report

MMH
  • 1,676
  • 5
  • 26
  • 43