Hi,
I have downloaded the Mosaik-1.1.0021-source.tar.bz2 on our RedHat6 64 bit system. When running 'make' in the src directory, errors occur. Dependencies (gcc-c++, zlib, zlib-devel) have caused the some of the errors, but now I am stuck.
Anybody to put me on the right track?
Thanks in advance!
I have downloaded the Mosaik-1.1.0021-source.tar.bz2 on our RedHat6 64 bit system. When running 'make' in the src directory, errors occur. Dependencies (gcc-c++, zlib, zlib-devel) have caused the some of the errors, but now I am stuck.
Anybody to put me on the right track?
Code:
$ make Building MOSAIK for the following platform: linux ========================================================= - Building in CommonSource - Building in AssemblyFormats make[2]: Nothing to be done for `all'. - Building in DataStructures make[2]: Nothing to be done for `all'. - Building in ExternalReadFormats make[2]: Nothing to be done for `all'. - Building in MosaikReadFormat make[2]: Nothing to be done for `all'. - Building in PairwiseAlignment make[2]: Nothing to be done for `all'. - Building in Utilities make[2]: Nothing to be done for `all'. - Building in MosaikBuild * linking MosaikBuild /usr/bin/ld: cannot find -lz collect2: ld returned 1 exit status make[1]: *** [MosaikBuild] Error 1 - Building in MosaikAligner * linking MosaikAligner /usr/bin/ld: cannot find -lpthread collect2: ld returned 1 exit status make[1]: *** [MosaikAligner] Error 1 - Building in MosaikSort * linking MosaikSort /usr/bin/ld: cannot find -lpthread collect2: ld returned 1 exit status make[1]: *** [MosaikSort] Error 1 - Building in MosaikMerge * linking MosaikMerge /usr/bin/ld: cannot find -lpthread collect2: ld returned 1 exit status make[1]: *** [MosaikMerge] Error 1 - Building in MosaikAssembler * linking MosaikAssembler /usr/bin/ld: cannot find -lpthread collect2: ld returned 1 exit status make[1]: *** [MosaikAssembler] Error 1
Comment