GNU configure breaks on 3.4-20040218

sean darcy seandarcy@hotmail.com
Sun Feb 22 18:55:00 GMT 2004


>From: Eric Christopher <echristo@redhat.com>
>To: sean darcy <seandarcy@hotmail.com>
>CC: gcc@gcc.gnu.org
>Subject: Re: GNU configure breaks on 3.4-20040218
>Date: Sun, 22 Feb 2004 00:38:04 -0800
>
........................................
>
>Perhaps you could show us the result of trying to build and run, say,
>hello world with the newly installed compiler?
>
>-eric
>
>--
>Eric Christopher <echristo@redhat.com>
>
Ok.:

[system@amd3000 34]$ cat hello.c
#include <stdio.h>
int main() {
   (void)printf("Hello,World!\n");
   return 0;
}
[system@amd3000 34]$ gcc34 -o hello hello.c
[system@amd3000 34]$ ./hello
Hello,World!
[system@amd3000 34]$ gcc34 -v
Reading specs from /usr/lib/gcc/i386-redhat-linux/3.4.0/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man 
--infodir=/usr/share/info --enable-shared --enable-threads=posix 
--disable-checking --with-system-zlib --enable-__cxa_atexit 
--disable-libunwind-exceptions --enable-languages=c,c++,objc,java,f77 
--host=i386-redhat-linux
Thread model: posix
gcc version 3.4.0 20040218


More importantly, gcc34 20040218  builds kernel-2.6.3 correctly AFAICT ( 
running it now).

My untutored suspicion is an interaction the the gnu make tools- which is 
waaay out of my depth.

sean

_________________________________________________________________
Dream of owning a home? Find out how in the First-time Home Buying Guide. 
http://special.msn.com/home/firsthome.armx



More information about the Gcc mailing list