Opened 8 years ago
#10283 new Bugs
Cross-compiling on MacOSX for linux using clang fails to build static libs correctly.
Reported by: | Owned by: | ||
---|---|---|---|
Milestone: | To Be Determined | Component: | Building Boost |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | clang crosscompile macosx linux | Cc: |
Description
The logic in gcc.jam that dynamically determines the paths to ranlib and ar needs to duplicated in clang-linux.jam and clang-darwin.jam. The current implementation uses the darwin versions of ranlib and ar which doesn't work correctly for linux-elf static libs.
Note:
See TracTickets
for help on using tickets.