Re: valgrind & f951

2021-03-22 Thread Harald Anlauf via Fortran
Hi Tobias, > This is a false positive; you need to configure GCC with > |--enable-valgrind-annotations, see > https://gcc.gnu.org/install/configure.html thanks, that does the job after installing some valgrind-devel stuff. I apparently got stuck readings the description of --enable-checking, whi

Re: gfortran static linking under OS X (was: Re: )

2021-03-22 Thread Daniel Feenberg
On Sat, 20 Mar 2021, Iain Sandoe wrote: Daniel Feenberg wrote: On 3/19/21, Iain Sandoe wrote: On Fri, 19 Mar 2021, Tobias Burnus wrote: you should be able to work around this without changing the compiler or rebuilding it, %rename lib liborig *lib: -lquadmath -lm %(libgcc) %(libo