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

From Bruce Momjian
Subject Re: [HACKERS] psql Week 4.142857
Date
Msg-id 199910281457.KAA17756@candle.pha.pa.us
Whole thread Raw
In response to Re: [HACKERS] psql Week 4.142857  (Peter Eisentraut <e99re41@DoCS.UU.SE>)
Responses Re: [HACKERS] psql Week 4.142857  (Peter Eisentraut <peter_e@gmx.net>)
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. ;(

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@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: [HACKERS] psql Week 4.142857
Next
From: Peter Eisentraut
Date:
Subject: Re: [HACKERS] psql Week 4.142857