On 9/26/24 06:42, Guy Moebs wrote:

It seems to me that a gfortran libray is missing at the link step, but where and what should I put something like "-lgfortran". Could someone give me a hint ?

Guy:
You could probably do
  export LDFLAGS="-lgfortran"
before calling cmake, but a better solution would be to install LAPACK as a shared library that stores what other libraries it depends on internally, rather than expecting you to do this yourself.

Best
 W.

--
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- You received this message because you are subscribed to the Google Groups "deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dealii+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/aeb4a892-9b71-42c7-bb83-71a9dce12502%40colostate.edu.

Reply via email to