Return-Path: Delivered-To: apmail-ws-axis-c-user-archive@www.apache.org Received: (qmail 61457 invoked from network); 21 Aug 2008 11:34:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Aug 2008 11:34:45 -0000 Received: (qmail 65480 invoked by uid 500); 21 Aug 2008 11:34:43 -0000 Delivered-To: apmail-ws-axis-c-user-archive@ws.apache.org Received: (qmail 65468 invoked by uid 500); 21 Aug 2008 11:34:43 -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 65456 invoked by uid 99); 21 Aug 2008 11:34:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Aug 2008 04:34:43 -0700 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Aug 2008 11:33:46 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1KW8Qg-0003xD-Mg for axis-c-user@ws.apache.org; Thu, 21 Aug 2008 04:34:14 -0700 Message-ID: <19086902.post@talk.nabble.com> Date: Thu, 21 Aug 2008 04:34:14 -0700 (PDT) From: Martina08 To: axis-c-user@ws.apache.org Subject: Re: compiling with gcc In-Reply-To: <19085749.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Nabble-From: martin.willitzkat@gmx.de References: <19066875.post@talk.nabble.com> <19067851.post@talk.nabble.com> <696bc1d50808200503h57f1c340re207a761c2107ddf@mail.gmail.com> <19068424.post@talk.nabble.com> <19069660.post@talk.nabble.com> <696bc1d50808200720u1e77f97r57728e0f03b6a055@mail.gmail.com> <19083843.post@talk.nabble.com> <48AD2993.4030004@wso2.com> <19085749.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org So now I have test to compile the simple hello-example in the manual. I hav= e set all pathes (AXIS2C_HOME, LD_LIBRARY_PATH,..) like the manual. My Comman= d is like in the manual: gcc -o hello -I$AXIS2C_HOME/include/axis2-1.5.0/ -L$AXIS2C_HOME/lib -laxuti= l -laxis2_axiom -laxis2_parser -laxis2_engine -lpthread -laxis2_http_sender -laxis2_http_receiver hello.c -ldl -Wl,--rpath -Wl,$AXIS2C_HOME/lib The first errors are: error: axiom.h: Datei oder Verzeichnis nicht gefunden error: axis2_util.h: Datei oder Verzeichnis nicht gefunden error: axiom_soap.h: Datei oder Verzeichnis nicht gefunden error: axi2_client.h: Datei oder Verzeichnis nicht gefunden He don=C2=B4t find the Header-Files, which are declared in the hello.c-File= : #include #include #include #include Why?? I still include the the Files with -I$AXIS2C_HOME/include/axis2-1.5.0/!!! :( :( :( --=20 View this message in context: http://www.nabble.com/compiling-with-gcc-tp19= 066875p19086902.html Sent from the Axis - C++ - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: axis-c-user-unsubscribe@ws.apache.org For additional commands, e-mail: axis-c-user-help@ws.apache.org