Building on Microsoft Windows: Difference between revisions

Jump to navigation Jump to search
→‎Building natively (MSYS2): Don't use cross-compilers
(→‎Building natively (MSYS2): Add note about PERL5SHELL environment variable)
(→‎Building natively (MSYS2): Don't use cross-compilers)
Line 120: Line 120:
Configure with the following flags:
Configure with the following flags:
<syntaxhighlight lang="bash">../configure \
<syntaxhighlight lang="bash">../configure \
  CC="x86_64-w64-mingw32-gcc" \
  CXX="x86_64-w64-mingw32-g++" \
  F77="x86_64-w64-mingw32-gfortran" \
   --disable-docs \
   --disable-docs \
   ac_cv_search_tputs=-ltermcap</syntaxhighlight>
   ac_cv_search_tputs=-ltermcap</syntaxhighlight>
216

edits

Navigation menu