Just a quick update to anyone who needs to compile linpal.
GCC 4.3 is a pain in the ass now and you have to actually include headers to increase faster compiling time,
You'll need to add a few things to a few .cpp files.
Code:
#include <climits>
#include <cstring>
#include <memory>
That will be needed to add to gtkasset.cpp, gtkbigpage.cpp, and gtkbubble.cpp.
You'll have to past those under the other includes in the header.
I might consider doing work on linpal if i ever get around to teaching myself c++ but i got it to compile after a long time, also to maarten you have the non-working linpal download from sourceforge which is missing the two fixes that will and myself have mentioned. i'll get a new linpal packed up and uploaded for download and you can link it on your site.