bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Why relink the library during make install?


From: Alfred M. Szmidt
Subject: Re: Why relink the library during make install?
Date: 24 Jul 2002 20:23:47 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

Bruno Haible <address@hidden> writes:
> Paul Lew writes:
> > I have a problem build and install gettext-1.11.3.  In our environment
> > the build prefix specified with the configure phase is different than
> > the prefix specified in the make install.
> 
> This is not supported. Too many things can go wrong if this is
> attempted.

The GNU Coding Standard is quite specific that no re-compilation should
be done when supplying `prefix' to `make install'.

(standards) Directory Variables:
...
     Running `make install' with a different value of `prefix' from the
     one used to build the program should _not_ recompile the program.

...

If gettext doesn't follow this, then it should be fixed at once.
There are several reasons to use prefix (I favour the usage of DESTDIR
though) in conjunction with `make install'.

Cheers,
-- 
Alfred M. Szmidt



reply via email to

[Prev in Thread] Current Thread [Next in Thread]