Re: compile failure on xmalloc()

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Neil Conway <neilc(at)samurai(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: compile failure on xmalloc()
Date: 2004-01-25 15:51:03
Message-ID: 200401251551.i0PFp3V03516@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Neil Conway wrote:
> Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> > I am seeing the following compile failure in currrent CVS. Seems there
> > is a conflict between readline and psql's use of the xmalloc function
> > name.
>
> This should be fixed in the latest CVS HEAD code (i.e. r1.82 of
> common.c) -- can you make sure your sources are up to date and rebuild
> from scratch?

Yes, compiles fine now.

> > It seems it is from these commits: [...]
>
> Yes, my apologies -- my platform's linker is apparently less strict
> and I didn't get the error.

Yes, mine is BSD/OS, which is a little more particular, which is good
for our testing. Thanks.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Hannu Krosing 2004-01-25 16:24:03 Re: returning PGresult as xml
Previous Message Manfred Spraul 2004-01-25 14:32:33 Re: Disaster!