X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Received: by 10.236.41.100 with SMTP id g64mr13485296yhb.31.1382314341051; Sun, 20 Oct 2013 17:12:21 -0700 (PDT) X-Received: by 10.182.158.2 with SMTP id wq2mr130500obb.10.1382314340875; Sun, 20 Oct 2013 17:12:20 -0700 (PDT) Newsgroups: comp.os.msdos.djgpp Date: Sun, 20 Oct 2013 17:12:20 -0700 (PDT) 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 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <7cfe95b7-4036-43a2-8f4b-a1cf7dfbf2f7@googlegroups.com> Subject: Problem compiling srlua using DJGPP From: Segadude Injection-Date: Mon, 21 Oct 2013 00:12:21 +0000 Content-Type: text/plain; charset=ISO-8859-1 Bytes: 1551 Lines: 5 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I am trying to compile srlua for MS-DOS using DJGPP. I have a Lua script that I want to run as a standalone executable. I have already successfully compiled Lua for DOS. I downloaded the source for srlua from here >>> http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/#srlua and after modifying the makefile to point to my lua compilation, I attempted to compile it. However it fails. See this pic for the errors >>> https://www.dropbox.com/s/rba8dpeqlqmck4h/2013-10-20%2019.56.51.jpg Why won't it work? Am I doing something wrong?