From axis-cvs-return-2577-apmail-ws-axis-dev-archive=ws.apache.org@ws.apache.org Wed Sep 01 11:19:59 2004 Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 84087 invoked from network); 1 Sep 2004 11:19:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 1 Sep 2004 11:19:59 -0000 Received: (qmail 23523 invoked by uid 500); 1 Sep 2004 11:19:53 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 23479 invoked by uid 500); 1 Sep 2004 11:19:53 -0000 Mailing-List: contact axis-cvs-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-cvs@ws.apache.org Received: (qmail 23462 invoked by uid 99); 1 Sep 2004 11:19:52 -0000 X-ASF-Spam-Status: No, hits=-2.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Wed, 01 Sep 2004 04:19:52 -0700 Received: (qmail 84026 invoked by uid 1683); 1 Sep 2004 11:19:51 -0000 Date: 1 Sep 2004 11:19:51 -0000 Message-ID: <20040901111951.84025.qmail@minotaur.apache.org> From: damitha@apache.org To: ws-axis-cvs@apache.org Subject: cvs commit: ws-axis/c/tests/client Makefile.am Makefile.in X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N damitha 2004/09/01 04:19:51 Modified: c configure c/tests/client Makefile.am Makefile.in Log: Morning I addeduddi_inquire build and again removing them Revision Changes Path 1.6 +27 -3 ws-axis/c/configure Index: configure =================================================================== RCS file: /home/cvs/ws-axis/c/configure,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- configure 27 Aug 2004 09:54:31 -0000 1.5 +++ configure 1 Sep 2004 11:19:51 -0000 1.6 @@ -4068,7 +4068,7 @@ # This must be Linux ELF. linux-gnu*) case $host_cpu in - alpha* | hppa* | i*86 | mips | mipsel | powerpc* | sparc* | ia64*) + alpha* | hppa* | i*86 | mips | mipsel | powerpc* | sparc* | ia64* | s390* | x86_64*) lt_cv_deplibs_check_method=pass_all ;; *) # glibc up to 2.1.1 does not perform some relocations on ARM @@ -7000,6 +7000,30 @@ # people can always --disable-shared, the test was removed, and we # assume the GNU/Linux dynamic linker is in use. dynamic_linker='GNU/Linux ld.so' + + # Find out which ABI we are using (multilib Linux x86_64 hack). + libsuff= + case "$host_cpu" in + x86_64*|s390x*) + echo '#line 7008 "configure"' > conftest.$ac_ext + if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; then + case `/usr/bin/file conftest.$ac_objext` in + *64-bit*) + libsuff=64 + ;; + esac + fi + rm -rf conftest* + ;; + *) + ;; + esac + sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff}" + sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}" ;; netbsd*) @@ -7653,7 +7677,7 @@ lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext < conftest.$ac_ext <