[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: tarlz 0.18 build failure on FreeBSD 11.4
From: |
David Glover-Aoki |
Subject: |
Re: tarlz 0.18 build failure on FreeBSD 11.4 |
Date: |
Mon, 23 Nov 2020 14:10:27 -0800 |
On Nov 23, 2020, at 2:00 PM, Antonio Diaz Diaz <antonio@gnu.org> wrote:
>
> Thank you very much for reporting this.
>
> The problem is that I forgot to add the following line at the top of tarlz.h:
>
> #include <sys/types.h>
Well that’s an easy fix. Thank you.
> Note that the line from the gmake build includes the option '-I
> /usr/local/include', which is not present in the make build. I guess this is
> the cause of the failure with BSD make.
I did perform:
./configure CPPFLAGS='-I /usr/local/include' LDFLAGS='-L /usr/local/lib’
But running bsd make after this fails. I don’t know why it wouldn’t pick up the
flags when gmake does.
David.
- tarlz 0.18 build failure on FreeBSD 11.4, David Glover-Aoki, 2020/11/23
- Re: tarlz 0.18 build failure on FreeBSD 11.4, Antonio Diaz Diaz, 2020/11/23
- Re: tarlz 0.18 build failure on FreeBSD 11.4,
David Glover-Aoki <=
- Re: tarlz 0.18 build failure on FreeBSD 11.4, Antonio Diaz Diaz, 2020/11/23
- Re: tarlz 0.18 build failure on FreeBSD 11.4, David Glover-Aoki, 2020/11/23
- Re: tarlz 0.18 build failure on FreeBSD 11.4, Antonio Diaz Diaz, 2020/11/23
- Re: tarlz 0.18 build failure on FreeBSD 11.4, David Glover-Aoki, 2020/11/23
- Re: tarlz 0.18 build failure on FreeBSD 11.4, Antonio Diaz Diaz, 2020/11/24
- Re: tarlz 0.18 build failure on FreeBSD 11.4, Antonio Diaz Diaz, 2020/11/25