http://da-data.blogspot.tw/2013/03/optimistic-cuckoo-hashing-for.html#!/2013/03/optimistic-cuckoo-hashing-for.html

https://github.com/efficient/libcuckoo

 

autoreconf -fis

./configure

make

執行 autoreconf 抱怨要 2.67 以上 , 所以去 download autoreconf 2.67 但是去執行

./configure

make

make install

之後 一樣遇到相同問題 .... 所以  find / -name autoreconf  -print  發現 :

# /usr/local/bin/autoreconf --version
autoreconf (GNU Autoconf) 2.67

# /usr/bin/autoreconf --version
autoreconf (GNU Autoconf) 2.63

所以用  /usr/local/bin/autoreconf -fis  就可以 work 囉 ~~~~

g++ test_mt.cpp -I/home/informix/tools/libcuckoo-master -I/home/informix/tools/libcuckoo-master/lib /home/informix/tools/libcuckoo-master/lib/city.c /home/informix/tools/libcuckoo-master/lib/cuckoohash.c   -lpthread -o    test_mt.exe

 

 

 

 

arrow
arrow
    全站熱搜

    hedgezzz 發表在 痞客邦 留言(0) 人氣()