-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
undefined reference to `mempool_del' #18
Comments
https://github.com/microsoft/Freeflow/tree/master/libmempool |
|
This two file may have some help to you. |
The error happens during CCLD (instead of runtime), so I don't think LD_LIBRARY_PATH matters. You need to make sure the .so is in gcc search path, or you specify it in the Makefile for |
Thanks for your advice I want to ignore the error of building examples.But how can I make install libibverbs-1.2.1mlnx1?And it seems that librdmacm-1.1.0mlnx need libibverbs.so.
|
can you give me some other suggestion?I want to ignore the error of building examples.so,I make the librdmacm-1.1.0mlnx,but encounter new problem: |
Try adding this to every configure: ./configure --prefix=/usr LIBS="-lmempool -lrt" |
when I make libibverbs-1.2.1mlnx1,I I ran into this problem,I hope can get your help,thanks!
CCLD examples/ibv_devices
./src/.libs/libibverbs.so: undefined reference to `mempool_del'
./src/.libs/libibverbs.so: undefined reference to `mempool_insert'
./src/.libs/libibverbs.so: undefined reference to `mempool_create'
./src/.libs/libibverbs.so: undefined reference to `mempool_get'
my OS is ubuntu18.04 server,the docker container also is ubuntu18.04,download from http://hub-mirror.c.163.com
The driver is MLNX_OFED_LINUX-4.7-1.0.0.1-ubuntu18.04-x86_64
your build-client.sh just have make and make install,but there is not Makefile under the folder.so,I need to ./autogen.sh and ./configure --prefix=/usr/ --libdir=/usr/lib/ --sysconfdir=/etc/ .I will encounter many other problem,but I have slove.This problem I can't slove,so I have to ask for your help.Thanks your help!
The text was updated successfully, but these errors were encountered: