Re: Adding a toolset for a compiler
Steven Watanabe via Boost-build <[email protected]>
| Newsgroups | gmane.comp.lib.boost.build |
|---|---|
| Organization | Providere Consulting, Inc. |
| Message-ID | <[email protected]> |
AMDG On 09/20/2018 03:17 PM, Edward Diener via Boost-build wrote: > On 9/20/2018 3:01 PM, Steven Watanabe via Boost-build wrote: >> <snip> >> d) Generators for each rule. generators.register-c-compiler, >> generators.register-linker, and generators.register-linker >> should work. > > You repeated 'generators.register-linker' twice. Did you mean something > else for the second repetition ? > Oops. I meant generators.register-archiver. >> If you inherit from `unix`, then you get these >> automatically. (Note: you should inherit from `unix` iff >> library order on the command line must follow the usual >> unix rules.) > > What are the usual 'unix rules' ? That all external references in a > library/object file must be resolved by a previous library/object file > in the sequence of library/object files mentioned ? Or something else ? > It's the opposite, actually. When processing an static library, the linker skips archive members that do not resolve any symbols that have been seen previously. In Christ, Steven Watanabe _______________________________________________ Unsubscribe & other changes: https://lists.boost.org/mailman/listinfo.cgi/boost-build