Dear Sir;
i use
cygwin for windows (gcc) and i try to call matlab engine from C under cygwin ...
always errors (the error is under)
and attached my files ..
can you help ...thanks in advance
ERROR
$ make
gcc -o TPSS_ML main.o
run_matlab.o msg.o strace.o libmat.a
-lm
run_matlab.o(.text+0x25):run_matlab.c: undefined reference to
`engEvalString'
run_matlab.o(.text+0x3b):run_matlab.c: undefined reference to
`engGetMatrix'
run_matlab.o(.text+0x4f):run_matlab.c: undefined reference to
`mxGetPr'
collect2: ld returned 1 exit status
make: *** [TPSS_ML] Error
1