Preparations: ============= Install libxml2 sources from libxml.org. The version we used for ac++ is 2.6.17. Configure the sources with... ./configure --prefix= --disable-shared --with-minimum --with-xpath --with-output --with-sax1 --with-tree Then run "make" and "make install". To make sure that the AspectC++ Makefile find the right libxml2-config command put the bin directory from in your command search path. Build the Puma library with your desired TARGET, e.g. "make TARGET=linux-release". Build AspectC++: ================ Set the PUMA environment variable to PUMA root directory (if Puma is not located in ../Puma). Execute "make" with the right TARGET setting from your Puma build, e.g. "make TARGET=linux-release". To weave, compile, and run the test programs use "make testclean test". The examples can be tested with "make exampleclean examplerun".