
AMDG Jostein Austvik Jacobsen wrote:
notice: Loading user-config configuration file user-config.jam from /home/jostein/boost138/boos t_1_38_0/tools/build/v2/user-config.jam . notice: will use '/home/jostein/gumstix/gumstix-oe/tmp/cross/arm-angstrom-linux-gnueabi/bin/g++ ' for gcc, condition <toolset>gcc-4.1.2
notice: [cmdline-cfg] Detected command-line request for gcc-arm: toolset= gcc version= arm notice: [cmdline-cfg] toolset gcc-arm not previously configured; attempting to auto-configure n ow notice: will use 'g++' for gcc, condition <toolset>gcc-arm notice: using gcc libraries :: <toolset>gcc-arm :: /usr/bin /usr/lib /usr/lib32 /usr/lib64
Here's the problem. Your asking for gcc-arm on the command line and Boost.Build only knows about gcc-4.1.2. In Christ, Steven Watanabe