From:             [EMAIL PROTECTED]
Operating system: SCO OpenServer 5.x
PHP version:      4.0CVS-2001-08-07
PHP Bug Type:     Unknown/Other Function
Bug description:  small compile errors

SCO Openserver 5.x does not have the
getrusage function, the configure command seems
to detect it, I always have to edit it out by hand.
-------
also
CFLAGS="-g -O2" 
need to be changed to
CFLAGS = "-s -O2 -belf"

otherwise it compiles with the debug option and
configure can't find or use the dynamic libraries
such as zlib, gd .etc.

-- 
Edit bug report at: http://bugs.php.net/?id=12629&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to