Results 1 to 3 of 3
Hi all
Can we make use of DJGPP complier in linux? If so, can anyone provide me link for downloading DJGPP.
Thanks in advance....
- 04-17-2008 #1Just Joined!
- Join Date
- Jan 2008
- Location
- India
- Posts
- 78
help to start with DJGPP....
Hi all
Can we make use of DJGPP complier in linux? If so, can anyone provide me link for downloading DJGPP.
Thanks in advance.
- 04-17-2008 #2Linux Guru
- Join Date
- Nov 2007
- Location
- Córdoba (Spain)
- Posts
- 1,513
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.
- 04-17-2008 #3Linux Engineer
- Join Date
- Nov 2004
- Location
- Ft. Polk, LA
- Posts
- 796
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...


Reply With Quote

