We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

Phalcon 1.3 on Yosemite

before this day I'm using Phalcon 1.3 on Maverick and It's working pretty fly. After update OS X to Yosemite Phalcon.so is gone away.

I try to re-install with basic way as below

git clone git://github.com/phalcon/cphalcon.git
cd cphalcon/build
sudo ./install

but It's hurt me with error

...
checking dynamic linker characteristics... gcc: warning: couldn't understand kern.osversion '14.0.0
darwin14.0.0 dyld
...
make: *** [phalcon.lo] Error 1

Does anyone upgrade OS X to 10.10 and still working with Phalcon?



4.5k

Not sure what's the error, but I'm running yosemite and phalcon works perfect.



98.9k

Maybe XCode must be updated



3.4k
Accepted
answer

I found the solution.

OS X 10.10 come with gcc 4.8.3
when try to install phalcon I found error

gcc: warning: couldn't understand kern.osversion '14.0.0

The solution is

  • upgrade gcc to newer version (4.9.1)
  • re-install phalcon