Boost logo

Boost Users :

From: Nicholas Cardi (nick_at_[hidden])
Date: 2005-02-05 21:13:23


I think I figured out what I did wrong. I built the 7.0 libraries but I have
the 7.1 compiler.
 
Nick

  _____

From: boost-users-bounces_at_[hidden]
[mailto:boost-users-bounces_at_[hidden]] On Behalf Of Nicholas Cardi
Sent: Saturday, February 05, 2005 5:48 PM
To: boost-users_at_[hidden]
Subject: [Boost-users] Linker Problem with Regex Libraries VC7

The linker is complaining that it can't find the file
libboost_regex-vc71-mt-sgd-1_32.lib
 
This file was not built when I made the regex library.
 
Here is the exsact linker error: fatal error LNK1104: cannot open file
'libboost_regex-vc71-mt-sgd-1_32.lib'
 
The file libboost_regex-vc7-mt-sgd-1_32.lib does exist on my machine and it
is in my include directory.
 
>From the install document
Finally when you use regex++ it is only necessary for you to add the <boost>
root directory to your list of include directories for that project. It is
not necessary for you to manually add a .lib file to the project; the
headers will automatically select the correct .lib file for your build mode
and tell the linker to include it.
 
Is it possible the headers are referancing the wrong lib file?
 
Thanks
Nicholas Cardi
 
 



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