Re: [PATCH] build: detect backtrace availability

2023-02-02 Thread Thomas Monjalon
09/01/2023 10:08, Bruce Richardson: > On Sun, Jan 08, 2023 at 10:59:20AM +0100, Thomas Monjalon wrote: > > Backtrace dump is available: > > - always on Windows > > - on Linux/BSD if execinfo.h is available (not anymore on Alpine) > > > > The flag RTE_BACKTRACE was set unconditionnaly in rt

Re: [PATCH] build: detect backtrace availability

2023-01-09 Thread Bruce Richardson
On Sun, Jan 08, 2023 at 10:59:20AM +0100, Thomas Monjalon wrote: > Backtrace dump is available: > - always on Windows > - on Linux/BSD if execinfo.h is available (not anymore on Alpine) > > The flag RTE_BACKTRACE was set unconditionnaly in rte_config.h. > It is now set only if the feat

[PATCH] build: detect backtrace availability

2023-01-08 Thread Thomas Monjalon
Backtrace dump is available: - always on Windows - on Linux/BSD if execinfo.h is available (not anymore on Alpine) The flag RTE_BACKTRACE was set unconditionnaly in rte_config.h. It is now set only if the feature is available. Note: Alpine Linux has decided to remove libexecinfo s