Mail Archives: djgpp/1998/12/01/12:40:21
On Mon, 30 Nov 1998 21:44:34 -0000, "Paul Griffiths"
<mail AT paulgriffiths DOT NOSPAM DOT demon DOT co DOT uk> of the orginisation said
something at comp.os.msdos.djgpp .Obviously it required a response so
holding onto a very large paint gun I said back:
>
>Joe90 wrote in message <3662f72c DOT 11309912 AT read DOT news DOT global DOT net DOT uk>...
>>Ok , I installed DJGPP this weekend and set up my autoexec.bat file
>>for it to run - it worked but had several complaints and wouldn't
>>compile . So I dleted all the files and unzipped again but this time
>>it doesn't even work - for those of you that are really interested
>>I'll include my autoexec.bat file -
>>
>>path=c:\;c:\dos;c:\msinput\mouse;e:\djgpp\bin
>>SET BLASTER=A220 I5 D1 T4
>>SET SOUND=C:\SBPRO
>>C:\SBPRO\SBP-SET /M:12 /VOC:12 /CD:12 /FM:12
>>SET CTCM=C:\CTCM
>>c:\dos\mscdex.exe /d:mscd000
>>mouse
>>set TMPDIR=c:\windows\tmp
>>
>>
>>SET CLASSPATH=C:\Program Files\WorldView for Internet
>>Explorer\classes;%CLASSPATH%
>>set DJGPP=E:\DJGPP\DJGPP.ENV
>>set PATH=E:\DJGPP\BIN;%PATH%
>>set PATH=C:\WINDOWS;C:\WINDOWS\COMMAND;
>
>
>Here's your problem. You set the PATH variable correctly, and then wipe it
>out with the second line. Replace the last line above with:
>
>set PATH=C:\WINDOWS;C:\WINDOWS\COMMAND;%PATH%
>
>Regards
>
>Paul
Thanks for the help - I've got it working now with the only problem
being that it wont compile . The error message was
installation problem, cannot exec `as': No such file or directory
(ENOENT)
There were some errors .
Well at least I understand one of those lines :-)
Joe90
--
o_ _oThe wild computer virus of the web
__ ___ ___ \/ Mark AT ftrawli DOT globalnet DOT co DOT uk
__ / /__ ___/_ \/ \ (-) (-)Madness is the first sign of genius ,
/ /_/ / _ \/ -_)_, / :) / -- Being eccentric is the side effect !
\____/\___/\__/___/\___/ \____/"What's nine times six?"
\/
Website URL: http://www.users.globalnet.co.uk/~ftrawli/
- Raw text -