Re: failed: make install prefix=/foo/bar

From: Karel Zak <zakkr(at)zf(dot)jcu(dot)cz>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-hackers <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: failed: make install prefix=/foo/bar
Date: 2001-08-07 06:52:39
Message-ID: 20010807085239.A8961@zf.jcu.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Aug 06, 2001 at 06:00:40PM +0200, Peter Eisentraut wrote:
> Karel Zak writes:
>
> > $ make install prefix=/home/PG_DEVEL/X/
>
> > cp: cannot create regular file
> > /usr/lib/postgresql/share/locale/de/LC_MESSAGES/#
>
> I have fixed this. Note, however, that this probably won't do what you
> want anyway, because the compiled-in path references will still use the
> prefix you specified to configure. The only uses for "make install
> prefix=elsewhere" are some rather specific circumstances where the
> location specified for installation will be mapped the location used at
> use time, e.g. with symlinks (e.g., using GNU Stow), or with an AFS file
> system. If you simply change your mind about the installation prefix you
> need to make distclean first and rebuild everything.

Yes, you are right. But "make install prefix=..." can be used for
package building if you want install all to some temp directory and
compress it.

Karel

--
Karel Zak <zakkr(at)zf(dot)jcu(dot)cz>
http://home.zf.jcu.cz/~zakkr/

C, PostgreSQL, PHP, WWW, http://docs.linux.cz, http://mape.jcu.cz

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Matthew Kirkwood 2001-08-07 07:17:56 Re: Notes about int8 sequences
Previous Message Lincoln Yeoh 2001-08-07 06:20:25 Re: Re: Notes about int8 sequences