ID: 33326
User updated by: artooro at gmail dot com
Reported By: artooro at gmail dot com
Status: Open
Bug Type: Compile Failure
-Operating System: Mac OS X 10.4.1
+Operating System: darwin8.x
PHP Version: 5CVS-2005-06-13 (dev)
Assigned To: sniper
New Comment:
If ssh or VNC access to an OSX machine would help, let me know and I
just might be able to help out.
Previous Comments:
------------------------------------------------------------------------
[2005-08-08 23:53:18] [EMAIL PROTECTED]
To be able to do anything about this I need access to a Macosx machine
where this problem exists..so no, I can't look into this.
------------------------------------------------------------------------
[2005-08-08 23:44:48] [EMAIL PROTECTED]
Jani, can you have a look at this?
------------------------------------------------------------------------
[2005-07-26 02:00:50] [EMAIL PROTECTED]
The temporary fix is to just copy-paste the final link line back with
all the .lo filenames replaced with .libs/*.o
eg. to build pecl/apc I use:
gcc -dynamic -flat_namespace -bundle -undefined suppress -DPHP_ATOM_INC
-I/Users/rasmus/pecl/apc/include -I/Users/rasmus/pecl/apc/main
-I/Users/rasmus/pecl/apc -I/usr/local/include/php
-I/usr/local/include/php/main -I/usr/local/include/php/TSRM
-I/usr/local/include/php/Zend -DHAVE_CONFIG_H -g -O2 -o apc.so
.libs/*.o
instead of:
gcc -dynamic -flat_namespace -bundle -undefined suppress -DPHP_ATOM_INC
-I/Users/rasmus/pecl/apc/include -I/Users/rasmus/pecl/apc/main
-I/Users/rasmus/pecl/apc -I/usr/local/include/php
-I/usr/local/include/php/main -I/usr/local/include/php/TSRM
-I/usr/local/include/php/Zend -DHAVE_CONFIG_H -g -O2 -o apc.so
apc.lo php_apc.lo apc_cache.lo apc_compile.lo apc_debug.lo apc_fcntl.lo
apc_main.lo apc_mmap.lo apc_optimizer.lo apc_pair.lo apc_sem.lo
apc_shm.lo apc_sma.lo apc_stack.lo apc_zend.lo
------------------------------------------------------------------------
[2005-07-26 01:27:09] artooro at gmail dot com
sniper, I have no other machines with OSX so no I can't reproduce on
other machine(s). But at least three other people have had this problem
as well now.
I might be able to look into it some more tomorrow, if needed.
------------------------------------------------------------------------
[2005-07-26 01:18:00] jeffg at activestate dot com
this is still ocurring with php 5.1 b3. I'm trying to build xdebug and
getting the same failures, seems to eb something wrong with libtool
generated by configure.
------------------------------------------------------------------------
The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/33326
--
Edit this bug report at http://bugs.php.net/?id=33326&edit=1