From owner-freebsd-questions Wed Apr 5 07:01:13 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id HAA20633 for questions-outgoing; Wed, 5 Apr 1995 07:01:13 -0700 Received: from bnr.ca (x400gate.bnr.ca [192.58.194.73]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id HAA20619 for ; Wed, 5 Apr 1995 07:00:58 -0700 X400-Received: by mta bnr.ca in /PRMD=BNR/ADMD=TELECOM.CANADA/C=CA/; Relayed; Wed, 5 Apr 1995 09:56:52 -0400 X400-Received: by /PRMD=BNR/ADMD=TELECOM.CANADA/C=CA/; Relayed; Wed, 5 Apr 1995 09:51:05 -0400 X400-Received: by /PRMD=BNR/ADMD=TELECOM.CANADA/C=CA/; Relayed; Wed, 5 Apr 1995 09:49:00 -0400 Date: Wed, 5 Apr 1995 09:49:00 -0400 X400-Originator: /dd.id=1740711/g=bo/i=b/s=xiao/@bnr.ca X400-MTS-Identifier: [/PRMD=BNR/ADMD=TELECOM.CANADA/C=CA/;bcars735.b.324:05.03.95.13.51.05] X400-Content-Type: P2-1984 (2) Content-Identifier: Re: SATAN por... From: "bo (b.) xiao" Message-ID: <"20362 Wed Apr 5 09:51:16 1995"@bnr.ca> To: tom@haven.uniserve.com Cc: bmk@dtr.com, questions@FreeBSD.org Subject: Re: SATAN ported?? Sender: questions-owner@FreeBSD.org Precedence: bulk In message "SATAN ported??", tom@haven.uniserve.com writes: > > On Tue, 4 Apr 1995 bmk@dtr.com wrote: > > > > > I'm going to have a go at porting perl5 tonight - I'll let everyone know > > how it goes. > > perl 5 doesn't need to be ported. It compiles out of the box. It does not in the gcc 2.6.3 days. My 0322snap complains non integer array subscripts in .c file under ext brunch. There are a lot ST(0.) over there. Move them to ST(0) fixes the problem but after a make clean, you have to do it again. Any one knows where are the source files I should be looking at? Bo