Boost logo

Boost :

From: David Abrahams (dave_at_[hidden])
Date: 2002-08-21 06:55:25


IMO it might be best just to ignore the diagnostics

-----------------------------------------------------------
           David Abrahams * Boost Consulting
dave_at_[hidden] * http://www.boost-consulting.com

----- Original Message -----
From: "John Maddock" <jm_at_[hidden]>
To: <boost_at_[hidden]>
Sent: Wednesday, August 21, 2002 6:47 AM
Subject: Re: [boost] Borland warnings while linking Boost.Test libs

> > Borland generate strange warnings while linkinng Boost.Test libs. For
> > example, prg_exec_monitor consist of 2 modules:
> > execution_monitor.cpp and
> > cpp_main.cpp
> >
> > After finishing linking borland generate following warnings:
> >
> > Warning: 'execution_monitor' not found in library
> > Warning: 'cpp_main' not found in library
> >
> > Though library seems to work if I link it with tests.
>
> It's down to the way we invoke tlib from jam, we use the "update and add"
> command line options, which results in the warnings if the lib doesn't
> already exist. On the other hand, if we don't use these options then
tlib
> does the wrong thing if the lib already exists...
>
> I wonder if it would be better to just delete the lib file prior to each
> invocation of tlib?
>
> John Maddock
> http://ourworld.compuserve.com/homepages/john_maddock/index.htm
>
>
> _______________________________________________
> Unsubscribe & other changes:
http://lists.boost.org/mailman/listinfo.cgi/boost


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk