Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1.  
  2. C:\Users\Michael\Documents\ex0>gcc *.c -I"C:\Program Files\Common Files\MinGW\fr
  3. eeglut\include" -L"C:\Program Files\Common Files\MinGW\freeglut\lib" -lfreeglut
  4. -lopengl32 -lglu32 -Wl,--subsystem,windows -o pong.exe
  5. In file included from pongUI.c:13:
  6. gen.h:41:1: warning: "RGB" redefined
  7. In file included from C:/MinGW/bin/../lib/gcc/mingw32/3.4.5/../../../../include/
  8. windows.h:52,
  9. from C:/Program Files/Common Files/MinGW/freeglut/include/GL/fr
  10. eeglut_std.h:61,
  11. from C:/Program Files/Common Files/MinGW/freeglut/include/GL/fr
  12. eeglut.h:17,
  13. from pongUI.c:8:
  14. C:/MinGW/bin/../lib/gcc/mingw32/3.4.5/../../../../include/wingdi.h:2681:1: warni
  15. ng: this is the location of the previous definition
  16. C:\Users\Michael\AppData\Local\Temp/ccPZZJnm.o:pongUI.c:(.text+0x793): undefined
  17. reference to `glWindowPos3iv'
  18. collect2: ld returned 1 exit status
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement