Hi Marc,
I just tried to compile the subversion version of deal.ii in OpenSUSE 11.4 with the following configuration flags: ./configure --enable-threads --with-umfpack The configure stage finishes successfully (I've attached the output from the configuration below), but at compile time I receive the following error: ======================debug======MT== distributed/tria.cc =====deal.II==========debug======MT== Linking library: libdeal_II.g.so <http://libdeal_II.g.so> /usr/lib/gcc/i586-suse-linux/4.5/../../../../i586-suse-linux/bin/ld: skipping incompatible /home/secanell/Programs/deal.II/lib/libtbb_debug.so.2 when searching for libtbb_debug.so.2 /usr/lib/gcc/i586-suse-linux/4.5/../../../../i586-suse-linux/bin/ld: cannot find libtbb_debug.so.2
Did you resolve this by now? The missing library should be in the lib/ directory and should have been built at the very beginning of the build process.
Best W. ------------------------------------------------------------------------ Wolfgang Bangerth email: [email protected] www: http://www.math.tamu.edu/~bangerth/ _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
