Wolfgang, Yes, that fixed it, thanks!
However, there is one more problem (always, right?). Even though the debug libraries compile just fine now, I have a problem with the optimized ones. I get the following error: =====lac==============optimized==MT== block_vector.cc /Users/jpitt/prog/lib/deal/contrib/boost/include/boost/bind.hpp: In function ‘boost::_bi::bind_t<R, R (*)(B1, B2, B3), typename boost::_bi::list_av_3<A1, A2, A3>::type> boost::bind(R (*)(B1, B2, B3), A1, A2, A3) [with R = void, B1 = std::complex<float>*, B2 = std::complex<float>*, B3 = const std::complex<float>&, A1 = boost::arg<1>, A2 = boost::arg<2>, A3 = std::complex<float>]’: /Users/jpitt/prog/lib/deal/contrib/boost/include/boost/bind.hpp:109: internal compiler error: Bus error Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://developer.apple.com/bugreporter> for instructions. make[1]: *** [/Users/jpitt/prog/lib/deal/lib/lac/block_vector.o] Error 1 make: *** [laco] Error 2 This really has me stuck, as I don't know much about internal compiler errors (nor have I witnessed them too often). Do you have any ideas? I tried this with both the 4.0.1 and 4.2.1 compilers distributed with OS X. Thanks again for all of you help, Jon On Wed, Sep 2, 2009 at 2:02 PM, Wolfgang Bangerth <[email protected]>wrote: > > > I'm using the mpi compilers (built on gcc 4.0.1) distributed with OS X. > > Ah, yes, the infamous old gcc4.0. Try again now, I think it should be > fixed. > > Best > W. > > ------------------------------------------------------------------------- > Wolfgang Bangerth email: [email protected] > www: > http://www.math.tamu.edu/~bangerth/<http://www.math.tamu.edu/%7Ebangerth/> > >
_______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
