Skip to content

Installation on Mac OS 15.1 EGSnrc #1227

Answered by rtownson
erjft asked this question in Questions
Discussion options

You must be logged in to vote

Looks like these lines in HEN_HOUSE/scripts/configure_c++ need to change, to include whatever the option is to compile a shared library:

        case $CXX in
            g++*) shared_bundle="-bundle" ;;
            *)   shared_bundle="-qmkshrobj" ;; # assume xlC
        esac

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@rtownson
Comment options

Answer selected by erjft
@erjft
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants