From: Vladimir Prus (ghost_at_[hidden])
Date: 2006-03-03 10:21:05


Reece,
this is mainly a question for you. Your CW results are now online,
and I see a number of autolinking failures, for example:

   http://tinyurl.com/qz3fz

says:

  # Specified file 'c:
     \devel\regression\results\boost\bin.v2\libs\filesystem\build\cw-9.4\
         debug\boost_filesystem-cw94-gd-1_34.lib' not found

Could you look in the above folder to see what's the filename is in reality,
and also tell what's the "using" line for cw contains? If it's just

  using cw ;

then you'd need

  using cw : 9.4 ;

so that V2 knows the exact compiler version.

- Volodya