> 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