home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!cs.utexas.edu!sun-barr!ames!haven.umd.edu!mimsy!afterlife!adm!news
- From: postmaster@vd1.hanscom.af.mil (SMTP MAILER)
- Newsgroups: comp.unix.questions
- Subject: Mail Delivery Problem
- Message-ID: <32493@adm.brl.mil>
- Date: 9 Sep 92 18:28:42 GMT
- Sender: news@adm.brl.mil
- Lines: 163
-
-
- ----Reason for mail failure follows----
- Sending mail to recipient(s) woodfordm :
- Couldn't make final delivery.
-
- ----Transcript of message follows----
- Received: from gw1.hanscom.af.mil by vd1.hanscom.af.mil with SMTP ;
- Wed, 9 Sep 92 11:39:57 EST
- Date: 9 Sep 92 11:34:00 EST
- From: INFO-UNIX@BRL.MIL
- Subject: INFO-UNIX Digest V16#003
- To: "woodfordm" <woodfordm@vd1.hanscom.af.mil>
-
- Return-Path: <info-unix-request@sem.brl.mil>
- Received: from SEM.BRL.MIL by gw1.hanscom.af.mil with SMTP ;
- Wed, 9 Sep 92 11:33:20 EST
- Received: from SEM.BRL.MIL by SEM.BRL.MIL id ab09369; 8 Sep 92 15:29 EDT
- Received: from sem.brl.mil by SEM.BRL.MIL id aa09352; 8 Sep 92 15:15 EDT
- Date: Tue, 08 Sep 92 15:15:29 EST
- From: The Moderator (Mike Muuss) <Info-Unix-Request@BRL.MIL>
- To: INFO-UNIX@BRL.MIL
- Reply-To: INFO-UNIX@BRL.MIL
- Subject: INFO-UNIX Digest V16#003
- Message-ID: <9209081515.aa09352@SEM.BRL.MIL>
-
- INFO-UNIX Digest Tue, 08 Sep 1992 V16#003
-
- Today's Topics:
- Re: How to prevent a large core-dump
- BASH Compiling for SCO.
- coroutines package
- Re: How to store data files in binary format
- -----------------------------------------------------------------
-
- From: Thomas Koenig <ecmtwhk@ccu1.aukuni.ac.nz>
- Subject: Re: How to prevent a large core-dump
- Date: 28 Aug 92 09:51:20 GMT
- To: info-unix@sem.brl.mil
-
- soos@math.utwente.nl (Adwin Soos) wants
-
- >some suggestions on how
- >to prevent that a large core-dump will be made.
-
- #include <sys/resource.h>
- [...]
- struct rlimit rlp;
-
- getrlimit(RLIMIT_CORE,&rlp);
- rlp.rlim_cur = 0;
- setrlimit (RLIMIT_CORE,&rlp);
-
- limits the size of the core to 0 bytes (at least on an SGI running IRIX).
- --
- Thomas Koenig, ecmtwhk@ccu1.aukuni.ac.nz, ib09@rz.uni-karlsruhe.de
- The joy of engineering is to find a straight line on a double logarithmic
- diagram.
-
- -----------------------------
-
- From: Ken Germann <kgermann@zeos.com>
- Subject: BASH Compiling for SCO.
- Date: 7 Sep 92 15:48:44 GMT
- To: info-unix@sem.brl.mil
-
-
- I receive this error when compiling BASH 1.12 for SCO. Any ideas on
- correcting this problem would be appreciated.
-
- # make install
-
- make DESTDIR=/usr/gnu/bin -f bash-Makefile install
-
- rm -f bash
-
- cc -g -L./lib/readline/ -L./lib/glob/ \
-
- -o bash shell.o y.tab.o general.o make_cmd.o print_cmd.o dispose_cm
-
- d.o execute_cmd.o variables.o copy_cmd.o error.o expr.o flags.o jobs.o subst.o
-
- hash.o mailcheck.o test.o trap.o alias.o ./lib/malloc/malloc.o braces.o unwind
-
- _prot.o siglist.o version.o bashline.o builtins/libbuiltins.a -lreadline -lter
-
- mcap -lglob
-
- undefined first referenced
-
- symbol in file
-
- alloca y.tab.o
-
- ld fatal: Symbol referencing errors. No output written to bash
-
- *** Error code 13
-
-
-
- Stop.
-
- *** Error code 1
-
-
-
- Stop
- --
- Ken Germann ZZZZ EEEE OO SSS ZEOS International, Ltd.
- support@zeos.com INET Z E O O S Technical Support Dept.
- uunet!zeos!support UUCP Z EE O O SS 530 5th Ave N.W.
- 800-228-5390 VOICE Z E O O S St. Paul, MN 55112
- 612-633-7337 ZZZZ EEEE OO SSS FAX 612-633-4607
-
- -----------------------------
-
- From: Jean-Marc Vandel <vandel@di.epfl.ch>
- Subject: coroutines package
- Date: 7 Sep 92 16:43:42 GMT
- Sender: news@disuns2.epfl.ch
- Nntp-Posting-Host: disuns2.epfl.ch
- To: info-unix@sem.brl.mil
-
- Hi all !
-
- I'm looking for a PD coroutines package, as portable as possible ... I found the NIHCL
- package for C++ on alw.nih.gov, but are there any other ones ?
- Thanks in advance,
- --
-
-
- Jean-Marc Vandel
-
-
- --------------------------------------+--------------------------------------
- Swiss Institute of Technology | E-mail : vandel@di.epfl.ch
- DI-LIT | Work : +41 21 693-2648
- ELD-231 | Home : +41 21 634-1846
- CH-1015 Lausanne (Switzerland) | Fax : +41 21 693-4660
-
- -----------------------------
-
- From: "S.Ramakrishnan" <ramakris@csgrad.cs.vt.edu>
- Subject: Re: How to store data files in binary format
- Date: 7 Sep 92 17:09:05 GMT
- Sender: usenet@creatures.cs.vt.edu
- To: info-unix@sem.brl.mil
-
- In article <708@svcs1.UUCP> slix@svcs1.UUCP (Bill Miller) writes:
-
- >(...) (Can 'awk' read compressed files - or
- >can you pipe the compressed file, and pipe it to awk?)
-
- zcat it:
- zcat <compressed-file>.Z | awk (...)
-
- ---
- S Ramakrishnan, CS Dept, McBryde Hall, VaTech
-
- -----------------------------
-
-
- End of INFO-UNIX Digest
- ***********************
-