Hi,
I want to use the 3delight library in a project but when I add it to Xcode, I have these warnings :
ld: warning prebinding disabled because dependent library: lib3delight.dylib is not prebound
ld: warning multiple definitions of symbol _regerror
ld: warning multiple definitions of symbol _regcomp
ld: warning multiple definitions of symbol _regexec
ld: warning multiple definitions of symbol _regfree
I tried to solve the problem of the prebinding (using the -seg1addr option) but it didn't change anything.
Concerning the other warnings, I have no idea of where they come from.
I'm using 3delight 2.0.0. If someone has a successful experience with this library please help 'cause it really sucks to be stuck on such errors.
I want to use the 3delight library in a project but when I add it to Xcode, I have these warnings :
ld: warning prebinding disabled because dependent library: lib3delight.dylib is not prebound
ld: warning multiple definitions of symbol _regerror
ld: warning multiple definitions of symbol _regcomp
ld: warning multiple definitions of symbol _regexec
ld: warning multiple definitions of symbol _regfree
I tried to solve the problem of the prebinding (using the -seg1addr option) but it didn't change anything.
Concerning the other warnings, I have no idea of where they come from.
I'm using 3delight 2.0.0. If someone has a successful experience with this library please help 'cause it really sucks to be stuck on such errors.