Hi,

I am trying to compile (using the mex compiler) mexclp, a matlab interface for the CLP solver.
I have managed to do it by following these instructions.

Unfortunately, once I've compiled it, I obtain a mex file which can be used only on the machine I've used to compile mexclp. In other words, the mex file is bound to the particular installation of CLP, whereas I would like to have an executable that can run on other PC (with same architecture and OS).
Any clue about how can I obtain such executable?

Thank you