| c++ Programming Glossary: linkflagsBuild Boost C++ WinCE http://stackoverflow.com/questions/15906901/build-boost-c-wince  D_x86_ compileflags D_UNICODE compileflags DUNICODE linkflags subsystem windowsce 6.00 linkflags MACHINE X86 linkflags NODEFAULTLIB.. compileflags DUNICODE linkflags subsystem windowsce 6.00 linkflags MACHINE X86 linkflags NODEFAULTLIB oldnames.lib linkflags NODEFAULTLIB.. linkflags subsystem windowsce 6.00 linkflags MACHINE X86 linkflags NODEFAULTLIB oldnames.lib linkflags NODEFAULTLIB libc.lib linkflags.. 
 How to compile/link Boost with clang++/libc++? http://stackoverflow.com/questions/8486077/how-to-compile-link-boost-with-clang-libc  error . b2 clean . b2 toolset clang cxxflags stdlib libc linkflags stdlib libc You'll get lots of warnings. And the signals library.. 
 |