Mail Archives: djgpp/1996/09/24/07:35:09
On Sun, 22 Sep 1996, Christian Axbrink wrote:
> Does this mean that the official distribution of GNU GCC will compile
> into DJGPP if configured correctly?
Yes, it would. You just need ports of a few Unix file-related utilities
(like rm and mv), and then you can build GCC on MSDOS.
> If so, how to make these settings ? Someone talked about a program named
> 'configure', is that it ?
`configure' scripts don't work on MSDOS, since they assume too much about
the (Unix) system they run on. Packages ported to MSDOS usually come
with DOS batch files that do roughly the same.
- Raw text -