Upon a problem I had encountered while building a HMG project, I had write this to Harbour:
and responded (by Przemek) like this :- hbmk2 say :
...lib/libhbct.a(charop.o):charop.c:(.text+0xa40): multiple definition of
`HB_FUN_CHARXOR'
...lib/libcrypt.a(c_crypt.o):c_crypt.c:(.text+0x0): first defined here
First my fault by saying hbmk2 say, and second, how would correct this conflict ?Sorry but libcrypt.a is not part of Harbour.
I do not know where did you take this library from and what it does
but it tries creates name conflict with CHARXOR() function in HBCT
library. You should contact with this library author and ask about
the fix.
Regards
--
Esgici
PS: IMHO libcrypt.a would rewrite from scratch and this is necessary.