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.  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 better suggestion.
> > 
> > 
> > No. I have no idea. This is bjam output. More
> examples you could see on
> > win32 status page for Boost.Test unit tests. Maybe
> metrowerks toolset could
> > answer your question.
> 
> 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.
> 
> HTH,
> Volodya
> 
> 
> _______________________________________________
> Unsubscribe & other changes:
http://lists.boost.org/mailman/listinfo.cgi/boost


__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to