Need EASY for END-USER install of source code
Posted Aug 8, 2009 17:39 UTC (Sat) by
nix (subscriber, #2304)
In reply to:
Need EASY for END-USER install of source code by dwheeler
Parent article:
Ubuntu's multisearch surprise
Nice paper.
One point though. You said:
n most software, the "make install" command only uses a few simple
commands to actually install the software. In my experience, the most
common command by far is "install", which is hardly surprising. Other
common commands used in "make install" that might need redirecting from
privileged directories (like /bin, /usr, and /etc) include cp, mkdir, ln,
mv, touch, chmod, chown, ls, rm, and rmdir.
You forgot the horror which is libtool. That
runs the compiler at
install time to do a link, so you have to wrap the linker! You
may
get away without wrapping it if it turns out that it always asks the
compiler to put things in the srcdir, and then uses 'install' to move them
out.
(
Log in to post comments)