Re: [HACKERS] psql Week 4.142857 - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: [HACKERS] psql Week 4.142857
Date
Msg-id Pine.GSO.4.02A.9910281451010.25778-100000@Pingvin.DoCS.UU.SE
Whole thread Raw
In response to Re: [HACKERS] psql Week 4.142857  (Bruce Momjian <maillist@candle.pha.pa.us>)
Responses Re: [HACKERS] psql Week 4.142857  (Bruce Momjian <maillist@candle.pha.pa.us>)
List 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@gmx.net                   75262 Uppsala
http://yi.org/peter-e/            Sweden



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: [HACKERS] text datatype and tuple size limits.
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] psql Week 4.142857