David Abrahams <[EMAIL PROTECTED]> writes:
ehab samir aziz <[EMAIL PROTECTED]> writes:
I did not find any executable file called bjam to run
it !!
Please see the tools/build/index.html page in your Boost distribution.
Definitely read ALL of the documentation. after building bjam and jam,
ehab samir aziz <[EMAIL PROTECTED]> writes:
> I did not find any executable file called bjam to run
> it !!
Please see the tools/build/index.html page in your Boost distribution.
HTH,
--
Dave Abrahams
Boost Consulting
www.boost-consulting.com
___
U
I did not find any executable file called bjam to run
it !!
--- David Abrahams <[EMAIL PROTECTED]> wrote:
> ehab samir aziz <[EMAIL PROTECTED]> writes:
>
> > I am running C++ ver 3 . How can I know exactly
> the
> > libraries linked ?
>
> You can examine the command lines generated by bjam
> w
> If you run bjam with "-d2" option, you'll see all the command lines, which
> should be enough to find out which libraries are beeing linked.
It appears that I don't really need -d2 to get a linker line. bjam prints ot
togerther with error anyway:
mwld -search -maxerrors 5 -maxwarnings 20 -expor
ehab samir aziz <[EMAIL PROTECTED]> writes:
> I am running C++ ver 3 . How can I know exactly the
> libraries linked ?
You can examine the command lines generated by bjam when it builds
your project.
> Is a bjam -d2 command that when I issue I discover
> libraries linked ?
Yes, bjam -d2 will ca
I am running C++ ver 3 . How can I know exactly the
libraries linked ?
Is a bjam -d2 command that when I issue I discover
libraries linked ?
--- Vladimir Prus <[EMAIL PROTECTED]> wrote:
> Gennadiy Rozental wrote:
> >>It looks to me like the C library is not getting
> linked into the
> >>executable
Gennadiy Rozental wrote:
It looks to me like the C library is not getting linked into the
executable. There are several possible versions of the C library which
might meet the need (some of them listed in the error messages).
Can you list the libraries that are being linked in? From that I c
> It looks to me like the C library is not getting linked into the
> executable. There are several possible versions of the C library which
> might meet the need (some of them listed in the error messages).
> Can you list the libraries that are being linked in? From that I can
> probably make a