Return-Path: Delivered-To: apmail-ws-axis-c-user-archive@www.apache.org Received: (qmail 90512 invoked from network); 8 Jan 2010 10:51:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 8 Jan 2010 10:51:49 -0000 Received: (qmail 5114 invoked by uid 500); 8 Jan 2010 10:51:49 -0000 Delivered-To: apmail-ws-axis-c-user-archive@ws.apache.org Received: (qmail 5067 invoked by uid 500); 8 Jan 2010 10:51:49 -0000 Mailing-List: contact axis-c-user-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Apache AXIS C User List" Reply-To: "Apache AXIS C User List" Delivered-To: mailing list axis-c-user@ws.apache.org Received: (qmail 5058 invoked by uid 99); 8 Jan 2010 10:51:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jan 2010 10:51:48 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [213.215.34.145] (HELO mail2.oxymel.com) (213.215.34.145) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jan 2010 10:51:41 +0000 Content-class: urn:content-classes:message Subject: Axis2C 1.6.0 on AIX 5.2 / Visual Age C++ 6: dynamic libraries not built MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01CA9050.8388BEBE" Date: Fri, 8 Jan 2010 11:51:21 +0100 X-MimeOLE: Produced By Microsoft Exchange V6.5 Message-ID: <9C55040DA84D3D4C936A896505A1F64E010668DD@mail2.oxymelfr.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Axis2C 1.6.0 on AIX 5.2 / Visual Age C++ 6: dynamic libraries not built Thread-Index: AcqQUIOIzO4XwNluTaazdXK+u5DfCQ== From: =?iso-8859-1?Q?Olivier_Mengu=E9?= To: X-Virus-Checked: Checked by ClamAV on apache.org This is a multi-part message in MIME format. ------_=_NextPart_001_01CA9050.8388BEBE Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, I'm looking for help for building Axis2/C on AIX. Here are my settings: ./configure CPPFLAGS=3D"-I$deploy_dir/include" CC=3Dcc CFLAGS=3D-qnolm = PTHREAD_CFLAGS=3D-qthreaded CXX=3Dcc CXXFLAGS=3D-qnolm LDFLAGS=3D"-qnolm = -L$deploy_dir/lib" INSTALL=3D"/usr/bin/installbsd -c" = --enable-guththila=3Dyes --enable-openssl=3Dyes --prefix=3D"$deploy_dir" I found and fixed a few issues that I reported on Jira (see the = dependency of AXIS2C-1424): https://issues.apache.org/jira/browse/AXIS2C-1424 Now that 'make' is ok, I try the examples, but they fail. According to = the log, the samples do not run as they are not able to load = 'libaxis2_http_sender.so'. I discovered that the dynamic libraries have not been generated at all. = I only have '.a' and '.la', no '.so'. Did I miss a configure option? Is it a libtool issue? Do you have any advice to fix the build? Would it be possible to manually build the dynamic libraries? Olivier. ------_=_NextPart_001_01CA9050.8388BEBE Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Axis2C 1.6.0 on AIX 5.2 / Visual Age C++ 6: dynamic libraries not = built

Hi,

I'm looking for help for building Axis2/C on AIX.

Here are my settings:

./configure CPPFLAGS=3D"-I$deploy_dir/include" CC=3Dcc = CFLAGS=3D-qnolm PTHREAD_CFLAGS=3D-qthreaded CXX=3Dcc CXXFLAGS=3D-qnolm = LDFLAGS=3D"-qnolm -L$deploy_dir/lib" = INSTALL=3D"/usr/bin/installbsd -c" --enable-guththila=3Dyes = --enable-openssl=3Dyes --prefix=3D"$deploy_dir"


I found and fixed a few issues that I reported on Jira (see the = dependency of AXIS2C-1424):
https://issues= .apache.org/jira/browse/AXIS2C-1424

Now that 'make' is ok, I try the examples, but they fail. According to = the log, the samples do not run as they are not able to load = 'libaxis2_http_sender.so'.
I discovered that the dynamic libraries have not been generated at all. = I only have '.a' and '.la', no '.so'.

Did I miss a configure option?
Is it a libtool issue?
Do you have any advice to fix the build?
Would it be possible to manually build the dynamic libraries?

Olivier.

------_=_NextPart_001_01CA9050.8388BEBE--