Subject: Re: [Boost-bugs] [Boost C++ Libraries] #666: Linking problems
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2007-12-20 16:45:16
#666: Linking problems
-----------------------+----------------------------------------------------
Reporter: nobody | Owner: nobody
Type: Bugs | Status: closed
Milestone: | Component: None
Version: None | Severity:
Resolution: Rejected | Keywords:
-----------------------+----------------------------------------------------
Comment (by anonymous):
( solution for vc++ 2005(studio) boost/regex 1.3.41 )
download: boost_1_34_1_setup.exe
from:
http://www.boost-consulting.com/products/free
and let it do what it does.
after: move to: ----> C:\Program Files\boost\boost_1_34_1\libs\regex\build
copy file vc8.mak ----> vc81.mak
inside vc81.mak change string: "-1_34" to: "-1_34_1"
and NOW:
nmake -fvc81.mak
at this point you can see that at sub-dir /vc80 ---> files + libraries are
created.
at end:
copy the: libboost_regex-vc80-mt-gd-1_34_1 (extension object file library)
to:
C:\Program Files\boost\boost_1_34_1\lib
NOW: move to vc++2005(studio)
at the properties of the project:
Properties ---> Linker ---> Additional Library Directories
"c:\Program Files\boost\boost_1_34_1\lib"
and that's all !!!
--
Ticket URL: <http://svn.boost.org/trac/boost/ticket/666#comment:2>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:49:57 UTC