On Nov 23, 2020, at 2:00 PM, Antonio Diaz Diaz <[email protected]> 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.
