This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GNU configure breaks on 3.4-20040218


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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]