X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: To: djgpp AT delorie DOT com, djgpp AT delorie DOT com Subject: Re: Re: Conversion of a.out Date: Sat, 18 Sep 2004 13:49:02 +0300 MIME-Version: 1.0 Content-Type: text/plain; charset=windows-1255 Content-Transfer-Encoding: 8bit Message-Id: <20040918104720.VZYX22312.fep15@[212.117.129.234]> Reply-To: djgpp AT delorie DOT com hi, for most languages, if you can compile your sources on linux, you may also succeed on djgpp. anyway, things that do not compile the first time, are likely to trigger unpredictable behaviour when activated directly from an alien binary: they might call incompatible or non existent functions. thus, your best bet might be to try porting the linux sources to djgpp. best regards, alex > > From: vyom2k4 AT yahoo DOT com (Vyom) > Date: 2004/09/14 â AM 09:25:07 GMT+03:00 > To: djgpp AT delorie DOT com > Subject: Re: Conversion of a.out > > > Well, that's a pretty sure sign that your a.out file is *not* produced > > in a way that would let it be usable as a DJGPP program. Back to > > square one, therefore: what are you trying to do, and how are you > > trying to do it? > > There are some softwares that I cannot get binaries for Dos/ > Windows, so I thought I can compile the sources on Linux and then convert > them to .exe. >