I'm using filesystem in boost to build my apache thrift client and server. So I linked -lboost_system and lboost_filesystem which are required to build them in makefile. https://github.com/cdwijayarathna/thrift/commit/fd5c8968288fd40cd8819dcf964a3cd525fea65a These build without any error in my machine. But travis build failed due to this saying
/usr/bin/ld: cannot find -lboost_system
/usr/bin/ld: cannot find -lboost_filesystem
https://travis-ci.org/cdwijayarathna/thrift/jobs/32043346
What is the reason for this?