On 28 June 2011 11:13, philippe makowski <[email protected]> wrote: > 2011/6/28 Funda Wang <[email protected]>: >> <quote> >> /usr/bin/ld: cannot find -lboost_program_options >> </quote> >> >> That is the problem here, it is looking for libboost_program_options, >> but we only have libboost_program_options-mt. >> > and why ? > under mga1 we have libboost_program_options.so.1.44.0 > and under Cauldron libboost_program_options-mt.so.1.46.1 > > why not libboost_program_options.so.1.46.1 ? > > Fedora have both , why don't we have both ? >
[...] > how to solve this ? (sorry it is out of my skills) > For some reason that particular configure check (boost::program_options::validation_error) doesn't check multi-threaded libboost_program_options-mt.so, the other ones do. I've committed a fix, hopefully it'll work. -- Ahmad Samir
