GCC3 compliance As some of you may have noticed, SigmaPi does not compile with GCC3.x The problem has already been solved, the next release will work with all GCC compilers. If you need a pre-re...
GCC 3 compliance As some of you may have noticed, the GNU Compiler Collection 3.x can't compile Xenomorph 0.1 to 0.5, basically because GCC 1.x and 2.x did not use namespace restrictions, but 3.x...
Manual released I've added a manual for SigmaPi. It can be downloaded from the SigmaPi Homepage.
Linux/Sparc Solaris/Sparc and FreeBSD/x86 ports added I've just added SigmaPi 1.0 ports to Sparc Linux and Solaris and to FreeBSD/x86. The binaries are not tested.
Linking on FreeBSD On FreeBSD, there is non pthread library. The POSIX threads live in libc_r.so. To port SigmaPi to FreeBSD, add -lc_r to the link list.