Re: [BUGS] BUG #1147: Getting rid of LD_LIBRARY_PATH

2004-05-12 Thread Tom Lane
Peter Eisentraut <[EMAIL PROTECTED]> writes: > We only take the -L flags from LDFLAGS for the shared library link. This is > probably a result of paranoia. Can you think of a flag that is reasonable > for a user to set in LDFLAGS by hand that should not end up in the shared > library link? Us

Re: [BUGS] BUG #1147: Getting rid of LD_LIBRARY_PATH

2004-05-12 Thread Peter Eisentraut
Am Donnerstag, 6. Mai 2004 18:30 schrieb Tom Lane: > "PostgreSQL Bugs List" <[EMAIL PROTECTED]> writes: > > ./configure LDFLAGS="-R /usr/local/lib" --with-tcl > > An easier way would be to append the value of LDFLAGS to the linker > > commands building the shared libraries, not only to those buil

Re: [BUGS] BUG #1147: Getting rid of LD_LIBRARY_PATH

2004-05-06 Thread Tom Lane
"PostgreSQL Bugs List" <[EMAIL PROTECTED]> writes: > ./configure LDFLAGS="-R /usr/local/lib" --with-tcl Actually, the way this is intended to be handled is to set "rpath" in the platform-specific Makefile. It looks to me like src/makefiles/Makefile.solaris does so; can you look into it and see w

[BUGS] BUG #1147: Getting rid of LD_LIBRARY_PATH

2004-05-06 Thread PostgreSQL Bugs List
The following bug has been logged online: Bug reference: 1147 Logged by: Harald Fricke Email address: [EMAIL PROTECTED] PostgreSQL version: 7.4 Operating system: Solaris 8 Description:Getting rid of LD_LIBRARY_PATH Details: I've got a problem with the build pr