search for: lfam

Displaying 2 results from an estimated 2 matches for "lfam".

Did you mean: fam
2011 Jun 08
0
Compiling Samba with FAM support on Irix
...support on SGI Irix 6.5.28 using gcc 3.4.6 . A hint was found on this page: <http://sourceware.org/ml/ecos-discuss/2000-04/msg00214.html>, which explains the cause of the message and suggests to try the flag -Gn . Well, I did. I tried all values from 0 to 9 for -G (setenv LDFLAGS "-lfam -Gn"). It didn't change anything. But since this all is about optimization, I tried to tackle it with the compiler optimization flags directly. And in fact, with the values 3 and 2 for optimization (setenv CFLAGS -On) the build was successful!!! Further note, concerning the next probl...
2011 Apr 13
1
FAM linking error on Irix
...lib/libfam/libfam_n32_M3/BTree.h:460: relocation truncated to fit: R_MIPS_GPREL16 against `.srdata' /xlv44/6.5.28m/work/eoe/lib/libfam/libfam_n32_M3/BTree.h:460: additional relocation overflows omitted from the output collect2: ld returned 1 exit status gmake: *** [bin/smbd] Error 1 Adding -lfam to LDFLAGS changes nothing. If I configure with --disable-fam , the compilation works fine. But I'd rather like to build it with FAM support. Even more as Irix comes with FAM anyhow. Please let me know if I can deliver any additional information for diagnosis. ...Or if the samba-techn...