From: didier <dga...@ma...> - 2005-07-21 00:13:27
|
Hi Olaf Hering wrote: > This allows --disable-quota to please certain setups. > Some glibc libs are not compiled with -fPIC, and this wont change. > > /usr/lib64/gcc/x86_64-suse-linux/4.0.1/../../../../x86_64-suse-linux/bin/ld: /usr/lib64/librpcsvc.a(xrquota.o): relocation R_X86_64_PC32 against `xdr_string@@GLIBC_2.2.5' can not be used when making a shared object; recompile with -fPIC > /usr/lib64/gcc/x86_64-suse-linux/4.0.1/../../../../x86_64-suse-linux/bin/ld: final link failed: Bad value > collect2: ld returned 1 exit status > make[3]: *** [afpd] Error 1 > > macros/quota-check.m4 | 8 ++++++++ > 1 files changed, 8 insertions(+) Commited. --export-dynamic in ld afpd/papd is really a bad hack. Didier |