Thread: The DJGPP compiler won't start

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    Oct 2002
    Posts
    160

    Exclamation The DJGPP compiler won't start

    Yesterday I got the DEVC++ and the DJGPP compiler because I wanted others then Borland 6.0 which I've always used. It's a great compiler but since I would like to experiment with some grafichal programming I needed some more basic compilers. DJGPP people says is great for grafichs but it wont work.
    I don't know what I'm doing wrong. I've unzipped it all into the same folder C:\Programmer\DJGPP
    (Programmer == Programs)
    and I've created the djgpp.bat file in the same directory with the following content still it don't work at all.

    @echo off
    set PATH=C:\Programmer\DJGPP\bin;%PATH%
    set DJGPP=C:\Programmer\DJGPP\djgpp.env
    chdir C:\Programmer\DJGPP
    command

    All I get when I start the bat file is this one line of text in the ordinary console envirement:
    C:\PROGRA~1\DJGPP>

    Any ideas out there on this issue?

    *Edit*
    BTW Is there any need to learn making ordinary windows grafich when I have the Borland compiler?
    Last edited by Zahl; 11-13-2002 at 08:17 AM.
    Well english isn't my first language, (it's instead a useless language called danish which only 5 milion people speak!!) so if you think my grammar SUCKS (it does by the way) than you're more then welcome to correct me.
    Hell I might even learn something

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. GNU C++ Compiler Issues!
    By code_writer in forum Tech Board
    Replies: 4
    Last Post: 05-12-2007, 11:03 AM
  2. Compiler questions
    By DvdHeijden in forum C++ Programming
    Replies: 6
    Last Post: 01-17-2005, 03:00 PM
  3. how do i start my borland 5.1 compiler??
    By bluehead in forum Windows Programming
    Replies: 1
    Last Post: 05-19-2002, 08:02 PM
  4. Need some help with a basic tic tac toe game
    By darkshadow in forum C Programming
    Replies: 1
    Last Post: 05-12-2002, 04:21 PM
  5. Bad code or bad compiler?
    By musayume in forum C Programming
    Replies: 3
    Last Post: 10-22-2001, 09:08 PM