Re: [Boost-users] fatal error LNK1104: cannot open file'libboost_regex-vc71-sgd-1_32.lib'
The readmes do say, but briefly, get bjam from the boost sourceforge site, and run it in the boost root directory. Alternatively, there may well be project files for use with visual studio available for regex inside the boost distribution.
-----Original Message----- From: John Lucas [mailto:john.lucas@mi-int.com] Sent: 14 June 2005 22:43 To: boost-users@lists.boost.org Subject: Re: [Boost-users] fatal error LNK1104: cannot open file'libboost_regex-vc71-sgd-1_32.lib'
Build the libraries? I understand what that means. How do I do that? ________________________________
From: boost-users-bounces@lists.boost.org [mailto:boost-users-bounces@lists.boost.org] On Behalf Of Victor A. Wagner Jr. Sent: 14 June 2005 21:34 To: boost-users@lists.boost.org Subject: Re: [Boost-users] fatal error LNK1104: cannot open file 'libboost_regex-vc71-sgd-1_32.lib'
At 07:37 2005-06-14, John Lucas wrote:
Hi boost
New to C++ and boost so please bear with me.
I have downloaded the boost library (1.3.2) from sf.net on to a Windows XP platform running Visual Studio .NET. I've started a C++ project however when I compile it, having added the regex class, I get the following error:
fatal error LNK1104: cannot open file 'libboost_regex-vc71-sgd-1_32.lib'
I have include the lib path for boost and that worked OK with the other libraries but not this one. Any one got any ideas?
did you build the boost libraries for your compiler(apparently VC++7.1)?
John Lucas Director of Operations MI International UK Tel: +44 (0)1642 356138 Mobile: +44 (0)7884 181828 Email: john.lucas@mi-int.com mailto:john.lucas@mi-int.com URL: www.mi-int.com http://www.mi-int.com/
First for European POI and business data
In association with D&B
DISCLAIMER: this email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error, please notify the system manager. Please note that any views or opinions presented in this email are solely those of the author and do not necessarily represent those of the company. If you are not the intended recipient, please email postmaster@mi-int.com, along with a copy of the email. Finally, the recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. E&OE
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
Victor A. Wagner Jr. http://rudbek.com http://rudbek.com/ The five most dangerous words in the English language: "There oughta be a law"
participants (1)
-
Marcin Tustin