"too big" error message under Xenix

Paul De Bra debra at alice.UUCP
Wed Oct 26 06:33:57 AEST 1988


In article <3700006 at eecs.nwu.edu> skrenta at eecs.nwu.edu (Richard Skrenta) writes:
>Just a simple question here.  I'm trying to get Micro Gnu Emacs to work
>under 286 Xenix 2.0.4.  It compiles fine and makes a 67K executable.  When
>I try to run it, however, it says "mg: too big"...

"too big" could mean that the program is too big (you should try "size" too
find out how big it is on startup, not ls -l), but it can also mean that
you tried to put more than 64k in one segment, without the loader noticing.
(this is possible because the loader does not take the stack into account)

Paul.
-- 
-------------------------------------------------------------------------
|debra at research.att.com   | uunet!research!debra     | att!grumpy!debra |
-------------------------------------------------------------------------



More information about the Comp.unix.xenix mailing list