[Axl] Link errors on OS X
Dave Dribin
dave-ml at dribin.org
Mon Apr 28 20:52:44 CEST 2008
On Apr 28, 2008, at 1:05 PM, Francis Brosnan Blazquez wrote:
> I've updated Makefile.am at babel/ and ns/ directories to add an
> explicit reference to libaxl.la object. Try it or latest svn [1].
Hrm... still the same issue. It's looking like libaxl_ns_LDADD is
being passed through to Makefile.in, but it's not being used in
Makefile:
gcc -dynamiclib -o .libs/libaxl-ns.0.dylib .libs/axl_ns_doc.o .libs/
axl_ns_node.o -install_name /usr/local/lib/libaxl-ns.0.dylib -Wl,-
compatibility_version -Wl,1 -Wl,-current_version -Wl,1.0
Undefined symbols:
"_axl_calloc", referenced from:
___axl_ns_node_check_and_install_ns_decls in axl_ns_doc.o
"_axl_hash_new_full", referenced from:
___axl_ns_node_check_and_install_ns_decls in axl_ns_doc.o
-Dave
More information about the Axl
mailing list