$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] boost.extensions bugs?
From: Jeremy Pack (rostovpack_at_[hidden])
Date: 2008-09-15 14:21:57
German,
comments below
On Mon, Sep 15, 2008 at 11:10 AM, Germán Diago <germandiago_at_[hidden]>wrote:
> Now I don't have the same machine available til thrusday to test the
> script, but I'll do whenever I have some time.
> Anyway, I compiled my library by hand using this command:
>
> g++ -fPIC -shared myfile.o -o myfile.extension
>
>
> and the program with:
>
> g++ myprogram.cpp -o myprogram
My recommendation is to use bjam to build, but have it output the build
commands that it uses ("bjam -d+2" is the command line, I think). Then use
those g++ commands in your own build.
> <snip>
>
Jeremy Pack