Re: [HACKERS] psql Week 4.142857

From: Peter Eisentraut <e99re41(at)DoCS(dot)UU(dot)SE>
To: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
Cc: hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] psql Week 4.142857
Date: 1999-10-28 12:58:14
Message-ID: Pine.GSO.4.02A.9910281451010.25778-100000@Pingvin.DoCS.UU.SE
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. ;(

Sorry for OT.

-Peter

--
Peter Eisentraut Sernanders vaeg 10:115
peter_e(at)gmx(dot)net 75262 Uppsala
http://yi.org/peter-e/ Sweden

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1999-10-28 14:57:06 Re: [HACKERS] psql Week 4.142857
Previous Message Peter Eisentraut 1999-10-28 10:17:01 Re: [HACKERS] text datatype and tuple size limits.