Click here to Skip to main content
15,889,216 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
when I use VS2015 complie a program,it shows > LINK : fatal error LNK1104: can`t open file“libboost_filesystem-vc140-mt-1_58.lib”.( Windows 7 64 bit)
Following is the commend I use to complie Boost:
b2.exe install --stagedir="c:\temp" address-model=64 --build-type=complete stage
Posted

1 solution

You must add the path to the boost libraries at Library Directories in the Directories Properties Page[^].
 
Share this answer
 
Comments
Albert Holguin 19-Oct-15 14:45pm    
Pretty much it.... failed to provide a path to your library... +5

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900