I am building a application using fix8.
I downloaded the latest fix8 i.e. fix8-1.2.0 and did followed the steps provided in README.
After that i am trying to build the test code provided.
While compiling it I am getting below undefined reference to `gzopen' error.
Please suggest me what i am doing wrong.
Compilation out put:
[ test]$ g++ -I/home/utkal/dev/code/fix8-1.2.0/include -I/home/utkal/dev/code/fix8-1.2.0/include/fix8 -I/home/utkal/dev/code/fix8-1.2.0/usr/ -L/home/utkal/dev/code/fix8-1.2.0/usr/local/lib/ -lPocoFoundation -lPocoNet -lPocoUtil -lPocoXML -lfix8 -pthread -std=c++11 -g myfix.cpp Myfix_types.cpp Myfix_traits.cpp Myfix_classes.cpp -o HFTEST
/home/utkal/dev/code/fix8-1.2.0/usr/local/lib//libfix8.so: undefined reference to `gzopen'
/home/utkal/dev/code/fix8-1.2.0/usr/local/lib//libfix8.so: undefined reference to `gzread'
/home/utkal/dev/code/fix8-1.2.0/usr/local/lib//libfix8.so: undefined reference to `gzclose'
/home/utkal/dev/code/fix8-1.2.0/usr/local/lib//libfix8.so: undefined reference to `gzwrite'
collect2: error: ld returned 1 exit status
Thank you in advance.