Log of work needed to make cdf code work on pccdf2.ts.infn.it, a Dell dual P3 running RedHat 7.2 (Enigma) belforte@pccdf2.ts.infn.it/420> more /etc/redhat-release Red Hat Linux release 7.2 (Enigma) belforte@pccdf2.ts.infn.it/420> uname -a Linux pccdf2.ts.infn.it 2.4.9-13smp #1 SMP 7-jan-2001 from root on pccdf2.ts.infn.it: (from http://cdfkits.fnal.gov/DIST/logs/dev/RH71.txt and http://wwwcdf.pd.infn.it/software/run2-comp.html (adapted) ) ln -s /usr/lib/libreadline.so /usr/lib/libreadline.so.3 ln -s /usr/lib/libncurses.so /usr/lib/libncurses.so.4 ln -s /usr/lib/libhistory.so /usr/lib/libhistory.so.3 ln -s /usr/lib/gcc-lib/i386-redhat-linux/2.96/libg2c.a /usr/lib/libg2c.a 8-jan-2001 now compiler runs but get some problem with /usr/include/wchar.h Art Kreymer says it is because need different KAI version, Linux+2.2 is OK for RH6, but RH7 needs Linux+2.4, so: as cdfsoft on my AFS distribution (from pccdf7.bo.infn.it) upd install -G"-c" -H Linux+2.4 kai v4_0f beware: setup cdfsoft2 sets upt Linux+2.2 version of KAI anyhow (setup scripts have been made during installation on pccdf7.bo.infn.it, which is RH6.1). So after setup cdfsoft2 one needs to setup the proper kai version: setup cdfsoft2 setup kai (ups picks correct flavor :-) ) then have problem with G77_Date_0. Art says this is knwon and fixed in offline 4.2.0. So finally: as user belforte on pccdf2.ts.infn.it source /afs/infn.it/project/cdf/cdfsoft/cdf2.cshrc setenv USESHLIBS 1 setup cdfsoft2 4.2.0 setup kai cd /home/belforte newrel -t 4.2.0 420 cd 420 addpkg -h ExampleMyModule gmake ExampleMyModule_test ExampleMyModule/run.tcl works !