Thread: installing djgpp

  1. #1
    Registered User
    Join Date
    Aug 2001
    Posts
    58

    installing djgpp

    im running windows xp and djgpp says to add some stuff under the enviroment tab in msconfig...there is no enviroment tab nore is there and autoexec.bat for me to edit any one know how to get this thing to work?
    --== www.NuclearWasteSite.com==--

  2. #2
    Registered User
    Join Date
    Mar 2002
    Posts
    8
    im on win98, i had to add this to the end of auotexe.bat file. There is info at their website. Hope this helps

    assuming your DJGPP installation is rooted at C:\DJGPP, the values of the two environment variables

    DJGPP and PATH should be set like this:



    set DJGPP=C:\DJGPP\DJGPP.ENV

    set PATH=C:\DJGPP\BIN;%PATH%

  3. #3
    Registered User
    Join Date
    Aug 2001
    Posts
    58
    windows xp has no autoexec.bat
    --== www.NuclearWasteSite.com==--

  4. #4
    Kiss the monkey. CodeMonkey's Avatar
    Join Date
    Sep 2001
    Posts
    937
    Perhaps it's hidden.
    "If you tell the truth, you don't have to remember anything"
    -Mark Twain

  5. #5
    Registered User
    Join Date
    Aug 2001
    Posts
    58
    nope
    --== www.NuclearWasteSite.com==--

  6. #6
    Registered User
    Join Date
    Mar 2002
    Posts
    8

  7. #7
    Registered User
    Join Date
    Mar 2002
    Posts
    8

    here

    Look half way down the page for win XP

    http://www.mame.net/compilewin.html

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Wav edit programmation for dos with DJGPP
    By sprudhom in forum A Brief History of Cprogramming.com
    Replies: 1
    Last Post: 07-17-2003, 07:35 AM
  2. need help with installing compiler
    By gkid in forum C++ Programming
    Replies: 5
    Last Post: 01-03-2003, 12:13 AM
  3. DJGPP project problems
    By VirtualAce in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 06-08-2002, 07:16 PM
  4. DJGPP assembly syntax ills...
    By VirtualAce in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 11-11-2001, 02:54 AM
  5. DJGPP help needed
    By dune911 in forum C++ Programming
    Replies: 6
    Last Post: 09-15-2001, 04:56 PM