Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unix Compiler Version Check Bug Report #23

Open
Cfather opened this issue May 25, 2023 · 0 comments
Open

Unix Compiler Version Check Bug Report #23

Cfather opened this issue May 25, 2023 · 0 comments

Comments

@Cfather
Copy link

Cfather commented May 25, 2023

Hi, I think I found a bug in lib/ipopt.m.

I'm working on Ubuntu 22.04 and gcc-11.3. But in line 272, you are still using the first digit (myCCompiler.Version(1:1)) to check the compiler version. So the gcc-11.3 will be mistakenly recognized as gcc-1.

I'm ignoring all the version checks for now. But the mex file still can not work on my system and always crashes my Matlab.

I appreciate your work! I will let you know if I'm able to fix this. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant