[PHP-DEV] Bug #2401: make: *** [functions/microtime.o] Error 1 From: versus <email protected>
Date: 09/28/99

From: versus <email protected>
Operating system: RedHat Linux 6.0
PHP version: 3.0.12
PHP Bug Type: Compile Failure
Bug description: make: *** [functions/microtime.o] Error 1

./configure --with-apache=../apache --with-mysql
was ok,
make ended up with this:
> functions/microtime.c: In function `php3_getrusage':
> functions/microtime.c:122: storage size of `usg' isn't known
> functions/microtime.c:125: `RUSAGE_SELF' undeclared (first use in this function)
> functions/microtime.c:125: (Each undeclared identifier is reported only once
> functions/microtime.c:125: for each function it appears in.)
> functions/microtime.c:131: `RUSAGE_CHILDREN' undeclared (first use in this function)
> make: *** [functions/microtime.o] Error 1

my gcc==cegcs-2.91.66
RedHat 6.0 (kernel 2.2.5-22
apache 1.3.9 in /usr/local/src/apache

-- 
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>