Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • P preprocessor
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and 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
  • DynareDynare
  • preprocessor
  • Issues
  • #16
Closed
Open
Issue created Jan 07, 2019 by Marco Ratto@rattomaDeveloper

libstdc++ removed from XCode 10, compile of mjdgges fails on MacOS Mojave

I had the bad idea to upgrade to Mojave (or to upgrade XCode, not clear ...): it seems libstdc++ is no longer there. after changing on the command line the compilation call in the build/matlab/mjdgges directory, by using

-lc++

instead of

-lstdc++

compilation went OK. Perhaps we should add detection for Darwin and use 'libc++' if detected ?

Edited Jan 07, 2019 by Sébastien Villemot
Assignee
Assign to
Time tracking