Re: static libgfortran linker warnings

2021-04-21 Thread NightStrike via Fortran
On Wed, Apr 21, 2021 at 6:17 AM Tobias Burnus wrote: > > > >> On Wed, 21 Apr 2021 02:34:43 -0400 > >> NightStrike via Fortran wrote: > >>> When linking with -static-libgfortran, I get warnings from ld of the form > >>> "ld: warning: -z ignore ignored" and "ld: warning: -z record ignored". I > >>>

Re: static libgfortran linker warnings

2021-04-21 Thread NightStrike via Fortran
On Wed, Apr 21, 2021 at 6:06 AM Bernhard Reutner-Fischer wrote: > > On Wed, 21 Apr 2021 05:29:28 -0400 > NightStrike wrote: > > > On Wed, Apr 21, 2021 at 4:59 AM Bernhard Reutner-Fischer > > wrote: > > > On Wed, 21 Apr 2021 02:34:43 -0400 > > > NightStrike via Fortran wrote: > > > > > > > When

Re: static libgfortran linker warnings

2021-04-21 Thread Tobias Burnus
On Wed, 21 Apr 2021 02:34:43 -0400 NightStrike via Fortran wrote: When linking with -static-libgfortran, I get warnings from ld of the form "ld: warning: -z ignore ignored" and "ld: warning: -z record ignored". I can't find those -z options documented anywhere. Why is gfortran adding them?

Re: static libgfortran linker warnings

2021-04-21 Thread Bernhard Reutner-Fischer via Fortran
On Wed, 21 Apr 2021 05:29:28 -0400 NightStrike wrote: > On Wed, Apr 21, 2021 at 4:59 AM Bernhard Reutner-Fischer > wrote: > > On Wed, 21 Apr 2021 02:34:43 -0400 > > NightStrike via Fortran wrote: > > > > > When linking with -static-libgfortran, I get warnings from ld of the form > > > "ld: wa

Re: static libgfortran linker warnings

2021-04-21 Thread NightStrike via Fortran
On Wed, Apr 21, 2021 at 4:59 AM Bernhard Reutner-Fischer wrote: > On Wed, 21 Apr 2021 02:34:43 -0400 > NightStrike via Fortran wrote: > > > When linking with -static-libgfortran, I get warnings from ld of the form > > "ld: warning: -z ignore ignored" and "ld: warning: -z record ignored". I > > ca

Re: static libgfortran linker warnings

2021-04-21 Thread Bernhard Reutner-Fischer via Fortran
On Wed, 21 Apr 2021 02:34:43 -0400 NightStrike via Fortran wrote: > When linking with -static-libgfortran, I get warnings from ld of the form > "ld: warning: -z ignore ignored" and "ld: warning: -z record ignored". I > can't find those -z options documented anywhere. Why is gfortran adding > the

static libgfortran linker warnings

2021-04-20 Thread NightStrike via Fortran
When linking with -static-libgfortran, I get warnings from ld of the form "ld: warning: -z ignore ignored" and "ld: warning: -z record ignored". I can't find those -z options documented anywhere. Why is gfortran adding them?