Thread: Compiler not Functioning

  1. #1
    Registered User
    Join Date
    May 2008
    Posts
    1

    Unhappy Compiler not Functioning

    Hello

    I wanted to learn the C & C++ languages. I downloaded the Bloodshed compiler. When I start the program up I get an error message stating the GNU make file is not in the path.

    ---------------------------
    Confirm
    ---------------------------
    There doesn't seem to be GNU Make file in PATH or in Dev-C++'s Bin path. Please make sure that you have GNU Make and adjust Bin setting or system PATH environment variable and that make setting in Compiler Option contains correct filename, otherwise you will not be able to compile anything.
    ---------------------------
    OK

    I have researched this problem but being new to the hole system and language I have not been able to resolve this error.

    Is the compiler installed correctly or do I have to modify settings to correct this problem?

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,661
    Did you download the "small" package or the "large" package?
    Because the small one is the IDE only, and does NOT include a compiler.

    BTW, bloodshed is dead, and the apparent successor is code::blocks
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  3. #3
    Registered User
    Join Date
    May 2008
    Posts
    18
    Quote Originally Posted by Salem View Post

    BTW, bloodshed is dead, and the apparent successor is code::blocks
    What's the difference if I may ask ?
    Last edited by Terrorist; 05-09-2008 at 05:26 PM.

  4. #4
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,661
    > What's the difference if I may ask ?
    One is an apple half-eaten and discarded on the ground, and the other is ripening nicely on the tree.

    What sort of differences did you have in mind?

    One thing is common, they both use the MinGW port of GCC as the compiler.
    The rest is just UI fluff.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. added start menu crashes game
    By avgprogamerjoe in forum Game Programming
    Replies: 6
    Last Post: 08-29-2007, 01:30 PM
  2. Compiler Paths...
    By Cobra in forum C++ Programming
    Replies: 5
    Last Post: 09-26-2006, 04:04 AM
  3. C Compiler and stuff
    By pal1ndr0me in forum C Programming
    Replies: 10
    Last Post: 07-21-2006, 11:07 AM
  4. I can't get this new compiler to work.
    By Loduwijk in forum C++ Programming
    Replies: 7
    Last Post: 03-29-2006, 06:42 AM
  5. how to call a compiler?
    By castlelight in forum C Programming
    Replies: 3
    Last Post: 11-22-2005, 11:28 AM