I managed to delete all these files. I will recreate them at some point.
As a corporate slave I have to do some work on Windows.
To make that somewhat bearable I use cygwin.
To make *that* bearable I had to make sure I had at least the following tools:
- ion3
- libtool-1.5.22; this was simple enough; no modification necessary.
Just type "make" followed by "make install".
- lua-5.1.1; is also simple enough without and modifications.
Just type "make linux" followed by "make install".
- ion-3ds-20060524;
this was a bit of a hack.
First create a configure file with autoconf.
Mine is called "a" and is inside the tarball".
Run "configure" like so: ./a --disable-shared --with-lua-prefix=/usr/local/
And I forget where but I added some -lintl to some makefiles and added EXT_OBJS to the front AND end of the compile line.
Gcc sometimes can't find symbols and by doing that it does fine them all.
Now simply "make" and "make install".
- OpenBSD's ksh
This is based on work from Jason Wright (jason@thought.net).
He made this work on Linux because every other shell sucks for some reason.
Anyway here is OpenBSD's ksh for cygqin hack.
Just type "make" followed by "make install" in a cygwin session.
I will not even remotely explain what I did to make this work; it is sickening.
- Dot configuration files for X, ion & vim