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

Unrecognized source file type mingw/msys/1.0/openmp #66

Open
svigerske opened this issue Mar 5, 2019 · 1 comment
Open

Unrecognized source file type mingw/msys/1.0/openmp #66

svigerske opened this issue Mar 5, 2019 · 1 comment

Comments

@svigerske
Copy link
Member

Issue created by migration from Trac.

Original creator: devos

Original creation time: 2018-01-08 22:25:27

Keywords: OS 2.10, trunk, cl

When building COIN-OS under MS VS 2008 cl compiler, the following error occurs: Unrecognized source file type mingw/msys/1.0/openmp.

This is caused by /openmp entered as a compiler option in the configure file. The compiler sees /openmp as a file instead of an option.

The fix is to change /openmp to -openmp in OS/configure.ac on line 444. See attached Fix for COIN-OS OS Configure.ac in Trunk 5287.docx.

@svigerske
Copy link
Member Author

Attachment [Fix for COIN-OS OS Configure.ac in Trunk 5287.docx](https://www.coin-or.org/issue-attachments/OS/ticket66/Fix for COIN-OS OS Configure.ac in Trunk 5287.docx) by devos created at 2018-01-08 22:25:41

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

No branches or pull requests

1 participant