1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
PUMA_CONFIG environment Variable
--------------------------------
The ac++ requires the environment variable named PUMA_CONFIG set, or will fall
back to /etc/puma.config. Without a suitable puma.config file, ac++ will fail
with irritating error messages about not finding the right includes. The
debian package uses ag++ to create an suitable puma.config in its postinst
script. This script has to be re-run each time a new gcc version is installed
using dpkg-reconfigure. Unfortunatly, there is no mechanism to register hooks
after upgrading gcc, so this is up to the local system admin. After all this
would not happen quite often in a stable release, huh? ;)
-- Reinhard Tartler <siretart@tauware.de>, Thu, 30 Jun 2011 16:47:26 +0200
Woven vs. Unwoven Sources
-------------------------
the orig.tar.gz has been downloaded from
http://www.aspectc.org/fileadmin/downloads/ac/1.0pre2/ac-woven-1.0pre2.tar.gz
The unwoven sources require ac++ to build. The woven sources have do have
exact the same sources, but Puma has already been woven, so that it can be
built on the buildds.
The shell wrappers ac++ and ag++ have been removed, because puma now uses
/etc/puma.config as default config file if no environment variable PUMA_CONFIG
is set.
-- Reinhard Tartler <siretart@tauware.de> Fri, 23 Dec 2005 10:18:20 +0100
aspectc++ for Debian
--------------------
AspectC++ development team shipped version 0.9.1 compiling static binaries.
This was changed in this Debian package, keeping static linkage only with
libPuma, which is an AspectC++ specific library, and doens't need to be
distributed.
-- Antonio S. de A. Terceiro <asaterceiro@inf.ufrgs.br>, Sat, 12 Feb 2005 21:40:50 -0200
|