-
Notifications
You must be signed in to change notification settings - Fork 16
Description
I'm attempting to install ester on an iMacPro running Mac OS X ver. 10.14.6 (Mojave). The problem I've having occurs in building the software when the ld command is executed. The error message displayed is
Making all in tables
Making all in cesam
F77 mod_kind.lo
F77 mod_numerique.lo
F77 mod_donnees.lo
F77 sortie.lo
F77 mod_variables.lo
F77 mod_nuc.lo
F77 mod_opa.lo
F77LD libcesam.la
ld: -stack_size option can only be used when linking a main executable
collect2: error: ld returned 1 exit status
make[3]: *** [libcesam.la] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
Attached to this posting a file capturing the processing and messages displayed from generating the configuration to the submitting through make && make install.
Please advise.
Sam Dupree.