Boost logo

Boost Users :

From: Javier Estrada (JEstrada_at_[hidden])
Date: 2006-11-02 14:06:50


Thx. Apparently I messed up by using "bjam -sTOOLS=vc-8_0_tool install"
instead.

A related question: The reason I found this is because I ported a
project to VC8 and the linker barfs, asking for the vc8 infix in the
libraries. I assume a macro is defining the infix, am I correct.?

-----Original Message-----
From: boost-users-bounces_at_[hidden]
[mailto:boost-users-bounces_at_[hidden]] On Behalf Of John Maddock
Sent: Thursday, November 02, 2006 9:37 AM
To: boost-users_at_[hidden]
Subject: Re: [Boost-users] Compiling with VC8 gives libraries and DLLs
withvc71

Javier Estrada wrote:
> I'm running into a problem when compiling with VC8 regarding the
> library names that are produced.
>
> The names come out with an infix of 'vc71' (e.g.,
> libboost_thread-vc71-mt-1_33_1.lib).
>
> I gathered that this infix comes from some of the macros that are
> defined, but have been unable to uncover why the name is not picked up

> correctly, given that the compiler version is correct.
>
> I'm quite sure I've followed the installation instructions correctly,
> open the right command prompt and the vcvars batch file, etc.

The library names come from the toolset you select to build with, you
need to use:

bjam -sTOOLS=vc-8_0 install

to get names with "vc80" in them.

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