How can I make a stand-alone Unicon executable? What is the best way to give someone else a diskette/cdrom with an executable on it? It seems that my possibilities are:
1) deliver the p-code file (results of icont) and iconx as separate files, and an install script that copies iconx somewhere and runs patchstr on it; 2) put iconx and patchstr into an rpm (RH Linux), pkg (Solaris), or InstallWizard (other os), and require the user to do an install; or 3) somehow bundle the appropriate iconx in with the p-code file so that it is all one executable, but this means that there are separate Linux, Solaris, and MS executables. (I think Icon had a way of doing this, don't know if Unicon does this also). I tried rtfm'ing, but didn't find anything. Any suggestions? (The Icon compiler was handy many years ago, but it has been a while since the compiler was up-to-date). Wendell ------------------------------------------------------- This sf.net email is sponsored by: Influence the future of Java(TM) technology. Join the Java Community Process(SM) (JCP(SM)) program now. http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0004en _______________________________________________ Unicon-group mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/unicon-group
