I forgot what we are allowed to do with
> (ext:install-c-compiler) > c:*cc* "gcc" > (setf c:*cc* "g++") ;and vice versa? Can we do it?
Something I learned from this jam was definitely the value of kinda known-working templates like you made, since it's a bit scattershot what's going to work on how-old what-distribution of linux !
On my recent phlog I speculated about targetting gentoo ebuild(1) / openbsd ports(7) for distribution in the future, since I don't like the style of every-program-with-its-own-redundant-deps-in-its-own-chroot dependency bundling.