problem with DJGPP (" environment variable DJGPP not defind

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
_markus_

problem with DJGPP (" environment variable DJGPP not defind

Post by _markus_ »

Why does that message come?

please help me!!!

thanks , Markus
carbonBased

RE:problem with DJGPP (

Post by carbonBased »

Read the F'N DJGPP docs! Geez!

I forget DOS sytax... been a while... something like:
Set djgpp=c:\djgpp\djgpp.env

Jeff
netster403

RE:problem with DJGPP (

Post by netster403 »

set DJGPP=C:\djgpp\djgpp.eng
path=%path%;C:\djgpp\bin

add these into autoexec.bat on c:\


and i have to agree with carbonBased.. Geez!

you may want to work on your djgpp skillz before writing an os .. lol
netster403

RE:problem with DJGPP (

Post by netster403 »

my bad, change

set DJGPP=C:\djgpp\djgpp.eng

to

set DJGPP=C:\djgpp\djgpp.env
Post Reply