USENET Premium Content
 USENET Archives
  
Article: 697 of comp.os.linux.announce
Newsgroups: comp.os.linux.announce
Path: pavo.csi.cam.ac.uk!doc.ic.ac.uk!agate!howland.reston.ans.net!wupost!uunet!pipex!uknet!mcsun!news.funet.fi!hydra!klaava!wirzeniu
From: HJ Lu < hlu@irl.eecs.wsu.edu>
Subject: Gcc 2.4.0 binaries are on tsx-11.
Message-ID: <1993May21.102936.9759@klaava.Helsinki.FI>
Followup-To: comp.os.linux
Keywords: gcc 2.4.0
Sender: wirzeniu@klaava.Helsinki.FI (Lars Wirzenius)
Organization: University of Helsinki
Date: Fri, 21 May 1993 10:29:36 GMT
Approved: linux-announce@tc.cornell.edu (Lars Wirzenius)
Lines: 66

This is the Linux binary release of gcc 2.4.0, built with
gcc-2.4.0.tar.z. You have to use 0.99 pl8 or above to run it. You have
to have the Linux C library 4.4 or above installed to use it.

You can get it from tsx-11 under pub/linux/packages/GCC.

This release fixed lots of g++ bugs in gcc 2.3.3. If you are using g++,
please use this one. The function templates should work now.

WARNING:
 1) I have added support for domainname stuff in kernel. The next
    release of gcc will need that. I have sent my patch to Linus.
    If it is not in the kernel source at the time when the next
    release is made, I will provide a kernel patch for that.
 2) Object C is in this relaese. But it is untested.
 3) Please apply the patch below to kernel if you haven't done so.
 4) libgcc.a and libobjc.a under /usr/lib/gcc-lib/i[34]86-linux/2.4.0
    are compiled with debug turned on. They will be linked if -static,
    -g or -pg is used during linking. libgcc.a in /usr/lib is compiled
    with debug turned off.

The file list

1. a-gcc-2.4.0.tar.z
   Cpp, cc1, cc1plus, protoize, unprotoize and version dependent
   header files. Protoize and unprotoize are untested. To install

	gzip -dc a-gcc-2.4.0.tar.z | tar xvvof -

2. b-gcc-2.4.0.tar.z
   Object C stuff. Untested. To install

	cd /
	gzip -dc b-gcc-2.4.0.tar.z | tar xvvof -

BTW, please fix the file permissions and ownerships.

To use the old one, please do

gcc -V xxxxxx # xxxxxx is the old version number.

For i486 binaries, please check pub/linux/packages/GCC/private/dontuse/486.

H.J.
hlu@eecs.wsu.edu
05/20/93
---------
*** /net/ren/users/hlu/oil1/linux/linux/kernel/chr_drv/keyboard.c	Thu Apr 15 16:57:22 1993
--- linux/kernel/chr_drv/keyboard.c	Thu Apr 29 15:10:04 1993
***************
*** 65,71 ****
  
  static int diacr = -1;
  static int npadch = 0;
! fptr key_table[];
  
  static void put_queue(int);
  static void applkey(int);
--- 65,71 ----
  
  static int diacr = -1;
  static int npadch = 0;
! extern fptr key_table[];
  
  static void put_queue(int);
  static void applkey(int);

Article: 964 of comp.os.linux.announce
Path: pavo.csi.cam.ac.uk!warwick!pipex!uunet!europa.eng.gtefsd.com!howland.reston.ans.net!sol.ctr.columbia.edu!news.kei.com!newsstand.cit.cornell.edu!news.graphics.cornell.edu!batcomputer!bounce-bounce
From: HJ Lu < hlu@irl.eecs.wsu.edu>
Newsgroups: comp.os.linux.announce
Subject: gcc 2.4.5 is on tsx-11
Followup-To: comp.os.linux
Date: 28 Jul 1993 21:44:23 -0400
Organization: None
Lines: 52
Sender: mdw@TC.Cornell.EDU
Approved: linux-announce@tc.cornell.edu (Matt Welsh)
Message-ID: <237a1n$i58@theory.TC.Cornell.EDU>
Reply-To: HJ Lu < hlu@irl.eecs.wsu.edu>
NNTP-Posting-Host: theory.tc.cornell.edu
Keywords: gcc, compiler

I finally got time to put gcc 2.4.5 binary on tsx-11. Nothing special
about it. You can get it if you haven't got it yet and don't have
the time/disk space to compile it yourself.

----
This is the Linux binary release of gcc 2.4.5, built with
gcc-2.4.5.tar.z. You have to use 0.99 pl10 or above to run it. You have
to have the Linux C library 4.4.1 or above installed to use it.

You can get it from tsx-11 under pub/linux/packages/GCC.

This release fixed lots of g++ bugs. If you are using g++, please use
this one. The function templates should work now.

WARNING:
 1) Object C is in this relaese. But it is untested.
 2) libgcc.a and libobjc.a under /usr/lib/gcc-lib/i486-linux/2.4.5
    are compiled with debug turned on. They will be linked if -static,
    -g or -pg is used during linking. libgcc.a in /usr/lib is compiled
    with debug turned off.
 3) I changed /usr/lib/gcc-lib/i486-linux/2.4.5/specs a little bit
    such that cc -p -g will link like -p.
 4) Only i486 binaries are provided. It is a little bit bigger than
    i386 version, and runs with the same speed on i386 but faster on
    i486.

The file list

1. gcc-2.4.5-p1.tar.z
   Cpp, cc1, cc1plus, protoize, unprotoize and version dependent
   header files. Protoize and unprotoize are untested. To install

	gzip -dc gcc-2.4.5-p1.tar.z | tar xvvof -

2. gcc-2.4.5-p2.tar.z
   Object C stuff. Untested. To install

	cd /
	gzip -dc gcc-2.4.5-p2.tar.z | tar xvvof -

BTW, please fix the file permissions and ownerships.

To use the old one, please do

gcc -V xxxxxx # xxxxxx is the old version number.

H.J.
hlu@nynexst.com
07/23/93

-- 
Send submissions for comp.os.linux.announce to: linux-announce@tc.cornell.edu