Opened 10 years ago
Last modified 10 years ago
#7705 closed Bugs
qcc calls non-existent 'ar' — at Initial Version
Reported by: | Owned by: | ||
---|---|---|---|
Milestone: | To Be Determined | Component: | build |
Version: | Boost 1.52.0 | Severity: | Problem |
Keywords: | Cc: |
Description
qcc.jam diff:
@@ -217,7 +217,7
actions piecemeal archive {
$(RM) "$(<)"
- ar rc "$(<)" "$(>)"
+ "$(CONFIG_COMMAND)" -A "$(<)" "$(>)"
}
when compiling boost for QNX - cross-compiling from windows, the program 'ar' doesn't exist. But 'qcc' (CONFIG_COMMAND) itself can build the archive (and knows what the target architecture is), so it is best to ask it.
Note:
See TracTickets
for help on using tickets.