Re: runpath for X11 in autotools?

2019-11-21 Thread Christian Grothoff
On 11/21/19 7:57 PM, ng0 wrote: >> None of this was required on Debian GNU/Linux before: gnunet-qr works >> fine without any of your (IMO inappropriate) recent changes to >> configure.ac. > > okay, please read the commits, my message was only providing > a tiny bit of context. This is for systems

Re: runpath for X11 in autotools?

2019-11-21 Thread ng0
> None of this was required on Debian GNU/Linux before: gnunet-qr works > fine without any of your (IMO inappropriate) recent changes to > configure.ac. okay, please read the commits, my message was only providing a tiny bit of context. This is for systems which do not provide an ldd.so.conf (whic

Re: runpath for X11 in autotools?

2019-11-21 Thread Christian Grothoff
Hi ng0, None of this was required on Debian GNU/Linux before: gnunet-qr works fine without any of your (IMO inappropriate) recent changes to configure.ac. You linking gnunet-qr directly against libX11 and other dependencies is _wrong_. gnunet-qr does not directly use those other dependencies, so

runpath for X11 in autotools?

2019-11-21 Thread ng0
Hi, with my next commit this is required for me on a system without /etc/ld.so.conf to make gnunet-qr link correctly (or rather execute): make clean-recursive ; ./bootstrap ; LDFLAGS="-L/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib" CFLAGS="-g -O0" ./configure --prefix=/home/ng0/gnunet --e