-
configure-osx-edwardt.log
and when installing EGSnrc I ran into the issue described in #642
and tried using different gfortran, gcc and g++ settings by directly putting these file paths in the ./HEN_HOUSE/scripts/configure step: This would always result in:
and in the compilation stage: I try to go into cavity and run and it says:
Going into egs++ and doing
results in
The same happens when using /Library/Developer/CommandLineTools/usr/bin/g++ with /Library/Developer/CommandLineTools/usr/bin/gcc I have also tried other gfortran versions 11, and 12 - both just failed instantly in the same way as below
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
In addition:
With just the
when I try to recompile the egs++ I think it is trying to use gcc12: |
Beta Was this translation helpful? Give feedback.
Looks like these lines in
HEN_HOUSE/scripts/configure_c++
need to change, to include whatever the option is to compile a shared library: