Re: [boost] Re: [test] metrowerks linking errors

2003-02-11 Thread Paul Hamilton
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,

Re: [boost] Re: [test] metrowerks linking errors

2003-02-11 Thread David Abrahams
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

Re: [boost] Re: [test] metrowerks linking errors

2003-02-11 Thread ehab samir aziz
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

[boost] Re: [test] metrowerks linking errors

2003-02-10 Thread Gennadiy Rozental
> 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

Re: [boost] Re: [test] metrowerks linking errors

2003-02-10 Thread David Abrahams
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

Re: [boost] Re: [test] metrowerks linking errors

2003-02-10 Thread ehab samir aziz
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

[boost] Re: [test] metrowerks linking errors

2003-02-10 Thread Vladimir Prus
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

[boost] Re: [test] metrowerks linking errors

2003-02-09 Thread Gennadiy Rozental
> 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