X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Received: by 10.66.160.36 with SMTP id xh4mr1868743pab.11.1383353154244; Fri, 01 Nov 2013 17:45:54 -0700 (PDT) X-Received: by 10.49.88.40 with SMTP id bd8mr725qeb.27.1383353154083; Fri, 01 Nov 2013 17:45:54 -0700 (PDT) Newsgroups: comp.os.msdos.djgpp Date: Fri, 1 Nov 2013 17:45:53 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse AT google DOT com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=67.255.122.20; posting-account=TyluQwoAAADlMWw93s-gE-XP8kj6pXif NNTP-Posting-Host: 67.255.122.20 References: <6a5bd97a-a320-4b63-b323-ce16243b7d52 AT googlegroups DOT com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <10306cb9-ce95-40d0-8cb4-f1c10b6b7f5c@googlegroups.com> Subject: Re: Making a standalone EXE that will work without DJGPP From: Segadude Injection-Date: Sat, 02 Nov 2013 00:45:54 +0000 Content-Type: text/plain; charset=ISO-8859-1 Bytes: 2323 Lines: 36 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wednesday, October 16, 2013 10:10:23 PM UTC-4, Rod Pemberton wrote: > On Wed, 16 Oct 2013 16:35:09 -0400, Segadude > > wrote: > > ... > > > > > I want a single EXE that will run in a pure DOS environment > > > without the need for anything else to be installed. > > > > You should only need to follow the two steps Rugxulo posted. > > > > At a DOS command prompt, in the LUA directory, with the DJGPP > > environment and path variables setup in order to locate > > exe2coff.exe in the DJGPP bin directories: > > > > E.g., after initializing your DJGPP setup, do something like: > > > > C:\lua522\exe2coff lua522.exe > > C:\lua522\copy/b cwsdstub.exe + lua522 lua522.exe > I tried these commands and when I try to run the resulting exe I get "Program too big to fit into memory". I'm using a Pentium III system with 256MB of RAM so I don't think this is the case.