[Bug libobjc/26794] Checking for gthread causes configure script to fail

2006-03-22 Thread issac dot trotts at gmail dot com
--- Comment #19 from issac dot trotts at gmail dot com 2006-03-22 08:25 --- Subject: Re: Checking for gthread causes configure script to fail On 22 Mar 2006 06:55:53 -, pinskia at gcc dot gnu dot org [EMAIL PROTECTED] wrote: --- Comment #18 from pinskia at gcc dot gnu dot

[Bug libobjc/26794] Checking for gthread causes configure script to fail

2006-03-21 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-03-22 06:08 --- Can you attach the config.log from the libobjc subdirectory as this failure does not make sense? -- Pinski a libobjc maintainer -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26794

[Bug libobjc/26794] Checking for gthread causes configure script to fail

2006-03-21 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-03-22 06:11 --- Also how did you configure GCC? -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug libobjc/26794] Checking for gthread causes configure script to fail

2006-03-21 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-03-22 06:11 --- And GTHREAD is defined in gcc/Makefile: [EMAIL PROTECTED]@ -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26794

[Bug libobjc/26794] Checking for gthread causes configure script to fail

2006-03-21 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-03-22 06:13 --- And the readme is still correct in that thr-objc.c is still used. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26794

[Bug libobjc/26794] Checking for gthread causes configure script to fail

2006-03-21 Thread issac dot trotts at gmail dot com
--- Comment #5 from issac dot trotts at gmail dot com 2006-03-22 06:24 --- Subject: Re: Checking for gthread causes configure script to fail Here it is. Does it help? On 22 Mar 2006 06:08:38 -, pinskia at gcc dot gnu dot org [EMAIL PROTECTED] wrote: --- Comment #1 from

[Bug libobjc/26794] Checking for gthread causes configure script to fail

2006-03-21 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2006-03-22 06:26 --- I should note this works for everyone else. Is this a modified version of GCC that you are compiling? Can you attach Makefile from the gcc subdirectory? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26794

[Bug libobjc/26794] Checking for gthread causes configure script to fail

2006-03-21 Thread issac dot trotts at gmail dot com
--- Comment #8 from issac dot trotts at gmail dot com 2006-03-22 06:27 --- Subject: Re: Checking for gthread causes configure script to fail Sure, but it doesn't tell you what to do if the configure script fails saying that it can't find gthread. On 22 Mar 2006 06:13:50 -,

[Bug libobjc/26794] Checking for gthread causes configure script to fail

2006-03-21 Thread pinskia at physics dot uc dot edu
--- Comment #9 from pinskia at gcc dot gnu dot org 2006-03-22 06:29 --- Subject: Re: Checking for gthread causes configure script to fail On Mar 22, 2006, at 1:27 AM, issac dot trotts at gmail dot com wrote: Sure, but it doesn't tell you what to do if the configure script fails

[Bug libobjc/26794] Checking for gthread causes configure script to fail

2006-03-21 Thread issac dot trotts at gmail dot com
--- Comment #10 from issac dot trotts at gmail dot com 2006-03-22 06:33 --- Subject: Re: Checking for gthread causes configure script to fail OK, you're right. I guess the $r variable (used in the path $r/gcc/Makefile) is not being set correctly in the libobjc configure script. Is

[Bug libobjc/26794] Checking for gthread causes configure script to fail

2006-03-21 Thread issac dot trotts at gmail dot com
--- Comment #11 from issac dot trotts at gmail dot com 2006-03-22 06:37 --- Subject: Re: Checking for gthread causes configure script to fail Sure, here it is. I'm also attaching libobjc/configure{,.in}. On 22 Mar 2006 06:26:54 -, pinskia at gcc dot gnu dot org [EMAIL

[Bug libobjc/26794] Checking for gthread causes configure script to fail

2006-03-21 Thread pinskia at gcc dot gnu dot org
--- Comment #15 from pinskia at gcc dot gnu dot org 2006-03-22 06:42 --- $r is setup by the toplevel Makefile: configure-target-libobjc: $(TARGET_SUBDIR)/libobjc/multilib.out @test ! -f $(TARGET_SUBDIR)/libobjc/Makefile || exit 0; \ $(SHELL) $(srcdir)/mkinstalldirs

[Bug libobjc/26794] Checking for gthread causes configure script to fail

2006-03-21 Thread pinskia at gcc dot gnu dot org
--- Comment #16 from pinskia at gcc dot gnu dot org 2006-03-22 06:43 --- So something is really wrong. How did you configure GCC and build GCC. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26794

[Bug libobjc/26794] Checking for gthread causes configure script to fail

2006-03-21 Thread issac dot trotts at gmail dot com
--- Comment #17 from issac dot trotts at gmail dot com 2006-03-22 06:53 --- Subject: Re: Checking for gthread causes configure script to fail I did this: $ cd ~/downloads/gcc-3.4.6 $ ./configure --enable-threads make $ cd libobjc $ ./configure Did I leave something out? On 22 Mar

[Bug libobjc/26794] Checking for gthread causes configure script to fail

2006-03-21 Thread pinskia at gcc dot gnu dot org
--- Comment #18 from pinskia at gcc dot gnu dot org 2006-03-22 06:55 --- (In reply to comment #17) Subject: Re: Checking for gthread causes configure script to fail I did this: $ cd ~/downloads/gcc-3.4.6 $ ./configure --enable-threads make $ cd libobjc $ ./configure Oh