Hi there, I tried compiling Axis C++ 1.5 on Linux, and got a couple of errors which remain when using the latest SVN trunk sources.
It starts with missing files when running autogen.sh: samples/server/Makefile.am:1: required directory samples/server/interoptests does not exist samples/server/Makefile.am:1: required directory samples/server/simple does not exist and continues up to linker errors in src/server/simple_axis_server. For the latter one, I replaced -lserver_engine with ../../engine/server/libserver_engine.la (always use the *.la files for linking with libtool!). Since for the former case, I don't know if the files are referenced wrongly in configure.ac or have not yet been added to SVN (= are actually missing), I'd like to know who currently works on, or at least with, the Linux build system. Josef -- Tous ces gens qui confondent informatique et bureautique, carte et territoire, interface et programme, boutons colorés et facilité... - S. Blondeel
