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 not be

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

2006-07-24 Thread Emi Lu
Hello, When I tried to install postgresql 8.1.4, I got the following errors. Could someone tell me what are missing or wrong please? == ./configure --prefix='/home/postgresql/' --without-docdir --without-readline . gmake

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

2006-07-24 Thread Emi Lu
Hello, When I tried to install postgresql 8.1.4, I got the following errors. Could someone tell me what are missing or wrong please? == ./configure --prefix='/home/postgresql/' --without-docdir --without-readline . gmake

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 is

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.