Errors in bwblkslv.mexmaci64 when compiling with mex (Matlab 2013a)

1 view (last 30 days)
Using gcc / g++ 4.4.7,
I first get the following errors on attempting to compile SeDuMi: mex: compile of ' "bwblkslv.c"' failed.
Then I follow the suggestion in http://www.mathworks.de/matlabcentral/answers/59490. I type the following line:
mex -O -DUNIX bwblkslv.c sdmauxFill.c sdmauxRdot.c "-lmwlapack"
This time, I have the following errors:
mex: link of ' "bwblkslv.mexmaci64"' failed
I do not have any idea on this problem. Do you have any solution? Thank you very much.

Answers (0)

Categories

Find more on Write C Functions Callable from MATLAB (MEX Files) in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!