Peter Eisentraut <[EMAIL PROTECTED]> writes: > Am Mittwoch, 21. Dezember 2005 08:21 schrieb Martin Pitt: >> However, if --bindir etc. cannot be set, then maybe configure should >> not offer these options?
> They can be set and support for that will not go away. But if you choose > unfortunate combinations of locations, the installation becomes > unrelocatable. Having a relocatable installation is a fairly uninteresting > feature for binary package building on Linux systems (it was mainly intended > for Windows), so I would not worry about that. It's not all that uninteresting, because "make check" is essentially an instance of exercising the relocatability feature. The fact that things like rpath might get in the way doesn't mean that we should ignore other problems. (I'm not sure about Debian's policy, but the RPMs do --disable-rpath for unrelated policy reasons, so there shouldn't be any problem with relocating an RPM-based installation...) regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match