> I just pulled the latest userspace code from the maintainer's git trees > and it looks > like the latest verbs is looking for file names different than what is > built for > mthca, cxgb3, and amso.
Did you really pull the latest code? For example make sure your libcxgb3 tree has commit fb02c47a, which it seems Steve committed last Wednesday. In that tree, Makefile.am has: lib_LTLIBRARIES = src/libcxgb3.la so it should be impossible to build a plain cxgb3.so. libmthca and libamso are a little trickier since they test the libibverbs that they are being built against and do the right thing depending on libibverbs 1.0 vs. 1.1-pre. But eg libmthca with commit c03590b5 should definitely work against the latest libibverbs master branch. - R. _______________________________________________ openib-general mailing list [email protected] http://openib.org/mailman/listinfo/openib-general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
