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]

gcc 3.4.3 x86_64 built on Fedora Core 2 ????


I did a bootstrap and install, but gcc -v does not produce the expected
results. It seems to be reading the original gcc specs file. I used
separate source and object directories and no special options.

I wonder what else might be wrong?


[kolosiek@plato gcc-3.4.3-obj]$ ../gcc-3.4.3/config.guess
x86_64-unknown-linux-gnu

[kolosiek@plato gcc-3.4.3-obj]$ which gcc
/usr/local/bin/gcc


[kolosiek@plato gcc-3.4.3-obj]$ gcc -v
Reading specs from /usr/lib/gcc-lib/x86_64-redhat-linux/3.3.3/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
--infodir=/usr/share/info --enable-shared --enable-threads=posix
--disable-checking --disable-libunwind-exceptions --with-system-zlib
--enable-__cxa_atexit --host=x86_64-redhat-linux
Thread model: posix
gcc version 3.3.3 20040412 (Red Hat Linux 3.3.3-7)


However, there is a new specs file at

/usr/local/lib/gcc/x86_64-unknown-linux-gnu/3.4.3/specs



[kolosiek@plato gcc-3.4.3-obj]$ more /etc/issue
Fedora Core release 2 (Tettnang)
Kernel \r on an \m

 
[kolosiek@plato gcc-3.4.3-obj]$ uname -a
Linux plato 2.6.8-1.521smp #1 SMP Mon Aug 16 09:32:47 EDT 2004 x86_64
x86_64 x86_64 GNU/Linux


[kolosiek@plato gcc-3.4.3-obj]$ rpm -q glibc
glibc-2.3.3-27
glibc-2.3.3-27

[kolosiek@plato gcc-3.4.3-obj]$ rpm -q glibc-devel
glibc-devel-2.3.3-27
glibc-devel-2.3.3-27.1



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