Changes between Initial Version and Version 1 of Ticket #7864, comment 1
- Timestamp:
- Jan 7, 2013, 7:50:29 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7864, comment 1
initial v1 3 3 make_i386_ms_pe_masm.asm references _exit() (from C-library) 4 4 5 as the linker output describes symbol __exit (two underscores!) is unknown 5 as the linker output describes symbol 6 {{{ 7 __exit 8 }}} 6 9 7 maybe something with the build-env is wron, especially because the runtime function __DllMainCRTStartup is also unresolved (boost.context does not use symbol DllMainCRTStartup() ). 10 (two underscores!) is unknown 11 12 maybe something with the build-env is wron, especially because the runtime function 13 14 {{{ 15 __DllMainCRTStartup 16 }}} 17 18 is also unresolved. 8 19 9 20 Maybe you mixed debug with release versions in the build-env?