Re: [Autogen-users] autogen 5.16 does not build anymore with LDFLAGS="-Wl, -z, relro -Wl, --as-need
Brought to you by:
bkorb
From: Bruce K. <bru...@gm...> - 2012-05-12 15:16:35
|
Hi Andreas, On Sat, May 12, 2012 at 6:56 AM, Andreas Metzler <ame...@do...> wrote: > The reason for this is the addition of the option -Wl,-R to the command. > > AG_LDFLAGS is set to "-Wl,-R" by AG_TEST_LDFLAGS. ... > > Afaiui the linker's -R option requires a filename as argument, > therefore having -Wl,-R without argument in the linker line is a bug. I wonder why I never stumbled before now. Must not be used in building the project. Thank you for digging into it so deeply. Regards, Bruce |