Christophe de Dinechin
Christophe de Dinechin
Thanks for the report. I'll take a look.
> On 18 Sep 2017, at 23:26, Mischa Spiegelmock wrote: > > I think my problem here is that I installed autotools, it wasn't using the system libtool. So I...
Hi Preliminary note: the ‘build’ name was a bit too generic, so the project has moved to “make-it-quick” (MIQ), see https://github.com/c3d/make-it-quick. > On 19 Sep 2017, at 12:49, Mischa Spiegelmock...
> On 4 Aug 2020, at 05:55, Joe wrote: > > > i always get this problem, on mac OS > libtool: error: unrecognised option: '-no_warning_for_no_symbols' > > why don`t...
> On 6 Dec 2017, at 20:23, Philippe Ombredanne wrote: > > Say I want to build strace with build... strace uses autoconf, so what would be the steps to...
Actually, one of the first projects to use `build` was using it mostly for cross-compilation. Typically, you would simply create a `config.gcc-cross-arm.mk` and set your `BUILDENV` to match. It may...
Makes sense.
Would something like https://github.com/c3d/build/commit/a7e9b464d9c822c8650fb44c2748b68ba82df0b8 be the right direction? What I'm not too sure about is: how to deal with the -I path. I'm surprised that at least on Fedora 26,...
For a a one-time build, `make CC=clang` should do it. Otherwise, add a `config.linux-clang.mk` file that includes the GNU one and override. Submit a pull request if you get it...
Yes. Security is a major concern, as was shown in the discussion on Slashdot. I wanted to have a release to test other aspects, but security is high on the...