On Monday, November 07, 2011 05:56:36 PM Guido Kanschat wrote: > This might be due to everything now being in a single library. I > wonder if the matter might be related to using a 32 bit linker. > Comments?
Didn't we have everything in a single library in 7.0 already? The only thing that has changed in the build system between 7.0 and 7.1 is that we use the flag -Wa,--compress-debug-sections. What happens if you - run ./configure - do 'make clean distclean' - remove above flag from CXXFLAGS.g in common/Make.global_options - do make all ? W. ------------------------------------------------------------------------- Wolfgang Bangerth email: [email protected] www: http://www.math.tamu.edu/~bangerth/ _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
