Re: bootstrap.sh --with-toolset not accepting clang-XY.Z
Steven Watanabe via Boost-build <[email protected]>
| Newsgroups | gmane.comp.lib.boost.build |
|---|---|
| Organization | Providere Consulting, Inc. |
| Message-ID | <[email protected]> |
AMDG On 04/03/2018 09:31 AM, Mateusz Loskot via Boost-build wrote: > > I'm using Docker with clang (nwtgck/llvm-clang:5.0.0) where there is > no clang alternative configured, but only /usr/bin/clang-5.0.0. > > I was surprised to discover that > > ./bootstrap.sh --with-toolset=clang-5.0.0 > > fails with > > ./build.sh: 17: ./build.sh: clang: not found > > I assume, similar failure would happen for gcc-7.2, for instance. > > Is this known limitation or am I missing any options > or environment variables to the script? > The specific toolsets in bootstrap are quite hard-coded. You may need to use the `cc` toolset and set CC and CFLAGS. (You'll also have to edit or delete project-config.jam as it probably won't be generated correctly in this case). In Christ, Steven Watanabe _______________________________________________ Unsubscribe & other changes: https://lists.boost.org/mailman/listinfo.cgi/boost-build