|
Boost : |
From: Thomas Klimpel (Thomas.Klimpel_at_[hidden])
Date: 2008-03-10 05:53:03
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_at_[hidden] [mailto:boost-bounces_at_[hidden]] On Behalf Of David Doria
Sent: Sonntag, 9. März 2008 16:11
To: boost_at_[hidden]
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
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk