ID: 12629 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Compile Failure Operating System: SCO OpenServer 5.x PHP Version: 4.0CVS-2001-08-07 New Comment:
As using following worked with latest CVS, I'm closing this bug. This is not actually a bug in PHP but in the libtool. You should submit a bug report to the libtool authors instead. # CFLAGS="-s -O -belf" # export CFLAGS # ./configure <with the needed options> --Jani Previous Comments: ------------------------------------------------------------------------ [2001-10-23 09:53:37] [EMAIL PROTECTED] SCO openserver 5.x DOES have getrusage. At least quick search with Google brought some pages about it. You might have the issue of not having correct LD_LIBRARY_PATH set. What are the errors you get if you don't edit it out? --Jani ------------------------------------------------------------------------ [2001-08-07 13:47:31] [EMAIL PROTECTED] 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 this 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]