Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!cs.utexas.edu!usc!snorkelwacker!bloom-beacon!bu.edu!buengc!bph From: bph@buengc.BU.EDU (Blair P. Houghton) Newsgroups: comp.sys.encore Subject: Re: Need some info on encore Message-ID: <5620@buengc.BU.EDU> Date: 8 Apr 90 17:06:22 GMT References: <5618@buengc.BU.EDU> <11536@encore.Encore.COM> Reply-To: bph@buengc.bu.edu (Blair P. Houghton) Followup-To: comp.sys.encore Organization: Boston Univ. Col. of Eng. Lines: 20 In article <11536@encore.Encore.COM> jdarcy@pinocchio.encore.com (Jeff "Duct Tape" d'Arcy) writes: >your program is concerned, I'm sure you can imagine my surprise when I >looked at sysadmin.h on a nearby Multimax and found definitions for CPU >and FPU types that your program will display as "unknown"! ;-) Well, no, I can't imagine your surprise, since my article documented that deficiency, which results from my lack of an account on anything "newer" than an APC machine. I'd be appreciative if you'd post the sysadmin.h macros for those processor types and people could incorporate them into the code. Another thing that slipped: under some older Umaxes it may be necessary to link explicitly the parallel C library to get sysadmin(3): cc -o sm sm.c -lc_p --Blair "Shoulda done a makefile..."