[Bug bootstrap/25794] gcc won't link to new local glibc

2006-01-16 Thread davek at csh dot rit dot edu
--- Comment #8 from davek at csh dot rit dot edu 2006-01-17 07:45 --- I see gcc-bugs@gcc.gnu.org in the cc list, and I can't remove it. I was just using this as my notebook for this problem. I thought no email was sent on resolved bugs, but now I see I'm getting emails. Who's getting

[Bug bootstrap/25794] gcc won't link to new local glibc

2006-01-16 Thread davek at csh dot rit dot edu
--- Comment #7 from davek at csh dot rit dot edu 2006-01-17 07:41 --- a better patch -> --- orig/gcc-4.0.2/gcc/Makefile.in Fri Sep 9 17:05:39 2005 +++ gcc-4.0.2/gcc/Makefile.in Mon Jan 16 21:40:20 2006 @@ -73,6 +73,9 @@ srcdir = @srcdir@ docdir = @srcdir@/doc +# hack +BOOT_LD

[Bug bootstrap/25794] gcc won't link to new local glibc

2006-01-16 Thread davek at csh dot rit dot edu
--- Comment #6 from davek at csh dot rit dot edu 2006-01-17 06:20 --- I've gotten the compile to continue by cross compiling and altering the Makefile between stage 1 and 2 (or wherever it errored). $ diff -u orig/gcc-4.0.2/gcc/Makefile.in gcc-4.0.2/gcc/Makefile.in --- orig/gcc-4.0.2/gc

[Bug bootstrap/25794] gcc won't link to new local glibc

2006-01-16 Thread davek at csh dot rit dot edu
--- Comment #5 from davek at csh dot rit dot edu 2006-01-16 20:48 --- still can't get it to work. I've tried at least 50 different configurations and had to wait an hour to see if each one would work. It always exits with undefined references to symbols in /usr/glibc2/lib/ld-2.3.6.so.

[Bug bootstrap/25794] gcc won't link to new local glibc

2006-01-15 Thread davek at csh dot rit dot edu
--- Comment #4 from davek at csh dot rit dot edu 2006-01-16 02:36 --- so GCC won't compile with glibc-2.3.6. thanks. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25794

[Bug bootstrap/25794] gcc won't link to new local glibc

2006-01-15 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-01-16 02:25 --- This is not the right forum to ask help for compiling with weird options. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug bootstrap/25794] gcc won't link to new local glibc

2006-01-15 Thread davek at csh dot rit dot edu
--- Comment #2 from davek at csh dot rit dot edu 2006-01-16 02:21 --- still won't compile stage one compiler still linked to old glibc -> $ which ldd /usr/glibc2/bin/ldd $ ldd gcc/stage1/xgcc libc.so.6 => /lib/libc.so.6 (0x40019000) /lib/ld-linux.so.2 => /lib/ld-linux.s

[Bug bootstrap/25794] gcc won't link to new local glibc

2006-01-15 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-01-15 16:29 --- You should be setting BOOT_LDFLAGS and not BOOT_CFLAGS for the ld options. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --