Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.36 KB | None | 0 0
  1. build\main.o||In function `_tcf_0':|
  2. C:\Users\Colm\Desktop\Programming\cc13\.\boost\asio\impl\error.ipp|121|undefined reference to `mcount'|
  3. build\main.o||In function `_tcf_1':|
  4. C:\Users\Colm\Desktop\Programming\cc13\.\boost\asio\impl\error.ipp|145|undefined reference to `mcount'|
  5. build\main.o||In function `log_verbose':|
  6. C:\Users\Colm\Desktop\Programming\cc13\src\logging.hpp|71|undefined reference to `mcount'|
  7. build\main.o||In function `main':|
  8. C:\Users\Colm\Desktop\Programming\cc13\src\main.cpp|10|undefined reference to `mcount'|
  9. C:\Users\Colm\Desktop\Programming\cc13\src\main.cpp|10|undefined reference to `_monstartup'|
  10. build\main.o||In function `_tcf_2':|
  11. c:\mingw\bin\..\lib\gcc\mingw32\4.5.2\include\c++\iostream|73|undefined reference to `mcount'|
  12. build\main.o||In function `_tcf_3':|
  13. C:\Users\Colm\Desktop\Programming\cc13\.\boost\asio\detail\winsock_init.hpp|78|undefined reference to `mcount'|
  14. build\main.o||In function `_tcf_4':|
  15. C:\Users\Colm\Desktop\Programming\cc13\src\main.cpp|8|undefined reference to `mcount'|
  16. build\main.o||In function `_static_initialization_and_destruction_0':|
  17. C:\Users\Colm\Desktop\Programming\cc13\src\main.cpp|44|undefined reference to `mcount'|
  18. build\main.o||In function `_static_initialization_and_destruction_0':|
  19. C:\Users\Colm\Desktop\Programming\cc13\.\boost\system\error_code.hpp|214|undefined reference to `boost::system::generic_category()'|
  20. C:\Users\Colm\Desktop\Programming\cc13\.\boost\system\error_code.hpp|215|undefined reference to `boost::system::generic_category()'|
  21. C:\Users\Colm\Desktop\Programming\cc13\.\boost\system\error_code.hpp|216|undefined reference to `boost::system::system_category()'|
  22. build\main.o||In function `GLOBAL__I_myfile':|
  23. C:\Users\Colm\Desktop\Programming\cc13\src\main.cpp|44|undefined reference to `mcount'|
  24. build\main.o||In function `noncopyable':|
  25. C:\Users\Colm\Desktop\Programming\cc13\.\boost\noncopyable.hpp|24|undefined reference to `mcount'|
  26. build\main.o||In function `~noncopyable':|
  27. C:\Users\Colm\Desktop\Programming\cc13\.\boost\noncopyable.hpp|25|undefined reference to `mcount'|
  28. build\main.o||In function `~error_category':|
  29. C:\Users\Colm\Desktop\Programming\cc13\.\boost\system\error_code.hpp|185|undefined reference to `mcount'|
  30. C:\Users\Colm\Desktop\Programming\cc13\.\boost\system\error_code.hpp|185|undefined reference to `mcount'|
  31. build\main.o:C:\Users\Colm\Desktop\Programming\cc13\.\boost\system\error_code.hpp|185|more undefined references to `mcount' follow|
  32. build\main.o:C:\Users\Colm\Desktop\Programming\cc13\.\boost\asio\error.hpp|220|undefined reference to `boost::system::system_category()'|
  33. build\main.o:C:\Users\Colm\Desktop\Programming\cc13\.\boost\asio\error.hpp|234|undefined reference to `mcount'|
  34. build\main.o:C:\Users\Colm\Desktop\Programming\cc13\.\boost\asio\error.hpp|239|undefined reference to `mcount'|
  35. build\main.o:C:\Users\Colm\Desktop\Programming\cc13\.\boost\asio\impl\error.ipp|98|undefined reference to `mcount'|
  36. build\main.o:C:\Users\Colm\Desktop\Programming\cc13\.\boost\asio\impl\error.ipp|103|undefined reference to `mcount'|
  37. build\main.o||In function `error_category':|
  38. C:\Users\Colm\Desktop\Programming\cc13\.\boost\system\error_code.hpp|183|undefined reference to `mcount'|
  39. build\main.o:C:\Users\Colm\Desktop\Programming\cc13\.\boost\asio\impl\error.ipp|96|more undefined references to `mcount' follow|
  40. build\main.o:C:\Users\Colm\Desktop\Programming\cc13\.\boost\asio\detail\impl\winsock_init.ipp|39|undefined reference to `WSAStartup@8'|
  41. build\main.o:C:\Users\Colm\Desktop\Programming\cc13\.\boost\asio\detail\impl\winsock_init.ipp|45|undefined reference to `mcount'|
  42. build\main.o:C:\Users\Colm\Desktop\Programming\cc13\.\boost\asio\detail\impl\winsock_init.ipp|48|undefined reference to `WSACleanup@0'|
  43. build\main.o:C:\Users\Colm\Desktop\Programming\cc13\.\boost\asio\detail\impl\winsock_init.ipp|53|undefined reference to `mcount'|
  44. build\main.o||In function `ResourceBuilder':|
  45. C:\Users\Colm\Desktop\Programming\cc13\src\resource.hpp|73|undefined reference to `mcount'|
  46. build\main.o||In function `refcount_ptr':|
  47. C:\Users\Colm\Desktop\Programming\cc13\.\boost\exception\exception.hpp|27|undefined reference to `mcount'|
  48. build\main.o||In function `~refcount_ptr':|
  49. C:\Users\Colm\Desktop\Programming\cc13\.\boost\exception\exception.hpp|32|undefined reference to `mcount'|
  50. build\main.o:C:\Users\Colm\Desktop\Programming\cc13\.\boost\exception\exception.hpp|59|undefined reference to `mcount'|
  51. build\main.o:C:\Users\Colm\Desktop\Programming\cc13\.\boost\exception\exception.hpp|44|more undefined references to `mcount' follow|
  52. build\client.o||In function `Client':|
  53. c:\users\colm\desktop\programming\cc13\src\client.cpp|25|undefined reference to `WSAStartup@8'|
  54. c:\users\colm\desktop\programming\cc13\src\client.cpp|27|undefined reference to `socket@12'|
  55. c:\users\colm\desktop\programming\cc13\src\client.cpp|32|undefined reference to `ioctlsocket@12'|
  56. build\client.o:c:\users\colm\desktop\programming\cc13\src\client.cpp|41|undefined reference to `mcount'|
  57. build\client.o:c:\users\colm\desktop\programming\cc13\src\client.cpp|43|undefined reference to `Fl::check()'|
  58. build\client.o:c:\users\colm\desktop\programming\cc13\src\client.cpp|45|undefined reference to `Fl::wait()'|
  59. build\client.o:c:\users\colm\desktop\programming\cc13\src\client.cpp|48|undefined reference to `Fl_Widget::redraw()'|
  60. build\client.o:c:\users\colm\desktop\programming\cc13\src\client.cpp|64|undefined reference to `recvfrom@24'|
  61. build\client.o:c:\users\colm\desktop\programming\cc13\src\client.cpp|76|undefined reference to `ntohl@4'|
  62. build\client.o:c:\users\colm\desktop\programming\cc13\src\client.cpp|89|undefined reference to `mcount'|
  63. build\client.o:c:\users\colm\desktop\programming\cc13\src\client.cpp|92|undefined reference to `htons@4'|
  64. build\client.o:c:\users\colm\desktop\programming\cc13\src\client.cpp|94|undefined reference to `inet_addr@4'|
  65. build\client.o:c:\users\colm\desktop\programming\cc13\src\client.cpp|114|undefined reference to `mcount'|
  66. build\client.o:c:\users\colm\desktop\programming\cc13\src\client.cpp|115|undefined reference to `sendto@24'|
  67. build\client.o:c:\users\colm\desktop\programming\cc13\src\client.cpp|119|undefined reference to `mcount'|
  68. build\client.o:c:\users\colm\desktop\programming\cc13\src\client.cpp|161|undefined reference to `mcount'|
  69. ||More errors follow but not being shown.|
  70. ||Edit the max errors limit in compiler options...|
  71. ||=== Build finished: 50 errors, 0 warnings ===|
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement