Boost logo

Boost Users :

Subject: Re: [Boost-users] Is there a way to generate the library names used byauto_link.hpp
From: Patrick Harris (patrick.harris_at_[hidden])
Date: 2008-10-22 04:55:01


I suspected not but thanks for confirming it.

Patrick
T R I C Y C L E

-----Original Message-----
From: boost-users-bounces_at_[hidden] [mailto:boost-users-bounces_at_[hidden]] On Behalf Of John Maddock
Sent: 22 October 2008 09:35
To: boost-users_at_[hidden]
Subject: Re: [Boost-users] Is there a way to generate the library names used byauto_link.hpp

Patrick Harris wrote:
>> I'd like to be able to use the generated library names to
>> automatically add a linker delay load option but the auto_link.hpp
>> file undefs the lib name and some of the other defines used. Is
>> there a supported way of getting the generated names other than
>> duplicating and customising bits of the auto_link.hpp file?

The short answer is no there isn't: the issue is that auto_link.hpp gets
included multiple times (once for each library) so it really does need to
clean up after itself.

John.

_______________________________________________
Boost-users mailing list
Boost-users_at_[hidden]
http://lists.boost.org/mailman/listinfo.cgi/boost-users


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net