From: Farrukh on
Hi everyone,
I tried to run given examples to call Matlab from c/c++ (engdemo.c, engwindemo.c) in eclipse but there were errors like

undefined reference to `mxGetPr'
undefined reference to `mxDestroyArray'
undefined reference to `mxGetClassName'
undefined reference to `mxDestroyArray'

I already included directory ""C:\Programme\MATLAB\R2009a\extern\include"" in GCC C++ Complier and added the library libeng in MinGW C++ Linker.
I dont know whats the reason of the error, please help me.

regards,
Farrukh