cstdlib: No such file or directory

6 views (last 30 days)
Chang seok Ma
Chang seok Ma on 21 Feb 2021
Commented: Walter Roberson on 21 Feb 2021
Hello, I am trying to compile mex function
clear
clc
mex vfi_mex.c -I"../CRoutines"
But then I got an error message as below
..\CRoutines/blitz/compiler.h:132:19: fatal error: cstdlib: No such file or directory
How can I solve this?
Thanks in advance
  1 Comment
Walter Roberson
Walter Roberson on 21 Feb 2021
That is the C++ standard library. Make sure your C++ is fully installed.

Sign in to comment.

Answers (0)

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!