-
Notifications
You must be signed in to change notification settings - Fork 30
Description
Compiling libStatGen doesn't throw any errors, but when compiling fastQValidator, it does:
g++ -std=c++0x -O4 -pipe -Wall -I/tools/src/libStatGen//include -I. -D__ZLIB_AVAILABLE__ -D_FILE_OFFSET_BITS=64 -D__STDC_LIMIT_MACROS -o ../bin/fastQValidator ../obj/FastQValidator.o /tools/src/libStatGen//libStatGen.a -lm -lz
/tools/src/libStatGen//libStatGen.a(GzipFileType.o): In functionGzipFileType::GzipFileType(char const*, char const*)': GzipFileType.cpp:(.text+0xdf): undefined reference togzopen64'
/tools/src/libStatGen//libStatGen.a(GzipFileType.o): In functionGzipFileType::seek(long, int)': GzipFileType.cpp:(.text._ZN12GzipFileType4seekEli[GzipFileType::seek(long, int)]+0x9): undefined reference togzseek64'
/tools/src/libStatGen//libStatGen.a(GzipFileType.o): In functionGzipFileType::tell()': GzipFileType.cpp:(.text._ZN12GzipFileType4tellEv[GzipFileType::tell()]+0x5): undefined reference togztell64'