From: Phil Bouchard on
- I have created a shared library out of Matlab '.m' files
- I have created a simple C++ wrapper call similar to 'examples/compiler/matrixdriver.cpp'

After having fixed numerous link problems now I get the following:

Warning: Initializing Handle Graphics failed in matlabrc.
This indicates a potentially serious problem in your MATLAB setup,
which should be resolved as soon as possible. Error detected was:
MATLAB:UndefinedFunction
Undefined function or method 'colordef' for input arguments of type 'double'.
> In matlabrc at 102
Warning: Failed to add default profiler filters.
> In matlabrc at 181
terminate called after throwing an instance of 'MathWorks::System::SimpleException'
what(): Internal Error: A primary message table for module 54 was already registered with a differing collection of error messages.
Aborted

I do not have root privileges so I cannot change /dev/pts (even if I could I fail to see the relation). Any help is appreciated.


Regards,
-Phil