$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Andrea Interguglielmi (ainterguglielmi_at_[hidden])
Date: 2008-02-03 13:33:32
Hi,
I've downloaded boost 1_34_1, I'm trying to compile the quickstart example
located under libs/python/example/quickstart using the following command:
bjam toolset=gcc test
but the build process stops wit the following error:
gcc.link.dll ../../../../bin.v2/libs/python/build/gcc-4.0.1
/debug/libboost_python-gcc40-d-1_34_1.dylib
ld: unknown option: -R
collect2: ld returned 1 exit status
What's weird is that the build system hasn't compiled any boost_python dylib
yet, so why is it trying to link it already?
My configuration is very standard, mac os x leopard, bjam installed using
darwinports.
Hope someone will be able to help...
Thanks,
Andrea