Advertisement
Guest User

Untitled

a guest
Jul 28th, 2012
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. M:\Development\x64\test>g++ -dumpversion && g++ test.cpp -mwindows -o test
  2. 4.7.1
  3. m:/development/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/4.7.1/../../../../x86_64-w64-mingw32/lib/../lib/libmingw32.a(lib64_libmingw32_a-crt0_c.o): In function
  4. `main':
  5. /home/ruben/mingw-w64/toolchain/src/mingw-w64/tags/v2.0.3/mingw-w64-crt/crt/crt0_c.c:18: undefined reference to `WinMain'
  6. collect2.exe: error: ld returned 1 exit status
  7.  
  8. M:\Development\x64\test>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement