HI Jason,

I had the exact same problem when compiling version 7.1 on Ubuntu 10.10. I'd tried all of the suggests Wolfgang has made to you with no success. The way to deal with the problem is to update the binutils package to version 2.21. You can find a suitable updates here:
http://packages.ubuntu.com/natty/binutils
http://packages.ubuntu.com/natty/devel/binutils-dev

If you choose to use both packages, then you can use the following command to update the packages: sudo dpkg -i binutils_2.21.0.20110327-2ubuntu2_amd64.deb binutils-dev_2.21.0.20110327-2ubuntu2_amd64.deb

I found that, for me, there were no broken packages after installing and they did not have any unsatisfied dependencies (that is, that they appear to be able to be installed independent of all other packages on the system). I suppose that if Ubuntu complains about doing the update then one should consider reevaluating the options available to you.

Hope this fixes the problem for you.
J-P

On Tue 08 Nov 2011 02:47:25 SAST, Wolfgang Bangerth wrote:
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

_______________________________________________
dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii

Reply via email to