lua-users home
lua-l archive

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


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/