Button: A fast, correct, and elegantly simple build system.

Jacob Carlborg via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Wed Jun 1 04:42:20 PDT 2016


On 2016-06-01 08:48, Jason White wrote:

> Actually, SQLite more of a run-time dependency because etc.c.sqlite3
> comes with DMD.
>
> $ ldd button
>      linux-vdso.so.1 (0x00007ffcc474c000)
> --> libsqlite3.so.0 => /usr/lib/libsqlite3.so.0 (0x00007f2d13641000)
>      libpthread.so.0 => /usr/lib/libpthread.so.0 (0x00007f2d13421000)
>      libm.so.6 => /usr/lib/libm.so.6 (0x00007f2d13119000)
>      librt.so.1 => /usr/lib/librt.so.1 (0x00007f2d12f11000)
>      libdl.so.2 => /usr/lib/libdl.so.2 (0x00007f2d12d09000)
>      libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0x00007f2d12af1000)
>      libc.so.6 => /usr/lib/libc.so.6 (0x00007f2d12749000)
>      /lib64/ld-linux-x86-64.so.2 (0x00007f2d13951000)

So it's both a build and runtime dependency ;)

-- 
/Jacob Carlborg


More information about the Digitalmars-d-announce mailing list