Hello,
So I am trying to compile the CEA code on my Macbook through the terminal. I have installed Xcode and gfortran, and set my PATH variable correctly.
The issue that I get when trying to make new library files for the executable files is:
dyld: Library not loaded: /usr/local/lib/libg2c.0.dylib
Referenced from: /usr/bin/FCEA2
Reason: image not found
Trace/BPT trap
I cannot find that particular library file in usr/local/lib, so I am wondering what to do exactly.
Thank you. Please..please help!
Also, What I have been using as reference is: http://www.stanford.edu/~cantwell/A...EAforIntelMac/Installing_CEA_On_Intel_Mac.pdf
So I am trying to compile the CEA code on my Macbook through the terminal. I have installed Xcode and gfortran, and set my PATH variable correctly.
The issue that I get when trying to make new library files for the executable files is:
dyld: Library not loaded: /usr/local/lib/libg2c.0.dylib
Referenced from: /usr/bin/FCEA2
Reason: image not found
Trace/BPT trap
I cannot find that particular library file in usr/local/lib, so I am wondering what to do exactly.
Thank you. Please..please help!
Also, What I have been using as reference is: http://www.stanford.edu/~cantwell/A...EAforIntelMac/Installing_CEA_On_Intel_Mac.pdf