I followed the steps (with adjustments for version 18) to build boost using Intel compiler.
I have Intel i7 processor, with windows 7 64-bit version, therefore I run compilervars.bat batch with intel64 flag.
I run b2 with address-model=32, yet in boost libboost_log-iw-mt-gd-x32-1_66.lib is created as an x64 binary (I see it using 'dumpbin /HEADERS libboost_log-iw-mt-gd-x32-1_66.lib')
I guess the library is built by default as x64 for some reason....
any idea?
Thanks,
Boaz.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I followed the steps (with adjustments for version 18) to build boost using Intel compiler.
I have Intel i7 processor, with windows 7 64-bit version, therefore I run compilervars.bat batch with intel64 flag.
I run b2 with address-model=32, yet in boost libboost_log-iw-mt-gd-x32-1_66.lib is created as an x64 binary (I see it using 'dumpbin /HEADERS libboost_log-iw-mt-gd-x32-1_66.lib')
I guess the library is built by default as x64 for some reason....
any idea?
Thanks,
Boaz.