[gs-devel] Re: [gs-cvs] rev 8026 - in trunk/gs: . contrib lib libpnglibpng/contrib libpng/contrib/gregbooklibpng/contrib/pngminus libpng/contrib/pngsuitelibpng/contrib/visupng libpng/projects libpng/projects/beoslibpng/projects/cbuilder5 libpng/projects/visualc

Ralph Giles giles at xiph.org
Thu Jun 7 22:08:10 PDT 2007


On Thu, Jun 07, 2007 at 09:47:24PM -0700, Marcos Woehrmann wrote:
> The same person who'll fix the linker warnings under Mac OS X?
> 
> ld: warning multiple definitions of symbol _md5_init
> ./obj/md5.o definition of _md5_init in section (__TEXT,__text)
> /usr/lib/libcups.dylib(single module) definition of _md5_init
> ld: warning multiple definitions of symbol _md5_finish
> ./obj/md5.o definition of _md5_finish in section (__TEXT,__text)
> /usr/lib/libcups.dylib(single module) definition of _md5_finish
> ld: warning multiple definitions of symbol _md5_append
> ./obj/md5.o definition of _md5_append in section (__TEXT,__text)
> /usr/lib/libcups.dylib(single module) definition of _md5_append

These are harmless; both implementations are identical. I think Till 
said Mike would namespace his (or just not export the symbols!) but 
given this is a system library, it might be more expedient to namespace
ours.

 -r



More information about the gs-devel mailing list