Wolfgang, Thanks for the quick fix. It did indeed remove the duplicate symbol message, but I am now encountering another one:
=====deal.II==========debug========== Linking library: libdeal_II.g.dylib ld: duplicate symbol dealii::MGTransferBase<dealii::Vector<double> >::~MGTransferBase() in /Users/jsp203/prog/lib/deal_petsc/lib/debug/2d_multigrid_mg_base.o and /Users/jsp203/prog/lib/deal_petsc/lib/debug/1d_multigrid_mg_base.o collect2: ld returned 1 exit status make[1]: *** [/Users/jsp203/prog/lib/deal_petsc/lib/libdeal_II.g.dylib] Error 1 make: *** [debug] Error 2 Note: I did a make distclean, svn update, and make debug. Thanks, Jon On Tue, Oct 26, 2010 at 11:43 AM, Wolfgang Bangerth <[email protected]>wrote: > > Jon, > > > 0) The p4est script appears to work without modification, and the library > > builds ok. > > Cool, that's good to know. We lack other platforms to test, so I'm glad it > works for you. > > > > 2) Linking seems to be the issue: > > > > A) The linker looks for 'libp4est.so' rather than 'libp4est.dylib', which > > Doh. Thanks for the pointer, it should now be fixed. > > > > B) I got a duplicate symbol error on linking, which I have not been able > to > > track down: > > I think I've taken care of this now. Can you try again? > > Thanks > 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
