Hi Phirov, On Sat, Apr 7, 2012 at 12:27 PM, PhiRov Zhang <[email protected]> wrote: > I have a problem when install fenics using dorsal-1.0.0 > on fedora 15. > > When install boost, the error is > ---------------------------------------------------------------------------- > Building Boost.Build engine with toolset gcc... > tools/build/v2/engine/bin.linuxx86/b2 > ... > ... > ... > ...failed updating 1 target... > ...skipped 3 targets... > ...updated 9828 targets... > Failure with exit status: 1 > Exit message: There was a problem building boost_1_47_0. > ---------------------------------------------------------------------------- > > The building file dorsal_build.log is also attached.
>From the build log, it seems that you are missing bzlib.h, which is needed to build Boost. I'm not sure in which package you can find this file on Fedora, but try to install the zfstream-devel package: sudo yum install zfstream-devel Let me know if that resolves the problem and I will add it to the instructions for Fedora. Johannes BTW: Sorry for the late reply but I didn't receive your message before today. _______________________________________________ Mailing list: https://launchpad.net/~dorsal Post to : [email protected] Unsubscribe : https://launchpad.net/~dorsal More help : https://help.launchpad.net/ListHelp

