Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uwm.edu!uakari.primate.wisc.edu!ginosko!uunet!ateng!chip From: chip@ateng.com (Chip Salzenberg) Newsgroups: comp.unix.xenix Subject: Re: Xenix 'size' command says 0 text size? Keywords: xenix size Message-ID: <253CF3C1.1033@ateng.com> Date: 18 Oct 89 22:05:51 GMT References: <236@melpar.UUCP> Distribution: usa Organization: A T Engineering, Tampa, FL Lines: 17 According to toppin@melpar.UUCP (Doug Toppin): >We are rrunning IBM Xenix 2 on the 286. >We have a problem in using the size command to estimate how much >memory a process is going to need. Occasionally, it will say >that the text segment is 0 sized. Xenix executables for the 8086, '186 and '286 small model can be linked with "impure" text; i.e. the text and data are stored in one modifiable segment. In such an executable, both text and data are counted as data, so there is no "text" to report. Link the executable with "-i" to generate separate text and data. -- You may redistribute this article only to those who may freely do likewise. Chip Salzenberg at A T Engineering; or "'Why do we post to Usenet?' Naturally, the answer is, 'To get a response.'" -- Brad "Flame Me" Templeton