Failed to build boost 1.31.0 on Windows 2000 with vc7.1

Here are some of the error messages: ...failed HardLink C:\Boost\lib\libboost_unit_test_framework-vc71-mt-s.lib... HardLink C:\Boost\lib\libboost_unit_test_framework-vc71-mt.lib Could Not Find C:\Boost\lib\libboost_unit_test_framework-vc71-mt.lib del /f/q C:\Boost\lib\libboost_unit_test_framework-vc71-mt.lib && copy C: \Boost\lib\libboost_unit_test_framework-vc71-mt-1_31.lib C:\Boost\lib\libboost_ unit_test_framework-vc71-mt.lib ...failed HardLink C:\Boost\lib\libboost_unit_test_framework-vc71-mt.lib... HardLink C:\Boost\lib\boost_thread-vc71-mt-gd.lib Could Not Find C:\Boost\lib\boost_thread-vc71-mt-gd.lib del /f/q C:\Boost\lib\boost_thread-vc71-mt-gd.lib && copy C:\Boost\lib\bo ost_thread-vc71-mt-gd-1_31.lib C:\Boost\lib\boost_thread-vc71-mt-gd.lib ...failed HardLink C:\Boost\lib\boost_thread-vc71-mt-gd.lib... HardLink C:\Boost\lib\boost_thread-vc71-mt.lib Could Not Find C:\Boost\lib\boost_thread-vc71-mt.lib del /f/q C:\Boost\lib\boost_thread-vc71-mt.lib && copy C:\Boost\lib\boost _thread-vc71-mt-1_31.lib C:\Boost\lib\boost_thread-vc71-mt.lib ...failed HardLink C:\Boost\lib\boost_thread-vc71-mt.lib... ...failed updating 56 targets...

Li Lirong wrote:
Best laid plans gone to waste :-( This is now fixed.. attached is the diff to boost-root/tools/build/v1/allyourbase.jam... -- -- Grafik - Don't Assume Anything -- Redshift Software, Inc. - http://redshift-software.com -- rrivera/acm.org - grafik/redshift-software.com - 102708583/icq Index: allyourbase.jam =================================================================== RCS file: /cvsroot/boost/boost/tools/build/v1/allyourbase.jam,v retrieving revision 1.49 retrieving revision 1.50 diff -u -d -r1.49 -r1.50 --- allyourbase.jam 7 Jan 2004 14:00:49 -0000 1.49 +++ allyourbase.jam 7 Feb 2004 17:26:31 -0000 1.50 @@ -2105,7 +2105,8 @@ actions HardLink { - $(RM) $(<) && $(LN) $(>) $(<) + $(RM) $(<) + $(LN) $(>) $(<) } actions Install
participants (2)
-
Li Lirong
-
Rene Rivera