Hello, I'm trying to create a shared library that uses the function dat_cno_fd_create(), but I find that I get an "undefined symbol" error when I compile a test executable which links with my shared library.
Doing an "nm" on the libdat2.so I see that this function (along with csp_create, csp_query, csp_free, dat_rmr_create_for_ep, etc.,) are all listed with 't', meaning that the symbol is in text but is not global. 1.) Why are those symbols not global (T)? 2.) What can I do so that I can link with "dat_cno_fd_create" for my shared library and test app? Thanks, Eric -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
