[PATCH] fix appending of -no_fixup_chains to _lt_dar_allow_undefined

2024-06-29 Thread Ozkan Sezer
With current development branch, 'allow_undefined_flag' in the libtool script generated after running configure looked like this: allow_undefined_flag="\$_lt_dar_allow_undefined \$wl-no_fixup_chains" The solution I ended up with and applied in SDL is the following: (also attached as I'm sure gmai

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: -no_fixup_chains patch

2024-06-29 Thread Ileana Dumitrescu
On 28/06/2024 01:41, Ozkan Sezer wrote: [Sorry, I seem to have deleted the mailing list message from my inbox] Regarding -no_fixup_chains patch i.e. http://git.savannah.gnu.org/gitweb/?p=libtool.git;a=commitdiff;h=3d1baeeef90a6b9e16c545babe833f28dca155a7 Is '+=' universally supported?? Maybe