Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!jarthur!ucivax!bonnie.ics.uci.edu!kwerle From: kwerle@bonnie.ics.uci.edu (Werle) Newsgroups: comp.sys.next Subject: Multiple definitions of symbol Message-ID: <27FD4B9F.11299@ics.uci.edu> Date: 6 Apr 91 04:16:31 GMT References: <1991Apr05.082147.4942@van-bc.wimsey.bc.ca> Reply-To: kwerle@ics.uci.edu (Werle) Organization: UC Irvine Department of ICS Lines: 11 Nntp-Posting-Host: bonnie.ics.uci.edu 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