
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

Maybe there is another error-message telling you that some include file could not be found. I reckon you may have forgotten to add the include path for the ATLAS header files. (I assume that you already have downloaded the ATLAS library...) -----Original Message----- From: boost-bounces@lists.boost.org [mailto:boost-bounces@lists.boost.org] On Behalf Of David Doria Sent: Sonntag, 9. März 2008 16:11 To: boost@lists.boost.org Subject: [boost] Linear Algebra 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 _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
participants (2)
-
David Doria
-
Thomas Klimpel