Hello World Example with Glade?

Mike Wey via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Fri Sep 11 13:29:05 PDT 2015


On 09/11/2015 04:00 PM, Mike McKee wrote:
> On Friday, 11 September 2015 at 09:07:37 UTC, Jordi Sayol wrote:
>> On <http://d-apt.sourceforge.net/> there is the "pkg-config" section:
>
> I finally got it to compile with your help, guys! :)
>
> Here's what I had to type:
>
> # dmd test1.d -L-ldl -I/usr/include/dmd/gtkd3 `pkg-config --cflags
> --libs gtkd3`
>

You should be able to drop the -L-ldl and -I/usr/.... flags, as they are 
included in the pkg-config output.

-- 
Mike Wey


More information about the Digitalmars-d-learn mailing list