Hi,
I am trying to compile the latest svn version with gcc 4.3.4
boost 1.40.0-6+b1 on debian squeeze. I have the following error :

make[1]: Entering directory `/home/homedir/trophime/deal.II/base'
=====base=============debug======MT== boost_threads.cc
source/boost_threads.cc:34:51:
error: ../libs/thread/src/pthread/once.cpp: No such file or directory
source/boost_threads.cc:35:53:
error: ../libs/thread/src/pthread/thread.cpp: No such file or directory
make[1]: *** [/home/homedir/trophime/deal.II/lib/base/boost_threads.g.o]
Error 1
make[1]: Leaving directory `/home/homedir/trophime/deal.II/base'
make: *** [baseg] Error 2
t

My configure script was :

./configure --prefix=/usr --enable-parser --enable-multithreading
--enable-shared --with-boost --with-blas --with-lapack --with
-umfpack-libs=/usr/lib --with-umfpack-include=/usr/include/suitesparse
--with-metis-libs=/usr/lib

Changing the path "../libs/thread/src/pthread/once.cpp"
to ../contrib/boost/libs... do not help...

Best regards
Christophe

_______________________________________________
dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii

Reply via email to