. /share/wlcg-client/setup.sh (this is basically VDT client from Alain's cache) checout LFC from CVS (as in nmi build script) cvs -d :pserver:anonymous@jra1mw.cvs.cern.ch:/cvs/jra1mw co -r LCG-DM_R_1_6_11_4 LCG-DM ./configure copy liblfc.so from Alain's binary distribution to lib directory swig -python -I../h -DNSTYPE_LFC lfcthr.i gcc -fPIC -D_LARGEFILE64_SOURCE -c -pthread -DCTHREAD_LINUX -D_THREAD_SAFE -D_REENTRANT -I../h -DNSTYPE_LFC -I/usr/include/python2.3/ lfcthr_wrap.c ld -shared -o _lfcthr.so lfcthr_wrap.o -L../lib -llfc swig -python -I../h -DNSTYPE_LFC lfc.i gcc -fPIC -D_LARGEFILE64_SOURCE -c -pthread -DCTHREAD_LINUX -D_THREAD_SAFE -D_REENTRANT -I../h -DNSTYPE_LFC -I/usr/include/python2.3/ lfc_wrap.c ld -shared -o _lfc.so lfc_wrap.o -L../lib -llfc Substitute _lfc.so and _lfcthr.so in Alain's binary distribution About the build platform (tier2-06) The OS is SL4.5 32 bit system python 2.3.4 system swig 1.3.21 system gcc 3.4.6 20060404 (RH 3.4.6-8) system ld 2.15.92.0.2 20040927