Displaying 1 result from an estimated 1 matches for "_hash_destroy".
Did you mean:
hash_destroy
2007 Nov 28
2
1.1beta9 'make' fails on osx/Tiger, but OK on osx/Leopard (multiple definitions of symbol _hash_create)
...finitions
of symbol _hash_create
/usr/lib/gcc/powerpc-apple-darwin8/4.2.1/../../../libpthread.dylib(strhash.So)
definition of _hash_create
../lib/liblib.a(hash.o) definition of _hash_create in section (__TEXT,__text)
/usr/libexec/gcc/powerpc-apple-darwin8/4.2.1/ld: multiple definitions
of symbol _hash_destroy
/usr/lib/gcc/powerpc-apple-darwin8/4.2.1/../../../libpthread.dylib(strhash.So)
definition of _hash_destroy
../lib/liblib.a(hash.o) definition of _hash_destroy in section (__TEXT,__text)
collect2: ld returned 1 exit status
make[3]: *** [dovecot] Error 1
make[2]: *** [all-recursive] Error 1
mak...