$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] boost::serialization MIPS build
From: ×èíêîâ Àíäðåé (blackmesa_at_[hidden])
Date: 2008-11-05 05:25:53
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)