$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Cross compilation problem
From: Vladimir Prus (vladimir_at_[hidden])
Date: 2009-04-15 08:38:58
Jostein Austvik Jacobsen wrote:
> I'm trying to cross compile boost 1.38 for the gumstix motherboard (ARM)
> like this:
>
> wget --tries=10
> http://heanet.dl.sourceforge.net/soruceforge/boost/boost_1_38_0.tar.gz
> tar xzf boost_1_38_0.tar.gz
> cd boost_1_38_0
> echo "using gc : `${GUMSTIXTOP}/tmp/cross/arm-angstrom-linux-gnueabi7bin/g++
> -v 2>&1 | tail --1 | awk '{print $3}'`
If 'using gc : ...' is what your script uses, then it's the bug. You should
have used 'gcc'.
- Volodya