c9s / r3

libr3 is a high-performance path dispatching library. It compiles your route paths into a prefix tree (trie). By using the constructed prefix trie in the start-up time, you may dispatch your routes with efficiency
http://c9s.github.com/r3/bench.html
MIT License
816 stars 83 forks source link

Installing problem in osx #73

Closed kmsheng closed 10 years ago

kmsheng commented 10 years ago

It says libtoolize is not installed when executing autogen.sh. But I already have libtool installed. Any suggestions?

c9s commented 10 years ago

./autogen.sh detects libtoolize executable from your system, possible names are:

glibtoolize libtoolize15 libtoolize14 libtoolize 
kmsheng commented 10 years ago

libtool of xcode seems to be imcomplete (no libtoolize). I reinstall my libtool and everything works fine now : ) http://jsdelfino.blogspot.tw/2012/08/autoconf-and-automake-on-mac-os-x.html?m=1