Opened 18 years ago
Closed 17 years ago
#162 closed defect (fixed)
Using the msvc 64-bit assembler
| Reported by: | Owned by: | somebody | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | component1 | Version: | |
| Keywords: | msvc assembler 64bit | Cc: |
Description
How do I select the 64-bit assembler named "ml64" ? I've tried
using msvc : 8.0 : : <address-model>64:<assembler>ml64 ;
but had no luck.
The default-assembler is hardcoded to "ml" in msvc.jam. The defaults for the assembler ("-coff -Zp4") are suspicious, too. They look like 32bit options... Hacking msvc.jam to use "ml64" enabled me to build the assembler file, but with warnings about above flags. And it is no real solution :-((
Note:
See TracTickets
for help on using tickets.

Fixed as #214.