Date: Wed,  2 Jun 93 04:30:11 PDT
From: Advanced Amateur Radio Networking Group <tcp-group@ucsd.edu>
Errors-To: TCP-Group-Errors@UCSD.Edu
Reply-To: TCP-Group@UCSD.Edu
Precedence: Bulk
Subject: TCP-Group Digest V93 #142
To: tcp-group-digest


TCP-Group Digest            Wed,  2 Jun 93       Volume 93 : Issue  142

Today's Topics:
             Hints for Getting & Compiling NOS base code
                  Over-use of trace_log breaks build
                        Software-2000 demise?

Send Replies or notes for publication to: <TCP-Group@UCSD.Edu>.
Subscription requests to <TCP-Group-REQUEST@UCSD.Edu>.
Problems you can't solve otherwise to brian@ucsd.edu.

Archives of past issues of the TCP-Group Digest are available
(by FTP only) from UCSD.Edu in directory "mailarchives".

We trust that readers are intelligent enough to realize that all text
herein consists of personal comments and does not represent the official
policies or positions of any party.  Your mileage may vary.  So there.
----------------------------------------------------------------------

Date: Wed, 2 Jun 93 10:32:06 BST
From: john <John.Heaton@nessie.mcc.ac.uk>
Subject: Hints for Getting & Compiling NOS base code
To: tcp-group@ucsd.edu

>A much easier way is:
>
>        for %a in (*.c) do co %a
>
>at the DOS prompt.
>
>(It saves the mucking about with temporary batch files etc.)

When I got home, I tried this and found that it don't work, SORRY!!

But this does.

 cd \nos\rcs           
 for %a in (*.*) do echo >> ..\cox.bat co %a
 cd ..
 cox

(so I did have to muck about with a temporary batch file after all!)

Why can't the base version be released with a normal source archive, (as well
as the RCS crap) it would save all this mucking around.

John
-- 

------------------------------

Date: Tue, 1 Jun 93 11:04:46 -0700
From: "Dana H. Myers" <dana@fafnir.la.locus.com>
Subject: Over-use of trace_log breaks build
To: tcp-group@ucsd.edu

Hey gang,
   I went to build a NOS (JNOS) which configured in PPP last week.  I
eventually succeeded, but not before running out of static data space
several times.  My final solution was to add a define PPP_TRACE, which
independently controls the compilation of trace_log calls in the ppp*.c
files.  The problem was a fairly large number of trace_log calls, which
all take a string argument.  The string arguments, being statically stored,
fill up the 64K static data pool rapidly.  I'm not certain PPP is really
anymore at fault than any other part of NOS, but it was the straw that
broke my camel's back.

I'm starting to wonder (a) is all the trace logging worthwhile in
NOS anymore and (b) would NOS benefit from message cataloging, which
would move many, if not most, of the messages from static storage to
a file?

By the way, I've got a NOS with BBS, AX.25 and PPP running now... neat!

Dana

------------------------------

Date: Tue, 01 Jun 1993 15:18:15 PDT
From: "Jeffrey D. Angus" <jangus@skyld.tele.com>
Subject: Software-2000 demise?
To: tcp-digest@UCSD.EDU

It appears the people supporting Net/Rom have once again died.
Originally Amatech in Clovis Calif. it had moved to Fresno with
another person supporting it. That seems to have fallen off the
face of the earth now as well. Mail to Ron Raikes WA8DED either
at Compuserve or Packet  BBS goes unanswered. I guess if this
keeps up, then TheNet and G8BPQ will be the "standard" by which
others should comply.

Has anyone out there had contact with any of the above recently?
73 es GA from Jeff
GRNDEL:WA6FWI-9 and WHTIER:WA6FWI-2 apparently fatherless children now.
-- 
J. Angus: jangus@skyld.tele.com -- "Als ik Kan", Gustav Stickley
US Mail:  PO Box  4425  Carson, CA  90749-4425  1 (310) 324-6080

------------------------------

Date: Tue, 1 Jun 93 15:43:40 PDT
From: bongo!skyld!skyld.tele.com!jangus@netcom.com


------------------------------

End of TCP-Group Digest V93 #142
******************************
******************************