Search the FAQ Archives

3 - A - B - C - D - E - F - G - H - I - J - K - L - M
N - O - P - Q - R - S - T - U - V - W - X - Y - Z
faqs.org - Internet FAQ Archives

SGI apps Frequently Asked Questions (FAQ)
Section - -60- How can I make the 'install' program work like BSD 'install'?

( Single Page )
[ Usenet FAQs | Web FAQs | Documents | RFC Index | Neighborhoods ]


Top Document: SGI apps Frequently Asked Questions (FAQ)
Previous Document: -59- PORTING
Next Document: -61- Where's 'ranlib'?
See reader questions & answers on this topic! - Help others by sharing your knowledge
Date: 22 Nov 1994 00:00:01 EST

  The BSD and System V versions of the 'install' command are
  incompatible; the BSD version is most often used by Makefiles. IRIX
  provides both the System V version (/etc/install) and the BSD version
  (/usr/bin/X11/bsdinst.sh in IRIX 4.0.x, and /usr/bin/X11/bsdinst in
  IRIX 5.x). SGI's 'imake' defines INSTALL as /usr/bin/X11/bsdinst,
  and the Install* rules use that definition, so Imakefile-generated
  Makefiles will use the BSD version.

  Michael Joosten <joost@ori.cadlab.de> points out that you can also use
  GNU install (available from any GNU archive, e.g.
  ftp://prep.ai.mit.edu/pub/gnu/), which emulates the BSD version.
  Unlike /usr/bin/X11/bsdinst, it has a manpage.  It also may be better
  debugged; SGI's version reportedly mishandles '-o' and installs
  multiple files into a single directory.

User Contributions:

Comment about this article, ask questions, or add new information about this topic:




Top Document: SGI apps Frequently Asked Questions (FAQ)
Previous Document: -59- PORTING
Next Document: -61- Where's 'ranlib'?

Single Page

[ Usenet FAQs | Web FAQs | Documents | RFC Index ]

Send corrections/additions to the FAQ Maintainer:
sgi-faq@viz.tamu.edu (The SGI FAQ group)





Last Update March 27 2014 @ 02:12 PM