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