Re: [BUGS] Compiling problem on Solaris

2006-12-14 Thread Tom Lane
SAKAI Kiyotaka <[EMAIL PROTECTED]> writes: > I think the following patch is needed, so that LD_RUN_PATH is also > passed to -R option. Hmm ... this puts the build-time LD_RUN_PATH into the executables, which doesn't seem very appropriate --- rpathdir is the correct thing IMHO. Also, what happens i

Re: [BUGS] Compiling problem on Solaris

2006-12-14 Thread Zdenek Kotala
SAKAI Kiyotaka wrote: I compiled PostgreSQL-8.2.0 on Solaris 8, but I cannot execute binaries because it cannot find linked shared libraries, like libgcc_s.so. % cd src/interfaces/libp % rm libpq.so* % make gcc -shared -h libpq.so.5 fe-auth.o fe-connect.o fe-exec.o fe-misc.o fe

[BUGS] Compiling problem on Solaris

2006-12-14 Thread SAKAI Kiyotaka
I compiled PostgreSQL-8.2.0 on Solaris 8, but I cannot execute binaries because it cannot find linked shared libraries, like libgcc_s.so. % cd src/interfaces/libp % rm libpq.so* % make gcc -shared -h libpq.so.5 fe-auth.o fe-connect.o fe-exec.o fe-misc.o fe-print.o fe-lobj.o fe-pr