Opened 18 years ago

Closed 16 years ago

#328 closed Support Requests (Works For Me)

Linker error

Reported by: nobody Owned by: nobody
Milestone: Component: None
Version: None Severity:
Keywords: Cc:

Description

Hi,

Does anyone know why I get this linker error?  “fatal 
error LNK1104: cannot open file 'libboost_regex-vc7-
sgd-1_32.lib'.”  I search my system for the file but no 
luck.  I'm on Windows XP, using C++ .Net 7.0.

Thanks in advance.
Ken

Change History (2)

comment:1 by John Maddock, 18 years ago

Logged In: YES 
user_id=14804

That file should have been built when you built Boost, and
you should have done that with:

bjam -sTOOLS=vc7 install

from the root directory (see the getting started docs for
full instructions)

John.

comment:2 by René Rivera, 16 years ago

Status: assignedclosed
Note: See TracTickets for help on using tickets.