Opened 17 years ago
Closed 15 years ago
#513 closed Feature Requests (duplicate)
darwin 64 bit support
Reported by: | ianfasel | Owned by: | nobody |
---|---|---|---|
Milestone: | Component: | build | |
Version: | None | Severity: | Problem |
Keywords: | Cc: |
Description (last modified by )
To get 64-bit support, I was able to get a large chunk of boost-1_33_1 to build on darwin by inserting -arch ppc64 in strategic places in the darwin-tools.jam file. This was sufficient to be able to use the filesystem and program-options libraries in a 64-bit app I've built that needs to access > 4GB. Some libraries failed to build however, and I don't really know what I'm doing. Attached is a patch file showing what I added where. Also, it would probably be best to add -arch ppc -arch ppc64 to get "fat" binaries that work for both 32-bit and 64-bit code. However I'm no pro with these things.
Change History (1)
comment:1 by , 15 years ago
Component: | None → build |
---|---|
Description: | modified (diff) |
Resolution: | None → duplicate |
Severity: | → Problem |
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Overridden by issue #989.