What specific error do you get? You can try adding <path-to-boost-lib-dir> to your LDFLAGS.
LDFLAGS="-L<path>" ... You can also try adding the flags -lboost_system and -lboost_filesystem to your CXXFLAGS. It will work eventually. :) Salman -----Original Message----- From: Zhihua Che [mailto:[email protected]] Sent: Thursday, March 29, 2012 2:23 AM To: [email protected] Subject: [Building Error] cannot find boost_program_option/boost_filesystem Hi, everyone I'm building qpid from git code repository and version is 5c5088749ba26b1d3d6fb8132c14d3be0b20b959. I built it using automake and configure succeeded in creating Makefile. I guess the compiling is ok, but linking failed due to lack of libraries boost_program_option and boost_filesystem. I've installed libboost-dev, but I cannot find the two libraries in my system. I've searched a lot and have no clue how to get this around. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] CONFIDENTIALITY AND SECURITY NOTICE The contents of this message and any attachments may be confidential and proprietary and also may be covered by the Electronic Communications Privacy Act. This message is not intended to be used by, and should not be relied upon in any way, by any third party. If you are not an intended recipient, please inform the sender of the transmission error and delete this message immediately without reading, disseminating, distributing or copying the contents. Citadel makes no assurances that this e-mail and any attachments are free of viruses and other harmful code.
