X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Message-ID: <43e21cd2$0$490$cc7c7865@news.luth.se> From: Martin Str|mberg Subject: Re: not enough memory when using djgpp bash Newsgroups: comp.os.msdos.djgpp References: User-Agent: tin/1.4.6-20020816 ("Aerials") (UNIX) (NetBSD/1.6Q (alpha)) Date: 02 Feb 2006 14:53:06 GMT Lines: 16 NNTP-Posting-Host: speedy.ludd.ltu.se X-Trace: 1138891986 news.luth.se 490 130.240.16.13 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Mark wrote: > I'm trying to use bash to automate a mailing script > using a small utility called bmail which has a small > footprint, however whenever I call it from within > bash I get the 'not enough memory' error. If my suspiscions are correct: evidently not that small a footprint. Before running bash do "mem". Then in bash do "mem". The difference (for me: ~18000 bytes) is probably what makes the other program complain about "not enough memory". Right, MartinS