hello, i just made a bzr pull for all fenics packages.
dolfin compiled and linked without problem. but when compiling any of the demos i get the following linking error:
mpic++ -o demo -Wl,-rpath,/scratch/priesen/FEniCS/build/lib main.o -L/scratch/priesen/FEniCS/build/lib -L/usr/lib/atlas -ldolfin -lboost_program_options -lboost_filesystem -lxml2 -lz -lumfpack -lamd -lpetscts -lpetscsnes -lpetscksp -lpetscdm -lpetscmat -lpetscvec -lpetsc -lX11 -lCGAL -llapack -lblas /scratch/priesen/FEniCS/build/lib/libdolfin.so: undefined reference to `boost::detail::set_tss_data(void const*, boost::shared_ptr<boost::detail::tss_cleanup_function>, void*, bool)' /scratch/priesen/FEniCS/build/lib/libdolfin.so: undefined reference to `boost::detail::get_tss_data(void const*)'
collect2: ld returned 1 exit status scons: *** [demo] Error 1 scons: building terminated because of errors. help appreciated :-) best regards, patrick _______________________________________________ Mailing list: https://launchpad.net/~dolfin Post to : [email protected] Unsubscribe : https://launchpad.net/~dolfin More help : https://help.launchpad.net/ListHelp

