> These are the errors > /usr/local/lib/libgsoap.a(libgsoap_a-stdsoap2.o): In function > `soap_set_error': > /usr/src/gsoap-2.7/gsoap/stdsoap2.c:15016: undefined reference to > `soap_faultcode'
Without the commands you used to compile we can't tell what the problem is. Probably you just forgot to link in the gSOAP library (-lgsoap IIRC) Cheers, Adam.