On Thu, 18 Mar 2004, John Fordham wrote: > I'm hoping that you can provide me with a little advice. > > I have installed DOSEMU on my Linux PC. What I would like to do is run > > djgpp > > within the Dosemu environment. The djgpp website implies that there are no > problems associated. I have downloaded and installed djgpp. However, it > appears that I need a c:\dos directory in Dosemu for it to run but I do > not have this. Can you suggest a way for installing ?
it should just run without a c:\dos directory. You can unzip32 the zipfiles under c:\ (copy them and unzip32.exe to $HOME/dosemu/freedos), then don't forget set DJGPP=c:\djgpp\djgpp.env (in autoexec.bat would be convenient) Using Linux unzip to unzip the DJGPP zipfiles might give you problems with LFNs (#include <strstream.h> in particular for C++ can be problematic then). Best to "unzip32" them inside dosemu. Bart - To unsubscribe from this list: send the line "unsubscribe linux-msdos" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
