Re: problem building Gnulib libgnu_a-malloca.o with Debian oldstable's clang
Collin Funk <[email protected]>
| Newsgroups | gmane.comp.lib.gnulib.bugs |
|---|---|
| Message-ID | <[email protected]> |
Paul Eggert <[email protected]> writes: > On 8/6/26 22:23, G. Branden Robinson wrote: >> Is this a known issue? > > Not that I know of. How to reproduce the problem? +1, it would also be helpful if 'make' was not being run with Automakes silent mode, which hides how the compiler is being invoked. I was able to build this testdir fine in a Debian oldstable container using './configure CC=clang': $ gnulib-tool --create-testdir --dir testdir1 assert assert-h \ malloca So I suspect something is/was messing with the compiler flags. Collin