So now I have test to compile the simple hello-example in the manual. I have set all pathes (AXIS2C_HOME, LD_LIBRARY_PATH,..) like the manual. My Command is like in the manual:
gcc -o hello -I$AXIS2C_HOME/include/axis2-1.5.0/ -L$AXIS2C_HOME/lib -laxutil -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“t find the Header-Files, which are declared in the hello.c-File: #include <axiom.h> #include <axis2_util.h> #include <axiom_soap.h> #include <axis2_client.h> Why?? I still include the the Files with -I$AXIS2C_HOME/include/axis2-1.5.0/!!! :( :( :( -- View this message in context: http://www.nabble.com/compiling-with-gcc-tp19066875p19086902.html Sent from the Axis - C++ - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
