Hi All,
FYI, seems the bz2 checking error was not properly handled if there is
no bz2 lib. We happened to notice this on our server without bz2 installed.
Checking for libbz2:
gcc -fPIC -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DBINTRAJ
-DHASGZ -lbz2 -o testp testp.c
testp.c:2:19: error: bzlib.h: No such file or directory
testp.c: In function 'main':
testp.c:4: error: 'BZFILE' undeclared (first use in this function)
testp.c:4: error: (Each undeclared identifier is reported only once
testp.c:4: error: for each function it appears in.)
testp.c:4: error: 'infile' undeclared (first use in this function)
libbz2 Not found; this feature will be disabled.
Best,
Ruxi
_______________________________________________
AMBER-Developers mailing list
AMBER-Developers.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber-developers
Received on Thu Mar 23 2017 - 13:00:03 PDT