Hi everyone, I am trying to do a source build for qpid 0.14. I am running into a boost dependency error which I am unable to solve. Here is the error...
/usr/bin/ld: cannot find -lboost_program_options
collect2: ld returned 1 exit status
make[2]: *** [libqpidcommon.la] Error 1
I also built boost from source so its no surprise that it cannot find the required file in /usr/bin/ld. Perhaps there is a way to tell it where to find boost? I passed the location of my boost build to the configure script through a
CPPFLAG which helps it find the hpp files but perhaps not this one.
I realize the error output is limited but I also didn’t want to mess everything up with meaningless output. If you require more info I’ll be happy to post the rest of the output along with the error message.
I'll appreciate any input on this. Thanks!
Salman