Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tinydtls-dev] Build problem

Jannis Konrad <jannis.konrad@xxxxxxxx> writes:

> the last commit broke configure for me.

Uh, sorry for that. Did you invoke autoconf after git pull?

> The error is: 
> configure: error: cannot find install-sh, install.sh, or shtool in "."
> "./.."
> "./../.."
>
> removing: 
> m4_ifdef([AM_PROG_AR], [AM_PROG_AR], [AR=ar])
> from configure.ac 'fixes' configure but ar is now defined as cru.
>
> Is there a new dependency?

Not really but I have included this line to enable cross-compilation of
tinydtls. (AM_PROG_AR is actually from automake but if not defined it
should fall back to ar.)


Grüße
Olaf


Back to the top