Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • D dynare
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Johannes Pfeifer
  • dynare
  • Repository
Switch branch/tag
  • dynare
  • configure.ac
Find file BlameHistoryPermalink
  • Sébastien Villemot's avatar
    Build system: workaround for compilation under MSYS2 · 016c402a
    Sébastien Villemot authored Mar 29, 2021
    There is (on 2021-03-29) a problem in the -static-libgfortran linker option that
    affects the Dynare++ binaries.
    See https://github.com/msys2/MINGW-packages/issues/7023
    and https://github.com/msys2/MINGW-packages/issues/6986
    Until this is fixed, the workaround is to add the --default-image-base-low linker
    option.
    We do *not* want to do this when cross-compiling from Debian (because the option does
    not exist there), hence we test for cross-compilation before applying the workaround.
    016c402a

Replace configure.ac

Attach a file by drag & drop or click to upload


Cancel
GitLab will create a branch in your fork and start a merge request.