提示:
Libraries have been installed in:
/var/root/cphalcon/build/64bits/modules
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `DYLD_LIBRARY_PATH' environment variable
during execution
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
然后我brew install libtool后提示:
In order to prevent conflicts with Apple's own libtool we have prepended a "g"
so, you have instead: glibtool and glibtoolize.
提示是说为了不跟APPLE的libtoolize有冲突,它们前边都加了‘g’
再次安装phalcon还是提示叫我先安装libtool,
如果把libtoolize删了的情况呢?可能会重装mac系统的风险。
console$ cd ~/cphalcon/build/ && ./install 载图
/usr/local/etc/php/5.5/php.ini 载图 (mac自带的php、apache)

