raywill wrote:
Pype.Clicker wrote:
avoid using DJGPP.
I am a beginner.Can you tell us why should avoid using DJGPP?
* it is fairly obsolete (requiring MS-DOS)
* it will be terribly slow to run in MS-Windows environment
* there have been number of reports like "i cannot get those files linked together" or "i cannot get ELF files produced" or whatever that were solved by using cygwin instead
* at numerous places, it still requires the DOS interface (for shell interaction, file names, etc), meaning that you'll still suffer limitations on command line length enforced 20 years ago.
cygwin will offer you basically the same tools (gcc, binutils, flex, yacc, nasm) plus a common unix environment (grep, cut, less, perl, etc.) that is suited for windows 9x and windows NT (and yes, windows XP, since that one is exactly like NT for that purpose).