Changes between Version 27 and Version 28 of current-issues
- Timestamp:
- Jul 31, 2009 8:39:44 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
current-issues
v27 v28 2 2 3 3 == Configuration == 4 5 * Under '''cygwin''' with '''Intel 11 compilers''', the intel compiler might pick up the wrong {{{link.exe}}}, which results in failures setting up the FFLAGS and in failures when linking a binary. You can tell the Intel compilers where to find the right {{{link.exe}}} by editing the files icl.cfg and/or ifort.cfg in the Intel compiler installation. 6 The line to add is of the form 7 {{{ 8 -Qlocation,link,"C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\Bin" 9 }}} 4 10 5 11 * '''On OsX, care must be taken regarding Fortran compiler''', see [https://projects.coin-or.org/Bonmin/wiki/OsxInstall the Bonmin OsX install page].