On Tue, 30 Mar 2021, Peng Yu wrote:
I am confused about what belongs to autoconf and what belongs to automake.
For the usually configure -> make -> make install, what belongs to
autoconf what belongs to automake?
It is reasonable to be confused about this unless one reads the
documentation.
I am confused about what belongs to autoconf and what belongs to automake.
For the usually configure -> make -> make install, what belongs to
autoconf what belongs to automake?
Thanks.
On 3/30/21, Bob Friesenhahn wrote:
> On Mon, 29 Mar 2021, Peng Yu wrote:
>
>> Hi,
>>
>> crypt(3) does not need
On Mon, 29 Mar 2021, Peng Yu wrote:
Hi,
crypt(3) does not need -lcrypt on macOS, but need -lcrypt on Linux.
How does autotools determine what library is need to be linked based
on the source code? Thanks.
This is really an Autoconf (configure script) issue and not an
Automake issue. The com