Re: flang compiler and wrappers

2024-07-03 Thread Ileana Dumitrescu
On 03/07/2024 17:41, Shterenlikht, Anton wrote: On 3 Jul 2024, at 15:17, Ileana Dumitrescu wrote: Hi Anton, On 03/07/2024 16:40, Shterenlikht, Anton wrote: Hello Ileana It seems your original patch is good, To make sure I understand, is the original patch that worked for you the one appl

Re: flang compiler and wrappers

2024-07-03 Thread Shterenlikht, Anton
> On 3 Jul 2024, at 15:17, Ileana Dumitrescu > wrote: > > Hi Anton, > > On 03/07/2024 16:40, Shterenlikht, Anton wrote: >> Hello Ileana >> It seems your original patch is good, > > To make sure I understand, is the original patch that worked > for you the one applied here: > https://git.sav

Re: flang compiler and wrappers

2024-07-03 Thread Ileana Dumitrescu
Hi Anton, On 03/07/2024 16:40, Shterenlikht, Anton wrote: Hello Ileana It seems your original patch is good, To make sure I understand, is the original patch that worked for you the one applied here: https://git.savannah.gnu.org/cgit/libtool.git/commit/?h=master&id=33d4b69fccbbb557c1160cc46c

Re: flang compiler and wrappers

2024-07-03 Thread Shterenlikht, Anton
Hello Ileana It seems your original patch is good, provided I add autoreconf -fiv -Wall or similar. My problem was in building netcdf. However, on closer inspection, I noticed that the patched libtool was not picked up, for some reason: 40 # Which release of libtool.m4 was used? 41 mac

Re: flang compiler and wrappers

2024-06-29 Thread Ileana Dumitrescu
On 28/06/2024 08:56, Shterenlikht, Anton wrote: On 27 Jun 2024, at 17:36, Ileana Dumitrescu wrote: On 26/06/2024 10:21, Shterenlikht, Anton wrote: Please help understand and fix this problem: libtool: link: ftn -shared -soname libxxx.so.0 -o .libs/libxxx.so.0.0.0 clang-16: error: unkn

Re: flang compiler and wrappers

2024-06-27 Thread Shterenlikht, Anton
> On 27 Jun 2024, at 17:36, Ileana Dumitrescu > wrote: > > On 26/06/2024 10:21, Shterenlikht, Anton wrote: >> Please help understand and fix this problem: >> libtool: link: ftn -shared -soname libxxx.so.0 -o >> .libs/libxxx.so.0.0.0 >> clang-16: error: unknown argument: '-soname' >> whic

Re: flang compiler and wrappers

2024-06-27 Thread Ileana Dumitrescu
On 26/06/2024 10:21, Shterenlikht, Anton wrote: Please help understand and fix this problem: libtool: link: ftn -shared -soname libxxx.so.0 -o .libs/libxxx.so.0.0.0 clang-16: error: unknown argument: '-soname' which comes from my compiler wrapper not recognised. Sorry for missing your ea