Opened 8 years ago
#10881 new Bugs
address-model=64 combined with --with-libraries results in x86 built
Reported by: | anonymous | Owned by: | Dave Abrahams |
---|---|---|---|
Milestone: | To Be Determined | Component: | Getting Started Guide |
Version: | Boost 1.57.0 | Severity: | Problem |
Keywords: | Cc: |
Description
Maybe my approach is wrong but this
./bootstrap.sh address-model=64
results in building all libraries for x64 architecture and this
./bootstrap.sh address-model=64 --with-libraries=atomic,chrono,date_time,filesystem
Results in atomic,chrono,date_time,filesystem being built for x86. Why?
Note:
See TracTickets
for help on using tickets.