Re: [GENERAL] gmake Errors: pg_backup_archiver.c: undefined reference

2006-07-25 Thread Emi Lu
I did make distclean, and I retried "configuration and ", but I still saw the following errors: The only other theory I can think of is that the linker is picking up an old libpq.so from /home/postgresql/lib because of the -rpath switch ... which it should not be doing, but maybe it is an

Re: [GENERAL] gmake Errors: pg_backup_archiver.c: undefined reference to `lo_create'

2006-07-25 Thread Tom Lane
Emi Lu <[EMAIL PROTECTED]> writes: > I did make distclean, and I retried "configuration and ", but I still > saw the following errors: The only other theory I can think of is that the linker is picking up an old libpq.so from /home/postgresql/lib because of the -rpath switch ... which it should n

Re: [GENERAL] gmake Errors: pg_backup_archiver.c: undefined reference to `lo_create'

2006-07-24 Thread Tom Lane
Emi Lu <[EMAIL PROTECTED]> writes: > The full results for configuration and gmake are saved in the attached > two files. That's hardly full results from gmake --- it looks like it re-used a whole pile of pre-existing .o files. Perhaps what you need is a "make distclean" and start again.

Re: [GENERAL] gmake Errors: pg_backup_archiver.c: undefined reference to `lo_create'

2006-07-24 Thread Tom Lane
Emi Lu <[EMAIL PROTECTED]> writes: > When I tried to install postgresql 8.1.4, I got the following errors. > pg_backup_archiver.o(.text+0x10f4): In function `StartRestoreBlob': > pg_backup_archiver.c: undefined reference to `lo_create' > collect2: ld returned 1 exit status It looks to me like ld