[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: trouble installing luaexpat on debian
- From: Alex Queiroz <asandroq@...>
- Date: Mon, 24 Oct 2005 23:27:19 -0200
Hallo,
On 24/10/05, Walter Cruz <walter.php@gmail.com> wrote:
> U XML_ParserCreate
> U XML_ParserCreateNS
> U XML_ParserFree
>
The 'U's here meabn that those symbols are undefined.
>
> src/$(LIBNAME) : src/lxplib.o $(COMPAT_DIR)/compat-5.1.o
> $(CC) -o src/$(LIBNAME) $(LIB_OPTION) src/lxplib.o
> $(COMPAT_DIR)/compat-5.1.o
>
The problem seems to be here, the expat library is not being
linked with your module. Try to add '-lexpat'.
--
-alex
http://www.ventonegro.org/