[wsf-c-dev] [jira] Created: (WSFC-234) build error in current WSFC
svn
manoj pushpakumara (JIRA)
jira at wso2.org
Thu Jan 17 22:53:59 PST 2008
build error in current WSFC svn
--------------------------------
Key: WSFC-234
URL: http://wso2.org/jira/browse/WSFC-234
Project: WSO2 WSF/C
Issue Type: Bug
Components: Build System / Linux
Reporter: manoj pushpakumara
when I'm trying to run the build.sh in current svn of WSFC , it gave the following errors.
gcc -g -D_LARGEFILE64_SOURCE -ansi -Wall -Wno-implicit-function-declaration -o .libs/test_thread test_thread.o ../../src/.libs/libaxutil.so -lpthread -lz -ldl -Wl,--rpath -Wl,/home/manoj/ws/c/deploy/lib
gcc -g -D_LARGEFILE64_SOURCE -ansi -Wall -Wno-implicit-function-declaration -o .libs/test_util test_util.o test_log.o test_string.o test_md5.o ../../src/.libs/libaxutil.so -lpthread -lz -ldl -Wl,--rpath -Wl,/home/manoj/ws/c/deploy/lib
creating test_thread
test_md5.o: In function `MDString':
/home/manoj/ws/c/axis2c/util/test/util/test_md5.c:33: undefined reference to `axutil_md5_ctx_create'
/home/manoj/ws/c/axis2c/util/test/util/test_md5.c:34: undefined reference to `axutil_md5_update'
/home/manoj/ws/c/axis2c/util/test/util/test_md5.c:35: undefined reference to `axutil_md5_final'
/home/manoj/ws/c/axis2c/util/test/util/test_md5.c:36: undefined reference to `axutil_md5_ctx_free'
collect2: ld returned 1 exit status
make[8]: *** [test_util] Error 1
make[8]: *** Waiting for unfinished jobs....
make[8]: Leaving directory `/home/manoj/ws/c/axis2c/util/test/util'
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://wso2.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the Wsf-c-dev
mailing list