[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Ag 1.1 -- a fast, scriptable anagram generator
- From: Andrew Trevorrow <andrew@...>
- Date: Sun, 10 Apr 2016 10:31:13 +1000
Boris Nagaev wrote:
> I got linking errors on Linux when compiling with `make -f
> makefile-gtk`. Symbols dlclose@@GLIBC_2.2.5 and other were missing.
>
> Here is the patch:
> ...
> +LDFLAGS = `wx-config --libs` -lz -ldl
Much thanks for that patch. I don't know much about Linux. I have
a Mint 13 system running as a VM on my Mac. For some reason it
doesn't need that -ldl link option, but I'll add it to future
releases of makefile-gtk.
Andrew