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:
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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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:
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