EB Dammer - 2010-07-30

During a make on an x86 linux machine, I cannot get past a make of in the SUMmOn_2.0/SUMmOn/  directory.  The error is consistently
about an undefined reference to 'uncompress' in ramp.o function readPeaks:

Here is the last bit of the make output:
g++ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE     -I. -I/lab/user_data/edammer/ramp -I. -I/lab/user_data/edammer/gsl-1.6 -Wno-deprecated -c .             / main.cpp
g++: ./: linker input file unused because linking not done
g++   -o summon InOut.o quantitation.o PeaksUtils.o IonGenerator.o Modifier.o SumoAnalysis.o Digestion.o Masses.o base64.o ramp.o main.o /usr/             local/lib/libgsl.a -static
ramp.o(.text+0x42e5): In function `readPeaks(RAMPFILE*, long)':
undefined reference to `uncompress'
collect2: ld returned 1 exit status
make: ***  Error 1

Help is appreciated if someone worked around the error.  Note, zlip current version is installed, and including the zlib.h in the ramp.cpp causes other problems.

Thanks in advance and look forward to an acknowledgment in EMBO Reports!

-Eric