Advertisement
Guest User

Untitled

a guest
Aug 18th, 2017
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.31 KB | None | 0 0
  1. -------------- Build: Debug in Game (compiler: GNU GCC Compiler)---------------
  2.  
  3. x86_64-w64-mingw32-g++.exe -Llib-mingw-w64 -o bin\Debug\Game.exe obj\Debug\main.o -lgdi32 -lopengl32 -lglfw3
  4. lib-mingw-w64/libglfw3.a(win32_monitor.c.obj):win32_monitor.c:(.text+0x394): undefined reference to `__imp_CreateDCW'
  5. lib-mingw-w64/libglfw3.a(win32_monitor.c.obj):win32_monitor.c:(.text+0x3a5): undefined reference to `__imp_GetDeviceCaps'
  6. lib-mingw-w64/libglfw3.a(win32_monitor.c.obj):win32_monitor.c:(.text+0x3b5): undefined reference to `__imp_GetDeviceCaps'
  7. lib-mingw-w64/libglfw3.a(win32_monitor.c.obj):win32_monitor.c:(.text+0x3ce): undefined reference to `__imp_DeleteDC'
  8. lib-mingw-w64/libglfw3.a(win32_monitor.c.obj):win32_monitor.c:(.text+0x533): undefined reference to `__imp_CreateDCW'
  9. lib-mingw-w64/libglfw3.a(win32_monitor.c.obj):win32_monitor.c:(.text+0x544): undefined reference to `__imp_GetDeviceCaps'
  10. lib-mingw-w64/libglfw3.a(win32_monitor.c.obj):win32_monitor.c:(.text+0x554): undefined reference to `__imp_GetDeviceCaps'
  11. lib-mingw-w64/libglfw3.a(win32_monitor.c.obj):win32_monitor.c:(.text+0x56d): undefined reference to `__imp_DeleteDC'
  12. lib-mingw-w64/libglfw3.a(win32_monitor.c.obj):win32_monitor.c:(.text+0xa69): undefined reference to `__imp_CreateDCW'
  13. lib-mingw-w64/libglfw3.a(win32_monitor.c.obj):win32_monitor.c:(.text+0xa78): undefined reference to `__imp_GetDeviceGammaRamp'
  14. lib-mingw-w64/libglfw3.a(win32_monitor.c.obj):win32_monitor.c:(.text+0xa84): undefined reference to `__imp_DeleteDC'
  15. lib-mingw-w64/libglfw3.a(win32_monitor.c.obj):win32_monitor.c:(.text+0xbe4): undefined reference to `__imp_CreateDCW'
  16. lib-mingw-w64/libglfw3.a(win32_monitor.c.obj):win32_monitor.c:(.text+0xbf3): undefined reference to `__imp_SetDeviceGammaRamp'
  17. lib-mingw-w64/libglfw3.a(win32_monitor.c.obj):win32_monitor.c:(.text+0xbfc): undefined reference to `__imp_DeleteDC'
  18. lib-mingw-w64/libglfw3.a(win32_window.c.obj):win32_window.c:(.text+0xcf): undefined reference to `__imp_CreateDIBSection'
  19. lib-mingw-w64/libglfw3.a(win32_window.c.obj):win32_window.c:(.text+0x109): undefined reference to `__imp_CreateBitmap'
  20. lib-mingw-w64/libglfw3.a(win32_window.c.obj):win32_window.c:(.text+0x1b4): undefined reference to `__imp_DeleteObject'
  21. lib-mingw-w64/libglfw3.a(win32_window.c.obj):win32_window.c:(.text+0x239): undefined reference to `__imp_DeleteObject'
  22. lib-mingw-w64/libglfw3.a(wgl_context.c.obj):wgl_context.c:(.text+0x170): undefined reference to `__imp_SwapBuffers'
  23. lib-mingw-w64/libglfw3.a(wgl_context.c.obj):wgl_context.c:(.text+0x43f): undefined reference to `__imp_DescribePixelFormat'
  24. lib-mingw-w64/libglfw3.a(wgl_context.c.obj):wgl_context.c:(.text+0x539): undefined reference to `__imp_DescribePixelFormat'
  25. lib-mingw-w64/libglfw3.a(wgl_context.c.obj):wgl_context.c:(.text+0x687): undefined reference to `__imp_DescribePixelFormat'
  26. lib-mingw-w64/libglfw3.a(wgl_context.c.obj):wgl_context.c:(.text+0x6a1): undefined reference to `__imp_SetPixelFormat'
  27. lib-mingw-w64/libglfw3.a(wgl_context.c.obj):wgl_context.c:(.text+0xfd5): undefined reference to `__imp_ChoosePixelFormat'
  28. lib-mingw-w64/libglfw3.a(wgl_context.c.obj):wgl_context.c:(.text+0xfe3): undefined reference to `__imp_SetPixelFormat'
  29. collect2.exe: error: ld returned 1 exit status
  30. Process terminated with status 1 (0 minute(s), 0 second(s))
  31. 26 error(s), 0 warning(s) (0 minute(s), 0 second(s))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement