> This might be even better if there were and root-disableable switch > that allowed an ordinary user, rather than root, to build, install, > and run Unicon in their own home directory
Nothing special is required to do this - you don't have to be root. The Unix binary installation of standard Icon used to come with a shell script (don't know if it still does) that would install the binaries where you wanted, and run patchstr to make sure icont knew where iconx lived. It's a simple script and we could certainly write one. Only one caveat: if the installation directory is known at compile time, then you don't need to set IPATH/LPATH and everything works. -s _______________________________________________ Unicon-group mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/unicon-group
