Hi.
this is a linker error.
so the message "undefined reference to ...." means that the linker can't find this function in libraries attached to your application.
make sure you include the library that contains the ibfind() function. so the linker can use it to resolve the link.
wish this help you.
|