Thread: Need help installing MiniGW

  1. #1
    Registered User
    Join Date
    Aug 2005
    Posts
    10

    Need help installing MiniGW

    i have downloaded and ran the MiniGW.exe file but need help editing the system path to add C:\MiniGW\bin. i have accessed the environmental variables but dont know what to do next. can someone tell me exactly how to do this?

  2. #2
    Nonconformist Narf's Avatar
    Join Date
    Aug 2005
    Posts
    174
    i have accessed the environmental variables but dont know what to do next.
    Paste C:\MiniGW\bin onto the end of the string.
    Just because I don't care doesn't mean I don't understand.

  3. #3
    Registered User
    Join Date
    Aug 2005
    Posts
    10
    i did and when i entered gcc -v in the command prompt to verify instalation it said " gcc is not recognized as an internal or external command, operable program or batch file"

  4. #4
    Registered User Dante Shamest's Avatar
    Join Date
    Apr 2003
    Posts
    970
    Thought it's supposed to be MinGW, not MiniGW?

  5. #5
    Registered User
    Join Date
    Jul 2005
    Posts
    69
    For example at a Windows command prompt, type:
    path=%PATH%;C:\MiniGW\bin
    press enter. It'll last as long as the command windows stays open.

    Hope that's of some help.

  6. #6
    Registered User
    Join Date
    Aug 2005
    Posts
    10
    i tried that but it still wont recognize MiniGW
    i also added C:\MiniGW\bin succesfully to the end of the system path but it still wont recognize it

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. How to detect another program installing?
    By HyperCreep in forum Windows Programming
    Replies: 7
    Last Post: 10-29-2007, 09:02 AM
  2. Trouble installing Qt3 from book Cd
    By mrcheesypants in forum Tech Board
    Replies: 2
    Last Post: 10-12-2005, 06:57 PM
  3. need help downloading and installing MiniGW compiler
    By kelso135 in forum C Programming
    Replies: 3
    Last Post: 09-01-2005, 04:17 PM
  4. Problems installing GLUT in .NET 2003
    By Kaminaga in forum Game Programming
    Replies: 4
    Last Post: 08-18-2005, 05:33 PM
  5. Installing a HD
    By MethodMan in forum Tech Board
    Replies: 6
    Last Post: 01-16-2003, 06:07 PM