|
From: Thomas B. <tzb...@gm...> - 2015-04-21 16:00:39
|
Hello, I am trying to use Matlab's mex function to compile my c code. I believe I have setup it properly to use mingw to compile. However when I run mex hello.c I get an error saying: undefined reference to `mexPrintf'. Can anyone help me solve this issue? Thomas Bernhardt |