aluminum-fix AMASIM (tcsh) compilation instructions. You will
need to modify the paths of photonics, ptd, rdmc, and scatserver to match your
locations.
% cvs -d pub.icecube.wisc.edu:/net/local/cvsroot checkout -r aluminum-fix
-P amasim2
% cd amasim2
% autoreconf -s -i --force
% setenv CPPFLAGS "-I/data/desiati/work/icecube/tools/rdmc-2.9.3/generic/include/rdmc"
% setenv LDFLAGS "-static -L/data/desiati/work/icecube/tools/photonics-1.5.0/Linux-i386/lib/photonics
\
-L/data/desiati/work/icecube/tools/ptd-1.0.2/Linux-i386/ptd/lib
\
-L/data/desiati/work/icecube/tools/rdmc-2.9.3/Linux-i386/lib/rdmc \
-L/home/jkelley/lib/scatserv"
% ./configure
% make <docs didn't compile, but got through binary (located in haupt/amasim2)>
scatserver compilation instructions. You will need to modify
the photonics paths and the configure prefix to match your location.
% cvs -d pub.icecube.wisc.edu:/net/local/cvsroot checkout -r scatserver-version-2-0
scatserver
% cd scatserver
% autoreconf -i --force --verbose <this failed, didn't seem to matter>
% setenv CXXFLAGS "-all-static"
% setenv CPPFLAGS "-I/data/desiati/work/icecube/tools/photonics-1.5.0/Linux-i386/include"
% setenv LDFLAGS "-L/data/desiati/work/icecube/tools/photonics-1.5.0/Linux-i386/lib/photonics"
% ./configure --prefix="/home/jkelley"
% make
% make install