
9 Mar
2008
9 Mar
'08
3:10 p.m.
I was trying to run one of the examples, and it was trying to include: #include <boost/numeric/bindings/atlas/clapack.hpp> I realized that I didn't have a bindings directory at all! After some looking around, I ended up here: http://news.tiker.net/dl/software/boost-bindings I un-tared it and put its 'bindings' folder in my .../boost/numeric folder. When I compiled the example again, I got hundreds of c:\program files\boost\boost_1_34_1\boost\numeric\bindings\traits\type_traits.hpp(26) : error C2894: templates cannot be declared to have 'C' linkage Am I going about this wrong? -- Thanks, David