Boost logo

Boost Users :

Subject: Re: [Boost-users] Missing libboost_thread-vc100-mt-s-1_49.lib
From: Pekka Seppänen (pekka.seppanen_at_[hidden])
Date: 2012-07-24 09:28:28


On 24.7.2012 16:13, VimalMathew_at_[hidden] wrote:
> Built it.
> Still the same error.
> Could it be that I'm not calling it correctly in the makefile?
>

Well, you're trying to use CL like you'd be using GCC. Don't do that as they
do not share the same command line syntax (e.g. -L is /LIBPATH: and so on).

Unless you really want, I'd suggest that you simply make a new VC project
instead of playing with Makefiles. That's a lot easier with MSVC.

-- Pekka


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