[Bug 667470] Re: Linking against libc built with profiling fails

2020-12-15 Thread Balint Reczey
The libc6-prof package (in the form this bug has been written against) has been removed after the 14.04 release. ** Changed in: glibc (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. ht

[Bug 667470] Re: Linking against libc built with profiling fails

2013-11-04 Thread Chucky Ellison
The workaround does not work for me, as once I installed binutils-gold, nothing linked correctly anymore (/usr/bin/ld: fatal error: Input/output error). I had to uninstall it for anything to link. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 667470] Re: Linking against libc built with profiling fails

2013-02-28 Thread Dmitry Zelenkovsky
After installing binutils-gold package it became a bit better, but still not completely fixed: /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu/libc_p.a(elf-init.op):function __libc_csu_irel: error: undefined reference to '__rela_iplt_end' /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86

[Bug 667470] Re: Linking against libc built with profiling fails

2012-03-23 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: glibc (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/667470 Title: Linki

[Bug 667470] Re: Linking against libc built with profiling fails

2011-01-20 Thread Simon Carlsson
A workaround for the problem is to install the binutils-gold package. I don't know if this have any other undesired effects, but it solves the linking issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bu

[Bug 667470] Re: Linking against libc built with profiling fails

2011-01-20 Thread Simon Carlsson
I get the same error with gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5) (Ubuntu 10.04). The problem occurs when compiling using both '--static' and '--export-dynamic' flags in gcc. If I compile with the flags separately everything works fine. In older version of gcc, version 4.2.4 (Ubuntu 4.2.4-1ubunt