Boost logo

Boost Users :

From: Mehdi Est (mehdiesteghamat_at_[hidden])
Date: 2020-12-13 12:39:07


Hi Everyone,

Where can I find a complete boost example using ICL (intel 64bit C/C++
compiler for windows)? I would like to do it in header-only mode.

Right now, I am compiling and linking using the
below-mentioned flags/libraries. However, when I run the code I seem to
experience deadlock because the execution stalls.

Please let me know your valuable comments.

Regards

*Compile Flags*

icl -I"C:/Program Files
(x86)/IntelSWTools/sw_dev_tools/compilers_and_libraries_2020.2.254/windows/compiler/include"
 -I/../boost_1_73_0 -I../../../boost_1_73_0 -Qstd=c++0x
-Qdiag-error-limit:3 -debug:all -Zi -Z7 -ZI -MDd -D_DEBUG
-DBOOST_STACKTRACE_USE_WINDBG -Fo:../../Debug/obj/test.obj -c test.cpp

*Link Flags*

xilink -LIBPATH:"c:\Program Files (x86)\Windows
Kits\10\Lib\10.0.19041.0\um\x64" -out:Debug/test.exe test.obj ole32.lib
dbgeng.lib



Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net