Thread: Compiling to an exe with mingw...

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    60% Braindead
    Join Date
    Dec 2005
    Posts
    379

    Compiling to an exe with mingw...

    I'm confused as to how you make an exe using mingw / MYSY. Anytime I try
    Code:
    make C:\\test.cpp
    In mysys, it says:
    Code:
    make: Nothing to be done for `C:\Test.cpp'.
    And when I try G++ C:\\Test.cpp it waits a second, then just creates another line, it doesnt say anything, or do anything. I'm very confused .
    Last edited by Ken Fitlike; 08-26-2006 at 03:31 AM. Reason: fixed code tags
    Code:
    Error W8057 C:\\Life.cpp: Invalid number of arguments in function run(Brain *)

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Need help compiling example code (MinGW and DirectX9)
    By scwizard in forum Game Programming
    Replies: 10
    Last Post: 07-25-2008, 10:43 AM
  2. Quincy 2005: Compiling Errors
    By Thileepan_Bala in forum C Programming
    Replies: 6
    Last Post: 01-18-2008, 08:26 PM
  3. Screwy Linker Error - VC2005
    By Tonto in forum C++ Programming
    Replies: 5
    Last Post: 06-19-2007, 02:39 PM
  4. compiling mingw to enable timeSetEvent
    By underthesun in forum Windows Programming
    Replies: 2
    Last Post: 02-02-2005, 06:00 PM
  5. Compiling Resources In MinGW
    By Okiesmokie in forum C++ Programming
    Replies: 2
    Last Post: 03-06-2002, 04:16 PM