-
I tried to install phoebe on ubuntu, but I couldn't. cmakeoutput.txt Thank you. |
Beta Was this translation helpful? Give feedback.
Answered by
ypark90
Jul 2, 2024
Replies: 1 comment 4 replies
-
Hi YC, Hm, looks like linking to libgfortran fails. Ubuntu 24.04 works in my git actions tests, so I think that there is something happening due to your specific Ubuntu environment. Probably we can figure it out. Can I ask why you use two different copies of GCC?
Best, |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Jenny,
Thank you for your valuable comments!
I rebuilt the copy of libscalapack with the proper GCC version, but the same error still occurred.
Fortunately, I resolved the linking issue by using the following option, although I’m not sure if it is the proper solution:
export LDFLAGS="-Wl,--copy-dt-needed-entries"
With this change, I successfully generated the executable Phoebe in the build directory.
Thank you!
YC