php3-list | 199901
Date: 01/17/99
- Next message: Shawn Patton: "Re: [PHP3] gcc, make, php and Options That ControlOptimization?"
- Previous message: Stefan Buess: "[PHP3] HELP URGENT!!!"
- In reply to: Shawn Patton: "[PHP3] gcc, make, php and Options That Control Optimization?"
- Next in thread: Shawn Patton: "Re: [PHP3] gcc, make, php and Options That ControlOptimization?"
- Reply: Shawn Patton: "Re: [PHP3] gcc, make, php and Options That ControlOptimization?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Did you try running unlimit in tcsh before compiling? (ulimit -a or
something like that in bash)
There's no reason for you to take off the optimizations unless you're
compiling on a 386 with 4MB of Ram.
Andi
At 06:38 01-17-99 -0800, Shawn Patton wrote:
>Hello,
>
>Since there is no ./configure --with-low-memory
>or something simular would changeing the
>option that controls optimization:
>
>-02
>
>... in the following line from the Makefile:
>
>CFLAGS = -g -O2 -O2 $(CFLAGS_SHLIB) $(CPPFLAGS) $(INCLUDE)
>$(PROF_CFLAGS)
>
>...to
>
>-O0 "Do not optimize"
>
>... reduce the memory needed for compileing the php cgi?
>And therefore stop that @#$%$ "virtual memory exhausted" error
>( see below ) that I keep getting when trying to compile?
>
>
>WARNING: The remainder of this message has not been transferred.
>The estimated size of this message is 90012 bytes.
>Click on the server retrieve icon above and check mail again to get the
whole thing. If the server retrieve icon is not showing, then this message
is no longer on the server.
>
--- Andi Gutmans <andi <email protected>> ICQ: 1568297 PGP: finger andi <email protected>-- PHP 3 Mailing List http://www.php.net/ To unsubscribe send an empty message to php3-unsubscribe <email protected> To subscribe to the digest list: php3-digest-subscribe <email protected> For help: php3-help <email protected> Archive: http://www.php.net/mailsearch.php3 List administrator: zeev-list-admin <email protected>
- Next message: Shawn Patton: "Re: [PHP3] gcc, make, php and Options That ControlOptimization?"
- Previous message: Stefan Buess: "[PHP3] HELP URGENT!!!"
- In reply to: Shawn Patton: "[PHP3] gcc, make, php and Options That Control Optimization?"
- Next in thread: Shawn Patton: "Re: [PHP3] gcc, make, php and Options That ControlOptimization?"
- Reply: Shawn Patton: "Re: [PHP3] gcc, make, php and Options That ControlOptimization?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

