On 11/12/24 10:57 PM, Grisha Levit wrote:
If you try using Cflags from the generated pc file, presumably with
something like:
cc $(pkg-config --cflags bash) -c o myload myload.c
the compilation is likely to fail because HAVE_CONFIG_H is not defined.
Thanks for the report.
--
``The lyf s
If you try using Cflags from the generated pc file, presumably with
something like:
cc $(pkg-config --cflags bash) -c o myload myload.c
the compilation is likely to fail because HAVE_CONFIG_H is not defined.
---
support/bash.pc.in | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff