Hi all I've been having trouble compiling deal.ii recently. I'm compiling with gcc version 4.2.1 (Apple Inc. build 5664) and I'm running OSX 10.6.5. I am aware there was an update to Xcode recently but Problem (2) below definitely preceded the update
Problem (1): occurs when compiling using two cores and relates to tbb. The output from the build-test-log is: =====function parser==optimized==MT== fparser.cc Created /Users/andrewmcbride/lib/deal_svn_test/deal.II/lib/contrib/tbb/macos_intel64_gcc_cc4.2.1_os10.6.5_release and ..._debug directories make[6]: *** No rule to make target `/Users/andrewmcbride/lib/deal_svn/deal.II/contrib/tbb/tbb30_104oss/./src/tbb/concurrent_hash_map.cpp', needed by `concurrent_hash_map.o'. Stop. make[5]: *** [tbb] Error 2 make[4]: *** [tbb] Error 2 make[3]: *** [tbb] Error 2 make[2]: *** [contrib] Error 2 make[1]: *** [build-test-do] Error 2 Problem (2) occurs when compiling with a single core. The compilation process appears to get stuck at this point: =====deal.II==========debug======MT== Linking library: libdeal_II.g.dylib ======================optimized==MT== numerics/data_out.cc It's strange as the debug version of data_out seems to compile without hassles. When I say stuck, I mean it has not made progress beyond this point in over an hour. Any ideas? Many thanks Andrew _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
