Bug#608901: [Pkg-openmpi-maintainers] Bug#608901: link failure with ld --as-needed

2011-01-11 Thread Manuel Prinz
On Sat, Jan 08, 2011 at 09:50:39AM +0100, Ralf Wildenhues wrote: > And, I guess, upstream OpenMPI should be notified about this. Done. And thanks a lot for taking the time to investigate this! Best regards, Manuel -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a su

Bug#608901: link failure with ld --as-needed

2011-01-08 Thread Ralf Wildenhues
* Matthias Klose wrote on Thu, Jan 06, 2011 at 10:59:12PM CET: > On 06.01.2011 22:40, Ralf Wildenhues wrote: > > > >> /usr/lib/gcc/x86_64-linux-gnu/4.5.2/collect2 --build-id --no-add-needed > >> --eh-frame-hdr -m elf_x86_64 --hash-style=both -dynamic-linker > >> /lib64/ld-linux-x86-64.so.2 > >>

Bug#608901: link failure with ld --as-needed

2011-01-06 Thread Matthias Klose
On 06.01.2011 22:40, Ralf Wildenhues wrote: * Matthias Klose wrote on Tue, Jan 04, 2011 at 09:34:07PM CET: On 04.01.2011 20:56, Ralf Wildenhues wrote: * Matthias Klose wrote on Tue, Jan 04, 2011 at 02:57:41PM CET: With gcc, gcc-4.5 and binutils from experimental, the following configure test (

Bug#608901: link failure with ld --as-needed

2011-01-06 Thread Ralf Wildenhues
* Matthias Klose wrote on Tue, Jan 04, 2011 at 09:34:07PM CET: > On 04.01.2011 20:56, Ralf Wildenhues wrote: > >* Matthias Klose wrote on Tue, Jan 04, 2011 at 02:57:41PM CET: > >>With gcc, gcc-4.5 and binutils from experimental, the following > >>configure test (taken from petsc) fails with --as-ne

Bug#608901: link failure with ld --as-needed

2011-01-04 Thread Matthias Klose
On 04.01.2011 20:56, Ralf Wildenhues wrote: Hello Matthias, * Matthias Klose wrote on Tue, Jan 04, 2011 at 02:57:41PM CET: With gcc, gcc-4.5 and binutils from experimental, the following configure test (taken from petsc) fails with --as-needed: $ cat test.F program main include

Bug#608901: link failure with ld --as-needed

2011-01-04 Thread Ralf Wildenhues
Hello Matthias, * Matthias Klose wrote on Tue, Jan 04, 2011 at 02:57:41PM CET: > With gcc, gcc-4.5 and binutils from experimental, the following > configure test (taken from petsc) fails with --as-needed: > > $ cat test.F > program main >include 'mpif.h' >integer ierr >

Bug#608901: link failure with ld --as-needed

2011-01-04 Thread Matthias Klose
Package: openmpi,binutils User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu natty ubuntu-patch User: debian-...@lists.debian.org Usertags: ld-as-needed With gcc, gcc-4.5 and binutils from experimental, the following configure test (taken from petsc) fails with --as-needed: $ cat test