> Quoting Or Gerlitz <[EMAIL PROTECTED]>: > Subject: Re: failure to use libibverbs clone > > I have configured libmthca against the install of libibverbs > (/usr/local/rdmacm), > the configure output is below. > > Or. > > dill:/usr/src/libmthca # ./configure --prefix=/usr/local/rdmacm > CFLAGS=-I/usr/local/rdmacm/include \ > LDFLAGS=-L/usr/local/rdmacm/lib LD_LIBRARY_PATH=/usr/local/rdmacm/lib
Works for me. Look at how configure defines HAVE_IBV_DEVICE_LIBRARY_EXTENSION, this is what goes wrong for you. > configure: WARNING: infiniband/driver.h: accepted by the compiler, rejected > by the preprocessor! > configure: WARNING: infiniband/driver.h: proceeding with the compiler's result Try also checking why do you see this. -- MST _______________________________________________ openib-general mailing list [email protected] http://openib.org/mailman/listinfo/openib-general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
