Introducir código aquí...tu-x86_64 ZLIB_INCL="" ZLIB_LIB=-lz STATIC_LIBSTDCPP=
make[1]: Entering directory `/home/ubuntu/software/TPP-4.8.0/trans_proteomic_pipeline/extern/gzstream'
g++ -I. -O -c -o Ubuntu-x86_64gzstream.o gzstream.cpp
ar cr /home/ubuntu/software/TPP-4.8.0/trans_proteomic_pipeline/src/../build/Ubuntu-x86_64/libgzstream.a Ubuntu-x86_64gzstream.o
make[1]: Leaving directory `/home/ubuntu/software/TPP-4.8.0/trans_proteomic_pipeline/extern/gzstream'
uncompressing HDF5 library
mkdir -p /home/ubuntu/software/TPP-4.8.0/trans_proteomic_pipeline/src/../build/Ubuntu-x86_64/hdf5-1.8.6
cd /home/ubuntu/software/TPP-4.8.0/trans_proteomic_pipeline/src/../build/Ubuntu-x86_64/hdf5-1.8.6; cd ..; tar zxf /home/ubuntu/software/TPP-4.8.0/trans_proteomic_pipeline/src/../extern/hdf5-1.8.6.tar.gz; \
for P in /home/ubuntu/software/TPP-4.8.0/trans_proteomic_pipeline/src/../extern/hdf5-1.8.6.gcc47patch /home/ubuntu/software/TPP-4.8.0/trans_proteomic_pipeline/src/../extern/hdf5-1.8.6.mingwpatch; do \
echo "applying HDF5 patch $P"; \
patch -s -p0 < $P; \
done
applying HDF5 patch /home/ubuntu/software/TPP-4.8.0/trans_proteomic_pipeline/src/../extern/hdf5-1.8.6.gcc47patch
/bin/sh: 4: patch: not found
applying HDF5 patch /home/ubuntu/software/TPP-4.8.0/trans_proteomic_pipeline/src/../extern/hdf5-1.8.6.mingwpatch
/bin/sh: 4: patch: not found
make: *** [/home/ubuntu/software/TPP-4.8.0/trans_proteomic_pipeline/src/../build/Ubuntu-x86_64/hdf5-1.8.6] Error 127
root@trans-proteomic-pipeline:/home/ubuntu/software/TPP-4.8.0/trans_proteomic_pipeline/src#
--
You received this message because you are subscribed to the Google Groups "spctools-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to spctools-discu...@googlegroups.com.
To post to this group, send email to spctools...@googlegroups.com.
Visit this group at http://groups.google.com/group/spctools-discuss.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to a topic in the Google Groups "spctools-discuss" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/spctools-discuss/GHrtZqh_aQI/unsubscribe.
To unsubscribe from this group and all its topics, send an email to spctools-discu...@googlegroups.com.
sudo apt-get update && sudo apt-get install patch
to update your system and install the patch program.