[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Problem linking Lua C module with external library
- From: Daniel Bolgheroni <daniel@...>
- Date: Fri, 10 May 2013 14:30:45 -0300
On Fri, May 10, 2013 at 09:22:34AM -0300, Daniel Bolgheroni wrote:
>
> Anyway, if I just don't explicitly link with libgdal or liblua, I
> eliminate the problem.
Sorry, not really. I don't need to link with liblua, but I need to link
with libgdal, of course. But if I do, I can't run the Lua program and
the error is the one I reported in the first post.
Thank you.