Mail Archives: djgpp/1993/08/19/19:28:12
When I compile a particular program, I get the following messages.
As far as I can tell, my program is not defining any of these
symbols. I noticed that some of these are defined in more than one
of the libraries provided with gcc. Please help. -David-
c:\tmp/ccg00073(.text+0): multiple definition of `bzero (.text)'
c:\tmp/ccf00073(.text+0): first seen here
c:\tmp/ccg00073(.text+1e): multiple definition of `bcopy (.text)'
c:\tmp/ccf00073(.text+1e): first seen here
c:\tmp/ccg00073(.text+40): multiple definition of `bcmp (.text)'
c:\tmp/ccf00073(.text+40): first seen here
c:\tmp/ccg00073(.text+68): multiple definition of `index (.text)'
c:\tmp/ccf00073(.text+68): first seen here
c:\tmp/ccg00073(.text+8c): multiple definition of `rindex (.text)'
c:\tmp/ccf00073(.text+8c): first seen here
c:\tmp/cch00073(.text+0): multiple definition of `bzero (.text)'
c:\tmp/ccf00073(.text+0): first seen here
c:\tmp/cch00073(.text+1e): multiple definition of `bcopy (.text)'
c:\tmp/ccf00073(.text+1e): first seen here
c:\tmp/cch00073(.text+40): multiple definition of `bcmp (.text)'
c:\tmp/ccf00073(.text+40): first seen here
c:\tmp/cch00073(.text+68): multiple definition of `index (.text)'
c:\tmp/ccf00073(.text+68): first seen here
c:\tmp/cch00073(.text+8c): multiple definition of `rindex (.text)'
c:\tmp/ccf00073(.text+8c): first seen here
# david AT campfire DOT stl DOT mo DOT us David J. Camp ^ #
# wupost.wustl.edu!campfire!david +1 314 382 0584 < * > #
# I am a member of: The League for Programming Freedom. v #
# Ask: lpf AT uunet DOT uu DOT net "God loves material things." #
- Raw text -