Mail Archives: djgpp/1998/08/26/23:17:34
On Wed, 26 Aug 1998 21:49:28 -0400, John M. Aldrich <fighteer AT cs DOT net> wrote:
>> jud wrote:
>>
>> Ive downloaded and unziped all the djgpp files into the corecet
>> directories, but i cant get it to run, ive put all the set command
>> stuff in my autoexec file before the win command, but every time i try
>> do use it it says "invalid file name" or something close. any help
>> would be apriciated.
To run DJGPP, you only need one SET line in your autoexec.bat. and also you
need to put the bin directory in your path. In Win95 system, you might want
to edit djgpp.env file to change LFN=y, and that's mostly it.
Suppose you decompressed everything in C:\djgpp, you will have something
like this in your autoexec.bat file
....
set path=%path%;c:\djgpp\bin
set DJGPP=c:\djgpp\djgpp.env
....
and as the other guy pointed out, what program did you exactly try to run?
Knowing that bit of information might be helpful in solving your problem.
HTH,
yours
Leiming
--
Leiming Qian: lqian AT uiuc DOT edu | Third Year Research Assistant
Digital Signal Processing Group | Under Professor Douglas. L. Jones
University of Illinois, Urbana-Champaign | VIM lover, Webmania, PC expert!
-----------------------------------------------------------------------------
If you think that education is expensive, you ought to try ignorance.
-----------------------------------------------------------------------------
- Raw text -