Re: [Boost-docs] Quickbook hang

Subject: Re: [Boost-docs] Quickbook hang
From: Daniel James (daniel_james_at_[hidden])
Date: 2009-09-04 09:59:32


2009/9/4 Jared McIntyre <jmcintyre_at_[hidden]>:
>
> The machine is running OS X 10.5.8 on intel. The one that works is the same,
> except on PPC.

I just tried on a similar machine and linking failed on darwin 4.2,
but it worked fine for darwin 4.0. If it helps, here's my
user-config.jam. I used macports to install the dependencies.

    using darwin : 4.0 : /usr/bin/g++-4.0 ;
    using darwin : 4.2 : /usr/bin/g++-4.2 ;

    using doxygen ;
    using boostbook
        : /opt/local/share/xsl/docbook-xsl/
        : /opt/local/share/xml/docbook/4.2
        ;

    using quickbook ;

FWIW, the error for darwin 4.2 is:

ld: bl out of range (30519804 max is +/-16M) from bool
boost::spirit::classic::impl::isdigit_<char>(char)at 0x00046364 in
__text of /Users/daniel/stuff/boost/bin.v2/tools/quickbook/darwin-4.2/debug/link-static/detail/quickbook.o
to main::timeinfo at 0x002709E8 in __bss of
/Users/daniel/stuff/boost/bin.v2/tools/quickbook/darwin-4.2/debug/link-static/detail/quickbook.o
in bool boost::spirit::classic::impl::isdigit_<char>(char)from
/Users/daniel/stuff/boost/bin.v2/tools/quickbook/darwin-4.2/debug/link-static/detail/quickbook.o
collect2: ld returned 1 exit status

Daniel


This archive was generated by hypermail 2.1.7 : 2017-11-11 08:50:41 UTC