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
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
"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
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