Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - undefined reference to `img_lib_attach' ??: (2 Items)
   
undefined reference to `img_lib_attach' ??  
Codes are below

What is wrong, I can't fix problem


img_lib_t ilib = NULL;
	    int rc;
**	    if (rc = (img_lib_attach(&ilib)) != IMG_ERR_OK) {
	                    fprintf(stderr, "img_lib_attach() failed: %d\n");
	                    return -1;
	            }

in double star line giving an error;"undefined reference to `img_lib_attach' "?

SOS


Re: undefined reference to `img_lib_attach' ??  
fixed, add to extra library libimg.so file