Thanks Martin, that did it.

The end goal is to get systemd (mainly for sd-bus) cross-compiling for
a proprietary embedded (Linux) environment that I work on. Getting it
compiling on my Ubuntu laptop seemed like a good first step.

-Tabor

On Wed, Dec 16, 2015 at 9:16 PM, Martin Pitt <martin.p...@ubuntu.com> wrote:
> Hello Tabor,
>
> Tabor Kelly [2015-12-16 20:34 -0800]:
>> I'm trying to get systemd v225 building on Ubuntu 15.10. When I run
>> autogen.sh I get the following output:
>>
>> configure.ac:686: warning: macro 'AM_PATH_LIBGCRYPT' not found in library
>
> Missing libgcrypt20-dev. It's easiest if you just do
>
>   sudo apt-get build-dep systemd
>
> to install all build dependencies of systemd than trying to discover
> them one by one.
>
> Martin
> --
> Martin Pitt                        | http://www.piware.de
> Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.debian.org)
_______________________________________________
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to