
Ops, a little typo there. I didn't copy/paste, I wrote off another screen. I'm using "gcc", but I'm sure I would've gotten an error if I typed "gc"? -Jostein 2009/4/15 Vladimir Prus <vladimir@codesourcery.com>
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
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost