Opened 18 years ago
Closed 16 years ago
#319 closed Support Requests (Out of Date)
Static linking boost::thread, vc-7_1-stlport
Reported by: | nobody | Owned by: | nobody |
---|---|---|---|
Milestone: | Component: | None | |
Version: | None | Severity: | |
Keywords: | Cc: |
Description
bjam -sTOOLS="vc-7_1-stlport" -sBUILD="<stlport-iostream>on" -sSTLPORT_PATH="D:\\path" --with-thread stage When builded libboost_thread-vc71-mt-sgdp-1_32.lib contain ref: ??0thread@boost@@QAE@ABV?$function0@XV?$allocator@Vfunction_base@boost@@@_STL@@@1@@Z Is there any way to rebuild thread so libboost_thread-vc71-mt-sgdp-1_32.lib will contain ref: __imp_??0thread@boost@@QAE@ABV?$function0@XV?$allocator@Vfunction_base@boost@@@_STL@@@1@@Z (__imp_ added) ? Thank you
Change History (6)
comment:3 by , 18 years ago
Logged In: YES user_id=247012 Document says -sBUILD="<stlport-iostream>on" may lead to link error only if you build stlport with /Zc:w_char. But I do not know how to compile stlport 4.62 with VC7.1 with that option, can you tell me.
comment:4 by , 18 years ago
Logged In: YES user_id=247012 Document says -sBUILD="<stlport-iostream>on" may lead to link error only if you build stlport with /Zc:w_char. But I do not know how to compile stlport 4.62 with VC7.1 with that option, can you tell me.
comment:5 by , 18 years ago
Logged In: YES user_id=247012 Document says -sBUILD="<stlport-iostream>on" may lead to link error only if you build stlport with /Zc:w_char. But I do not know how to compile stlport 4.62 with VC7.1 with that option, can you tell me.
comment:6 by , 16 years ago
Status: | assigned → closed |
---|
Note:
See TracTickets
for help on using tickets.