[Mageia-dev] schroot build problem with new libboost

2011-06-28 Thread philippe makowski
Hi, can someone help me to solve the build problem here : http://pkgsubmit.mageia.org/uploads/failure/cauldron/core/release/20110628070637.philippem.valstar.17988/ what is strange is that Fedora 16 build is ok with same libboost version as our in Cauldron thanks

Re: [Mageia-dev] schroot build problem with new libboost

2011-06-28 Thread Funda Wang
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. 2011/6/28 philippe makowski makowski.mag...@gmail.com: Hi, can someone help me to solve the build problem here :

Re: [Mageia-dev] schroot build problem with new libboost

2011-06-28 Thread David W. Hodgins
On Tue, 28 Jun 2011 03:23:30 -0400, Funda Wang fundaw...@gmail.com wrote: 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. 2011/6/28 philippe makowski

Re: [Mageia-dev] schroot build problem with new libboost

2011-06-28 Thread philippe makowski
2011/6/28 Funda Wang fundaw...@gmail.com: 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

Re: [Mageia-dev] schroot build problem with new libboost

2011-06-28 Thread Ahmad Samir
On 28 June 2011 11:13, philippe makowski makowski.mag...@gmail.com wrote: 2011/6/28 Funda Wang fundaw...@gmail.com: 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

Re: [Mageia-dev] schroot build problem with new libboost

2011-06-28 Thread philippe makowski
2011/6/28 Ahmad Samir ahmadsamir3...@gmail.com: I've committed a fix, hopefully it'll work. thanks