Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 18445 invoked from network); 22 Dec 2008 11:35:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Dec 2008 11:35:09 -0000 Received: (qmail 74091 invoked by uid 500); 22 Dec 2008 11:35:08 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 74060 invoked by uid 500); 22 Dec 2008 11:35:08 -0000 Mailing-List: contact axis-c-dev-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Apache AXIS C Developers List" Reply-To: "Apache AXIS C Developers List" Delivered-To: mailing list axis-c-dev@ws.apache.org Received: (qmail 73982 invoked by uid 99); 22 Dec 2008 11:35:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Dec 2008 03:35:08 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Dec 2008 11:35:05 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8F33B234C46A for ; Mon, 22 Dec 2008 03:34:44 -0800 (PST) Message-ID: <1742034150.1229945684585.JavaMail.jira@brutus> Date: Mon, 22 Dec 2008 03:34:44 -0800 (PST) From: "S.Uthaiyashankar (JIRA)" To: axis-c-dev@ws.apache.org Subject: [jira] Commented: (AXIS2C-638) Linker error while trying to bulid Axis/C on Solaris In-Reply-To: <31805160.1184100544480.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AXIS2C-638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12658511#action_12658511 ] S.Uthaiyashankar commented on AXIS2C-638: ----------------------------------------- Added AC_CHECK_LIB(socket, socket) > Linker error while trying to bulid Axis/C on Solaris > ---------------------------------------------------- > > Key: AXIS2C-638 > URL: https://issues.apache.org/jira/browse/AXIS2C-638 > Project: Axis2-C > Issue Type: Bug > Components: build system > Environment: SunOS 5.9 sparc > gcc version 4.1.1 > libtool (GNU libtool) 1.5.22 > automake (GNU automake) 1.9.6 > autoconf (GNU Autoconf) 2.61 > Reporter: velmurugan > Assignee: S.Uthaiyashankar > Fix For: 1.6.0 > > > We need to evaluate Axis/C , so we neet to build Axis/C source on Linux, Solaris, AIX and HPUX. > My buddy has built the code already on Linux. Somehow i overcome the compilation errors. > I am getting some linker errors. I may need to link lsocket or someother library somewhere. > Really dont know which Makefile i need to edit. Pasted the console ouput below. > ../../../../../../util/src/.libs/libaxutil.so: undefined reference to `recv' > ../../../../../../util/src/.libs/libaxutil.so: undefined reference to `connect' > ../../../../../../util/src/.libs/libaxutil.so: undefined reference to `socket' > ../../../../../../util/src/.libs/libaxutil.so: undefined reference to `send' > ../../../../../../util/src/.libs/libaxutil.so: undefined reference to `accept' > ../../../../../../util/src/.libs/libaxutil.so: undefined reference to `bind' > ../../../../../../util/src/.libs/libaxutil.so: undefined reference to `inet_addr' > ../../../../../../util/src/.libs/libaxutil.so: undefined reference to `setsockopt' > ../../../../../../util/src/.libs/libaxutil.so: undefined reference to `scandir' > ../../../../../../util/src/.libs/libaxutil.so: undefined reference to `alphasort' > ../../../../../../util/src/.libs/libaxutil.so: undefined reference to `listen' > ../../../../../../util/src/.libs/libaxutil.so: undefined reference to `inet_ntoa' > ../../../../../../util/src/.libs/libaxutil.so: undefined reference to `shutdown' > ../../../../../../util/src/.libs/libaxutil.so: undefined reference to `gethostbyname' > ../../../../../../util/src/.libs/libaxutil.so: undefined reference to `getpeername' > ../../../../../../util/src/.libs/libaxutil.so: undefined reference to `ether_ntoa' > ../../../../../../util/src/.libs/libaxutil.so: undefined reference to `getsockname' > collect2: ld returned 1 exit status > *** Error code 1 > make: Fatal error: Command failed for target `axis2_http_server' > Current working directory /usr/velms/axis2c-src-1.0.0/src/core/transport/http/server/simple_axis2_server -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.