lua-users home
lua-l archive

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


Hi Jeff,

Thanks for pointing to this make target. However, this produces a .pc file that is hard to be called a proper .pc.

% make pc
version=5.2.0
prefix=/usr/local
libdir=/usr/local/lib
includedir=/usr/local/include

There is no definition of cflags and libs, as a result if someone calls pkg-config lua --libs, he won't get anything.

On 20 February 2012 23:46, Jeff Pohlmeyer <yetanothergeek@gmail.com> wrote:
On Mon, Feb 20, 2012 at 3:29 PM, Alex T. wrote:

> from what I see Lua 5.2 drops .pc completely.

% make pc > lua.pc

 - Jeff