On 24-06-18 12:21, Russel Winder wrote:

The gtkd-3.pc file on Debian Sid has:

Libs: -L-L/usr/lib/x86_64-linux-gnu/ -L-lgtkd-3 -L-ldl

doesn't this assume dmd or ldc. Won't the leading -L be a problem for gdc?

If the GtkD library is compiled with gdc the generated pkg-config file
won't have the leading -L. And since the different compilers aren't
binary compatible that shouldn't be a problem.