I'm running Ubuntu 9.10 Karmic Koala. When I try to build axis2c-src-1.6.0, I get the following error:
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -pthread -Wall -D_LARGEFILE64_SOURCE -ansi -Wall -Werror -Wno-implicit-function-declaration -lpthread -o test test.o ../src/libneethi.la ../../axiom/src/om/libaxis2_axiom.la ../../util/src/libaxutil.la ../src/libneethi.la -ldl mkdir .libs gcc -g -O2 -pthread -Wall -D_LARGEFILE64_SOURCE -ansi -Wall -Werror -Wno-implicit-function-declaration -o .libs/test test.o -lpthread ../../axiom/src/om/.libs/libaxis2_axiom.so ../../util/src/.libs/libaxutil.so ../src/.libs/libneethi.so -ldl -Wl,--rpath -Wl,/usr/lib/axis2c/lib /usr/bin/ld: test.o: in function load_policy_array:test.c:185: error: undefined reference to 'axiom_xml_reader_create_for_file' /usr/bin/ld: test.o: in function load_policy_array:test.c:198: error: undefined reference to 'axiom_xml_reader_free' /usr/bin/ld: test.o: in function om_node_serialize:test.c:143: error: undefined reference to 'axiom_xml_writer_create_for_memory' /usr/bin/ld: test.o: in function om_node_serialize:test.c:158: error: undefined reference to 'axiom_xml_writer_get_xml' /usr/bin/ld: test.o: in function main:test.c:32: error: undefined reference to 'axiom_xml_reader_create_for_file' /usr/bin/ld: test.o: in function main:test.c:45: error: undefined reference to 'axiom_xml_reader_free' collect2: ld returned 1 exit status --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
