X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=HPfA5a5sBZq3NkgbGmx+vBrhqc3aT/j/+sik3SnNwWk=; b=xns3ktPsUCcV8bXbc6kZkoa3GVLmhspOqTTS6wVI0o9r1oG+9lFVfdRP2KndQx6qKz a2I9+csNnmGpFDa0C9fxueLW7NgBNLogNKtDqt1eifoNt34LBEHOk9ReUmPYe2fWrhR8 xMZR2BMhDtToBoaig0hhAbGYx8RyaUS6Ov4ynhrLJ5mM9N7J2/T1/w0CoswOOvIllYS7 iuaBS3oBdRe4QnDy0YIaN00ztFxLDxpZ38yTdlMzxeP5DS4HHkO6NnvM1YQNgeCPW7ed oKIVreGrpJGoZvyyLnyjrEDfEGPmtr+8KAhrs3YtBfH8bcP4Z0d/FEnu+t7rVTAWWib/ 6tVA== MIME-Version: 1.0 X-Received: by 10.220.78.18 with SMTP id i18mr9732008vck.3.1382324637560; Sun, 20 Oct 2013 20:03:57 -0700 (PDT) In-Reply-To: <7cfe95b7-4036-43a2-8f4b-a1cf7dfbf2f7@googlegroups.com> References: <7cfe95b7-4036-43a2-8f4b-a1cf7dfbf2f7 AT googlegroups DOT com> Date: Sun, 20 Oct 2013 20:03:57 -0700 Message-ID: Subject: Re: Problem compiling srlua using DJGPP From: Louis Santillan To: djgpp AT delorie DOT com Content-Type: text/plain; charset=ISO-8859-1 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 There is no libdl (the "-ldl" argument) in DOS. There is similar, but not equivalent functionality in DXEs. On Sun, Oct 20, 2013 at 5:12 PM, Segadude wrote: > 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?