From: Jonathan Randall on
"Deborah " <dmarg(a)comcast.net> wrote in message <hflrum$rp5$1(a)fred.mathworks.com>...
> I want to write a C++ program on Linux/Eclipse that uses the matlab engine routines. As a starting point I'm trying to compile and run the engdemo.cpp example. It compiles without errors but I get a linker error - cannot find -llibeng.
>
> As far as I can tell, libeng is installed and I have the paths set correctly in Eclipse. Any suggestions?
>
> Thanks.

Try one of the following:

In the Properties->C/C++ Build->Settings, tool settings tag under "Libraries" try either "libeng" or "eng" with the " ".
 | 
Pages: 1
Prev: libeng.lib win64
Next: Real time audio processing