On Mon, Apr 5, 2010 at 1:46 PM, CVBruce <cvbr...@gmail.com> wrote: > I kind of have an uninstall, the preinstall script removes everything > that I put in, so I could use that. > > Currently there is no uninstall script on the build from source, > should this be a make option, i.e. make uninstall?
It may be that David mis-read your post, and was thinking you were talking about your install / uninstall image, rather than running make from the command line. (Maybe not.) Currently, a make install on Linux does not set up the sym links or do any of the other things that the post-install scripts in the rpm or deb packages do. And, I think the same for AIX. For that matter the build on Windows does not do the things that the Windows installer does. I'm not saying they shouldn't, just saying that maybe doing the same as on the other platforms (i.e. nothing) is sufficient. On Linux, with either a rpm-based system or a debian-based system, if I want the stuff installed, I do "make rpm" or "make deb" and then install the package. I do the same thing on Windows, if I want everything the installer package does, I build the installer and use that. <grin> If you could get something going like "make dmg" to make the image from the command line, I think that would be a better first effort then trying to fix install and add uninstall to the make file. But, I definitely don't want to discourage you from doing whatever you think is best. <grin> -- Mark Miesfeld ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/oorexx-devel