-
Notifications
You must be signed in to change notification settings - Fork 369
Closed
Labels
Description
Using OSX 10.9 ; I can compile 5.5.17 and 5.6.1 without problems but compiling 5.3.29 via phpbrew errors out with make: g: No such file or directory
.
I've trimmed the log a bit but as can be seen, the command on the third line is cut off:
/bin/sh /Users/myuser/.phpbrew/build/php-5.3.29/libtool --silent --preserve-...
/bin/sh /Users/myuser/.phpbrew/build/php-5.3.29/libtool --silent --preserve-...
g -O2 -fvisibility=hidden -L/opt/local/lib -Wl,-rpath,/opt/local/lib ext/d...
make: g: No such file or directory
make: [sapi/cgi/php-cgi] Error 1 (ignored)
/bin/sh /Users/myuser/.phpbrew/build/php-5.3.29/libtool --silent --preserve-...
g -O2 -fvisibility=hidden -L/opt/local/lib -Wl,-rpath,/opt/local/lib ext/d...
make: g: No such file or directory
make: [sapi/cli/php] Error 1 (ignored)
Generating phar.php
/bin/sh: /Users/myuser/.phpbrew/build/php-5.3.29/sapi/cli/php: No such file or directory
make: *** [ext/phar/phar.php] Error 127
I can compile 5.3.29 fine if I don't use phpbrew.