Catchy title, no? :-)
Well I am still plugging away with AMIX. I have been able to do some things with it now that I had not been able to do before, largely due to the positively ancient gcc compiler bundled with 2.03. I kept trying compilers until I got...I think it was 2.4.5(?) to compile with AMIX gcc. Then I worked my way up the chain until I got to 2.7.2.3 and could not get anything further to compile. It was always a problem with "collect2".
With this I am having much better success compiling things. I have for example wget and apache, which I could not compile with AMIX's old gcc. But frustratingly, other things I would really love to have...like gettext, perl, and lynx, failed at various stages. Even amiwm -- which is kind of funny...
Basically the software either won't configure at all, or if it does configure, it compiles all the way through and fails to link. perl for example configures fine, but unlike most of them only compiles part of the way before erroring out. I think the core problem is that the C headers/libraries are so old. Pretty much everything has warnings during compilation. When I tried to use the C++ includes it was humorous, since the screen filled instantly with warnings about "this method is obsolete yadda yadda". Suffice to say, I have not been able to get *anything* using C++ to compile. Including "hello world".
I am not sure how much effort I will put into getting stubborn software to compile, given how dead AMIX is. But I admit that I am still having fun playing with it!
The system has been pretty reliable, but it panics (for the uninitiated, this is like a flashing red box ;-)) occasionally when linking very large binaries (like gcc). It is up 5 days at the moment, and has been compiling pretty much non-stop as well as running Apache.