Re: [HACKERS] psql Week 4.142857

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] psql Week 4.142857
Date: 1999-10-28 14:57:06
Message-ID: 199910281457.KAA17756@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On Wed, 27 Oct 1999, Bruce Momjian wrote:
>
> > Let me know when you want these applied to the main tree.
>
> (At the risk of turning this into a C mailing list . . .)
>
> As soon as I have this problem fixed:
>
> gcc -o psql -L../../interfaces/libpq command.o common.o help.o input.o
> stringutils.o mainloop.o copy.o startup.o prompt.o variables.o large_obj.o
> print.o describe.o -lpq -L/usr/sup/gnu/lib -lgen -lcrypt -lnsl -lsocket
> -ldl -lm -lreadline -ltermcap -lcurses
> ld: fatal: symbol `xmalloc' is multiply defined:
> (file common.o and file /usr/sup/gnu/lib/libreadline.a(xmalloc.o));
> ld: fatal: File processing errors. No output written to psql
> make: *** [psql] Error 1
>
> This happens on a (particular) Solaris box but not on a (particular) Linux
> box. Beats the heck out of me. ;(

I can't find xmalloc in the source, and can't figure out how it could be
_defined_ in common.o. Strange.

--
Bruce Momjian | http://www.op.net/~candle
maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 1999-10-28 16:46:39 Re: [HACKERS] psql Week 4.142857
Previous Message Peter Eisentraut 1999-10-28 12:58:14 Re: [HACKERS] psql Week 4.142857