Package: gcc-4.9
Version: 4.9.2-18
Severity: normal
Dear Maintainer,
I'm trying to re-prefix gcc at runtime and found that --sysroot option
is not properly respected - /usr/lib/ still stays in ld search path.
Here is an example
$ pwd
/home/kirr/tmp/gcc-sysroot # NOTE - non / n
package gfortran-4.4
severity 576864 important
thanks
On Sun, Aug 08, 2010 at 01:27:05PM +0400, Kirill Smelkov wrote:
> package gfortran-4.4
> tag 576864 + fixed-upstream - upstream
> thanks
>
> The fix was commited to upstream gcc-4_4-branch today:
>
> http://gcc.gnu.org/
On Sun, Aug 08, 2010 at 12:24:58PM +0200, Steinar H. Gunderson wrote:
> On Sun, Aug 08, 2010 at 02:20:38PM +0400, Kirill Smelkov wrote:
> > No thanks, I can't afford NDA for myself.
>
> I wouldn't require an NDA to be signed -- it would be on honor code. :-)
> (It
On Sun, Aug 08, 2010 at 11:55:28AM +0200, Steinar H. Gunderson wrote:
> On Sun, Aug 08, 2010 at 01:47:09PM +0400, Kirill Smelkov wrote:
> > The fix Matthias reffered to, is that you no longer need to pass -pthread
> > explicitly if your program does not use pthreads. Please try i
On Sat, Aug 07, 2010 at 10:08:27PM +0200, Steinar H. Gunderson wrote:
> On Sat, Aug 07, 2010 at 09:46:31PM +0200, Matthias Klose wrote:
> > fixed in binutils 2.20.1-13 (and in binutils from experimental).
>
> I'm afraid it's not:
>
> fugl:~/dev/tehintro> ld -v
> GNU ld (GNU Binutils for Debian) 2
package gfortran-4.4
tag 576864 + fixed-upstream - upstream
thanks
The fix was commited to upstream gcc-4_4-branch today:
http://gcc.gnu.org/viewcvs?view=revision&revision=162990
Now all we need, is to pull from there.
Thanks,
Kirill
--
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.deb
reassign 591405 binutils
found 591405 2.20.1-12
fixed 591405 2.20.51.20100710-2
tag 591405 upstream
retitle ld: -no-add-needed breaks linking with weak symbols
thanks
On Fri, Aug 06, 2010 at 08:11:46PM +0400, Kirill Smelkov wrote:
> After upgrading binutils to 2.20.51.20100710-2 from experimen
package gfortran-4.4
forwarded 576864 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43954
tags 576864 upstream patch
thanks
Upstream fixed this for gcc-4.6, but upstream gcc-4.4 and gcc-4.5 still
have this problem.
I've backported -4.6 patch for gcc-4_4-branch and gcc-4_5-branch
branches and put th
After upgrading binutils to 2.20.51.20100710-2 from experimental, the
problem goes away:
$ g++ -v 2>&1 | grep "gcc version"
gcc version 4.4.4 (Debian 4.4.4-7)
$ ld -v
GNU ld (GNU Binutils for Debian) 2.20.51-system.20100710
$ make
g++ -Wl,-no-add-needed -shared -o lpthread.
Smaller testcase:
8< Makefile
# $ make
# g++ -Wl,-no-add-needed -shared -o lpthread.so -lpthread
# g++ -Wl,-no-add-needed -o deb591405 deb591405.cpp lpthread.so
# /usr/bin/ld: ,: invalid DSO for symbol `pthread_cancel@@GLIBC_2.0' definition
# /lib/libpthread.so.0: could not read symbols
Package: g++-4.4
Version: 4.4.4-7
Severity: normal
[ First of all, this bug seems to be the same as bugs #577961 and
#578831, only they cover gcc-4.5, where afaik -Wl,-no-add-needed
is default ]
I'm trying to build my libraries with -Wl,-no-add-needed and got an
issue wrt weak symbols hand
Also posted to gcc bugzilla:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43954
--
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100501172704.ga11...@landau.phys.spbu.
Forgot to mention, that since gfortran defaults to 4.3 in lenny, and to
4.4 in squeeze, this can be seen as lenny -> squeeze regression.
Thanks,
Kirill
--
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Package: gfortran-4.4
Version: 4.4.2-9
Severity: normal
Hello,
Like with gcc and g++, for compiling .F sources with gfortran, I
thankfully use automatic dependencies generator built into gcc's cpp.
E.g. for
$ cat test.F
#include "test.h"
program test
print *,'Hello
14 matches
Mail list logo