Guest User

Untitled

a guest
Sep 17th, 2011
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1. 1>------ Build started: Project: My Mod, Configuration: Debug Win32 ------
  2. 1>MSVCRTD.lib(cinitexe.obj) : warning LNK4098: defaultlib 'msvcrt.lib' conflicts with use of other libs; use /NODEFAULTLIB:library
  3. 1>main.obj : error LNK2019: unresolved external symbol __imp__pthread_exit referenced in function _update_grav_async
  4. 1>main.obj : error LNK2019: unresolved external symbol __imp__pthread_cond_wait referenced in function _update_grav_async
  5. 1>main.obj : error LNK2019: unresolved external symbol __imp__pthread_mutex_unlock referenced in function _update_grav_async
  6. 1>main.obj : error LNK2019: unresolved external symbol __imp__pthread_mutex_lock referenced in function _update_grav_async
  7. 1>main.obj : error LNK2019: unresolved external symbol __imp__pthread_create referenced in function _start_grav_async
  8. 1>main.obj : error LNK2019: unresolved external symbol __imp__pthread_cond_init referenced in function _start_grav_async
  9. 1>main.obj : error LNK2019: unresolved external symbol __imp__pthread_mutex_init referenced in function _start_grav_async
  10. 1>main.obj : error LNK2019: unresolved external symbol __imp__pthread_mutex_destroy referenced in function _stop_grav_async
  11. 1>main.obj : error LNK2019: unresolved external symbol __imp__pthread_join referenced in function _stop_grav_async
  12. 1>main.obj : error LNK2019: unresolved external symbol __imp__pthread_cond_signal referenced in function _stop_grav_async
  13. 1>misc.obj : error LNK2019: unresolved external symbol __imp__regfree referenced in function _sregexp
  14. 1>misc.obj : error LNK2019: unresolved external symbol __imp__regexec referenced in function _sregexp
  15. 1>misc.obj : error LNK2019: unresolved external symbol __imp__regcomp referenced in function _sregexp
  16. 1>C:\Documents and Settings\myname\My Documents\Games\My Own Games\Debug\My Mod.exe : fatal error LNK1120: 13 unresolved externals
  17. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Advertisement
Add Comment
Please, Sign In to add comment