lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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