Changes between Initial Version and Version 1 of Ticket #7864, comment 1


Ignore:
Timestamp:
Jan 7, 2013, 7:50:29 PM (10 years ago)
Author:
olli

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7864, comment 1

    initial v1  
    33make_i386_ms_pe_masm.asm references _exit() (from C-library)
    44
    5 as the linker output describes symbol  __exit (two underscores!) is unknown
     5as the linker output describes symbol 
     6{{{
     7__exit
     8}}}
    69
    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
     12maybe something with the build-env is wron, especially because the runtime function
     13
     14{{{
     15__DllMainCRTStartup
     16}}}
     17
     18is also unresolved.
    819
    920Maybe you mixed debug with release versions in the build-env?