[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: cross-compiler
On Mon, 26 Oct 1998, Erez Doron wrote:
> hi
>
> I'm looking for a cross-compiler to make exe files
> (dos) from a cgi-script on linux, so i need a
> cross-compiler.
>
> i know i can do it with dosemu and djgpp, but isnt
> there an easier way ( maybe a djgpp port on linux ) ?
The last time I checked, the only way to make DOS binaries under Linux was
to run Watcom or Borland C in dosemu, in command line mode, or use as86
for assembly, under native Linux. Both of these compilers cost $$$ but not
that much. I am quite certain that it is about 180 degrees against the
license agreement to run them like this in a public place.
Peter