Boost logo

Boost-Build :

Subject: Re: [Boost-build] boost::serialization MIPS build
From: Vladimir Prus (ghost_at_[hidden])
Date: 2008-11-05 06:20:47


On Wednesday 05 November 2008 13:25:53 Чинков Андрей wrote:
> I needed makefile because I have just cross-built boost::regex to MIPS
> using gcc.mak located in $(BOOST_ROOT)/libs/regex by means of this
> replace:
>
> CXX=mipsel-linux-uclibc-gcc -DBOOST_SP_DISABLE_THREADS
> -DBOOST_DISABLE_THREADS
>
> LINKER=mipsel-linux-uclibc-gcc
>
> AR=mipsel-linux-uclibc-ar
>
>
>
> #CXX=gcc
>
> #LINKER=gcc
>
> #AR=ar
>
> Then I built test program test_regex.out with libboost_regex.a
> cross-library and it works successfully on my MIPS machine :)
>
> Nevertheless thank you for quick answer and the link you gave me)

Ok, then I think following the instructions at the page I gave should
be easier than trying to get any mind of makefiles :-)

- Volodya


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk