-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gFortran error #83
Comments
Dear @jm5233 sorry for the late response. Unfortunately missed this issue. Was you successful in resolving this issue? |
Yes, it was resolved.
Thank you.
JM5233
Trotsiuk Volodymyr ***@***.***>於 2023年7月19日 週三,下午2:51寫道:
Closed #83 <#83> as completed.
—
Reply to this email directly, view it on GitHub
<#83 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AZLQHIO77WJVSBJ5JUN5X4DXQ57X7ANCNFSM5XF47TPA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
========
江智民 博士
東海大學生命科學系教授
環境與生態研究中心主任
台中市台灣大道四段1727號851號信箱
Jyh-Min Chiang, Ph.D.
Professor, Department of Life Science
Director, Center for Ecology and Environment
Tunghai University
P.O. Box 851, No. 1727, Sec. 4
Taiwan Blvd., Taichung 40704, Taiwan
Phone: +886-4-23590121 ext. 32408 (O), 32409 (Lab)
Fax: +886-4-23590296
Cell: +886-970-632968
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've tried to compile r3PG from source and it seems like the gFortran couldn't be found.
gfortran -mmacosx-version-min=10.13 -fno-optimize-sibling-calls -fPIC -Wall -g -O2 -c md_decl_const.f95 -o md_decl_const.o
make: gfortran: No such file or directory
make: *** [md_decl_const.o] Error 1
ERROR: compilation failed for package ‘r3PG’
I am running macOS Monterey V12.3.1
Should I install gFortran and proceed?
The text was updated successfully, but these errors were encountered: