Re: gmake Errors: pg_backup_archiver.c: undefined reference

From: Emi Lu <emilu(at)encs(dot)concordia(dot)ca>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "pgsql-general postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: gmake Errors: pg_backup_archiver.c: undefined reference
Date: 2006-07-25 17:56:21
Message-ID: 44C65B45.4030304@encs.concordia.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


>> 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 anyway. If there's
> an 8.0 libpq.so there, try getting rid of it.

You are absolutely correct. It is because of the libpg.so.

I used the central gcc before, and -rpath was linked to the 8.0 libpg.so.

Now I specified the local gcc and installed version 8.1.4 successfully
this time.

Thanks a lot for all your kind help!

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Alvaro Herrera 2006-07-25 18:17:49 Re: Plperl return_next and bytea binary data?
Previous Message Reece Hart 2006-07-25 17:56:16 Re: Splitting Timestamps