Hello,
bootstrao.sh file on Linux machine create b2 executable (copy it on boost root directory)
cd "$pwd"
BJAM="$my_dir/tools/build/src/engine/b2"
echo "tools/build/src/engine/b2"
cp "$BJAM" .
Running b2 shows the error
./b2
bash: ./b2: cannot execute binary file: Exec format error
Can somebody explain?
Thank you,
Leonid