Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!philabs!cmcl2!seismo!ll-xn!caip!lll-crg!lll-lcc!unisoft!fnf From: fnf@unisoft.UUCP (Fred Fish) Newsgroups: net.micro.amiga Subject: Re: Another Problem with Shell v2... Message-ID: <58@unisoft.UUCP> Date: Thu, 8-May-86 14:05:27 EDT Article-I.D.: unisoft.58 Posted: Thu May 8 14:05:27 1986 Date-Received: Wed, 14-May-86 04:54:24 EDT References: <8605060051.AA27118@mitre-bedford.ARPA> <1093@h-sc1.UUCP> Reply-To: fnf@unisoft.UUCP (Fred Fish) Organization: UniSoft Systems; Berkeley, CA Lines: 34 In article <1093@h-sc1.UUCP> breuel@h-sc1.UUCP (thomas breuel) writes: >When I execute the following command line (in the directory >df1:shell, which contains lots of '.c' files): > > type >out *.c > >the shell crashes spectacularly (i.e. screen memory gets written into, >the disk drives keep running, &c.). Could someone out there confirm >that this is not just a problem with my binary, please? I noticed something similiar in my version compiled with Manx C using 16-bit ints. By default, I *always* use the 32-bit int mode of Manx C first. It has been my experience (and I've moved a lot of code to the Amiga :-), that the 32-bit int mode is far more reliable for compiling and successfully running large quantities of code produced by others. *** MINOR FLAME, NOT ABOUT SHELL *** Would people please NOT put include statements like in their sources. Manx C got this right and put stdio.h and the like in the main include directory. It is easy enough to tell the compiler to look in an implementation specific directory for files if the vendor chooses to put files in a non-standard place. Better yet, use something like my cc frontend that automatically hides these things. *** FLAME OFF *** Thanks Matt for the nice alternate to the CLI. I'm still waiting for ksh though... -Fred =========================================================================== Fred Fish UniSoft Systems Inc, 739 Allston Way, Berkeley, CA 94710 USA {ucbvax,lll-lcc}!unisoft!fnf (415) 644 1230 TWX 11 910 366-2145 ===========================================================================