coin-or / OS

Optimization Services
Other
1 stars 4 forks source link

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

Open svigerske opened 5 years ago

svigerske commented 5 years ago

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 commented 5 years ago

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