Hi all
Can we make use of DJGPP complier in linux? If so, can anyone provide me link for downloading DJGPP.
Thanks in advance.
Printable View
Hi all
Can we make use of DJGPP complier in linux? If so, can anyone provide me link for downloading DJGPP.
Thanks in advance.
As fas as I know, djgpp is a DOS based C compiler (well, I seem to recall it's more like an IDE). I used it on my MSDOS times long long ago).
In linux, you usually use the gcc compiler. You can choose any IDE or editor you like to create your programs. There's no port of djgpp for linux as far as I know. And even if you run it under dosbox you will get object files for DOS, which will not run under linux.
DJGPP is a DOS port of gcc, which runs native on Linux. Though, if you're feeling kind of crazy, you could use DJGPP under DOSEMU on Linux...