Date: 12/20/00
- Next message: Chuck Hagenbuch: "[PHP-DEV] 4.0.4 on win2k"
- Previous message: padraic <email protected>: "[PHP-DEV] PHP 4.0 Bug #8339: new preg_replace back reference handling not working"
- Next in thread: Andi Gutmans: "Re: [PHP-DEV] Why zend_language_scanner_cc.cc instead of zend_language_scanner.c?"
- Reply: Andi Gutmans: "Re: [PHP-DEV] Why zend_language_scanner_cc.cc instead of zend_language_scanner.c?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Trying to debug a SEGFAULT on AIX and I think it is related to the fact that
my configuration is compiling zend_language_scanner_cc.cc rather than
zend_language_scanner.c. How can I make zend_language_scanner.c be compiled
instead of zend_language_scanner_cc.cc?
I think you can safely ignore the 'warning' messages.
Thanks,
Bill
> bash-2.04$ make
> /bin/sh ../libtool --silent --mode=compile
c++ -DHAVE_CONFIG_H -I. -I. -I../main -D_THREAD_SAFE -I../TSRM -g -O2 -c
zend_language_scanner_cc.cc
> In file included from ../TSRM/TSRM.h:32,
> from zend_alloc.h:27,
> from zend.h:133,
> from zend_language_scanner_cc.cc:2662:
> /usr/include/pthread.h:113: warning: missing white space after `#define
PTHREAD_MUTEX_INITIALIZER'
> /usr/include/pthread.h:128: warning: missing white space after `#define
PTHREAD_COND_INITIALIZER'
> /usr/include/pthread.h:147: warning: missing white space after `#define
PTHREAD_RWLOCK_INITIALIZER'
> /usr/include/pthread.h:157: warning: missing white space after `#define
PTHREAD_ONCE_INIT'
> /bin/sh ../libtool --silent --mode=compile
c++ -DHAVE_CONFIG_H -I. -I. -I../main -D_THREAD_SAFE -I../TSRM -g -O2 -c
zend_ini_scanner_cc.cc
> In file included from ../TSRM/TSRM.h:32,
> from zend_alloc.h:27,
> from zend.h:133,
> from zend_ini_scanner_cc.cc:403:
> /usr/include/pthread.h:113: warning: missing white space after `#define
PTHREAD_MUTEX_INITIALIZER'
> /usr/include/pthread.h:128: warning: missing white space after `#define
PTHREAD_COND_INITIALIZER'
> /usr/include/pthread.h:147: warning: missing white space after `#define
PTHREAD_RWLOCK_INITIALIZER'
> /usr/include/pthread.h:157: warning: missing white space after `#define
PTHREAD_ONCE_INIT'
> /bin/sh ../libtool --silent --mode=link c++ -g -O2 -o libZend_cc.la
zend_language_scanner_cc.lo zend_ini_scanner_cc.lo
> /bin/sh ../libtool --silent --mode=compile
xlc_r -DHAVE_CONFIG_H -I. -I. -I../main -D_THREAD_SAFE -I../TSRM -ma -g -c
zend_language_parser.c
> /bin/sh ../libtool --silent --mode=compile
xlc_r -DHAVE_CONFIG_H -I. -I. -I../main -D_THREAD_SAFE -I../TSRM -ma -g -c
zend_ini_parser.c
> /bin/sh ../libtool --silent --mode=compile
xlc_r -DHAVE_CONFIG_H -I. -I. -I../main -D_THREAD_SAFE -I../TSRM -ma -g -c
zend_alloc.c
<snip>
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Chuck Hagenbuch: "[PHP-DEV] 4.0.4 on win2k"
- Previous message: padraic <email protected>: "[PHP-DEV] PHP 4.0 Bug #8339: new preg_replace back reference handling not working"
- Next in thread: Andi Gutmans: "Re: [PHP-DEV] Why zend_language_scanner_cc.cc instead of zend_language_scanner.c?"
- Reply: Andi Gutmans: "Re: [PHP-DEV] Why zend_language_scanner_cc.cc instead of zend_language_scanner.c?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

