Sender: root AT delorie DOT com Message-ID: <38F5591D.449CD1AB@gfs.co.uk> Date: Thu, 13 Apr 2000 06:20:29 +0100 From: Jason Saunders X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.2.14 i686) X-Accept-Language: en MIME-Version: 1.0 To: pgcc AT delorie DOT com Subject: pgcc-2.95.3 binary tarball bug? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: pgcc AT delorie DOT com Seeing that binaries for pgcc-2.95.3 are available on the pcg web site, I excitedly downloaded them. To make sure I was running the new gcc I did gcc -v and got this: [root AT office1 /var]# /usr/local/pgcc/bin/gcc -v Reading specs from /usr/local/pgcc/lib/gcc-lib/i686-pc-linux-gnu/pgcc-2.95.2/specs gcc version pgcc-2.95.2 19991024 (release) "Err..." I thought... There must be some stuff from the old version left lying around, so I did an rm -rf of the /usr/local/pgcc and extracted the tar file with tar xvpzf pgcc-2.95.3-linux-x86-glibc2.1.tar.gz -C / I did gcc -v again and got the same as before. "Hang on..." I thought and did [root AT office1 /var]# tar -tzf pgcc-2.95.3-linux-x86-glibc2.1.tar.gz ./ ./usr/ ./usr/local/ ./usr/local/pgcc/ ./usr/local/pgcc/bin/ ./usr/local/pgcc/bin/gcov ./usr/local/pgcc/bin/cpp ./usr/local/pgcc/bin/i686-pc-linux-gnu-gcc ./usr/local/pgcc/bin/protoize ./usr/local/pgcc/bin/unprotoize ./usr/local/pgcc/bin/gcc ./usr/local/pgcc/lib/ ./usr/local/pgcc/lib/libiberty.a ./usr/local/pgcc/lib/gcc-lib/ ./usr/local/pgcc/lib/gcc-lib/i686-pc-linux-gnu/ ./usr/local/pgcc/lib/gcc-lib/i686-pc-linux-gnu/pgcc-2.95.2/ ./usr/local/pgcc/lib/gcc-lib/i686-pc-linux-gnu/pgcc-2.95.2/SYSCALLS.c.X [etc...] Yes, it seems there are definitely 2.92.2 files in the "2.95.3" tarball. I checked and the date is definitely April 13th, not April 1st!! I am perplexed. Can anyone shed any light on this? Please reply via e-mail as I am not a list subscriber