[comp.sys.next] Multiple definitions of symbol

kwerle@bonnie.ics.uci.edu (Werle) (04/06/91)

OK, I know this has come up before, but I didn't take note, (or if I did,
it got lost...).  I thought that the -traditional was supposed to make this
problem dissappear, but it doesn't:

/bin/ld: multiple definitions of symbol _vsprintf
../lib/libgen.a(vsprintf.o) definition of _vsprintf in section (__TEXT,__text)
/lib/libsys_s.a(vsprintf.o) definition of absolute _vsprintf (value 0x50032ea)

So, one more time, how does one redefine a symbol?

Kurt