actually im using my own compiled gcc 2.95.2 straight from  
http://gcc.gnu.org/  instead of the vendor supplied one...

gcc -v  
Reading specs from /usr/local/lib/gcc-lib/i686-pc-linux-gnu/2.95.2/specs  
gcc version 2.95.2 19991024 (release)                   

You may want to just make O0 the default and change instructions to try 
using O2 for better speed, but that it may not always work... 
also i strip the programs, and it reduced the size by 80% at least.

Thank you for your assistance!

                  



On Thu, 1 Feb 2001, Kir Kolyshkin wrote:

> [EMAIL PROTECTED] wrote:
> > 
> > I am currently using gcc 2.95.2    its to old?????
> 
> Well, it happens that there's no one true version 2.95.2 (or any other), because
> vendors tends to provide the same versions with different patch sets applied.
> For example, in all of RedHats 6.x - 6.0, 6.1, 6.2 the gcc --version says
> 
> egcs-2.91.66
> 
> but these versions are not the same - the one from 6.2 works, others doesn't.
> And there's no general rule and recommended version though. Sorry...you have
> to find it out yourself. Maybe I'll write some tests to identify broken gcc
> versions (and include it in ASPSeek's configure), if I'll ever have free time...
> 
> > Also is it possible to build a perl interface to searchd, instead of s.cgi
> > 
> > I would like to create a mod_perl version.
> 
> Well, due to searchd existence this will not be extremely easy. I support that
> template parser will take most coding time.
> 
> -- |< [] [] |_    [EMAIL PROTECTED]    http://kir.sever.net   ICQ 7551596 --
> "Ok, the guy who made the netfilter Makefile was probably on some interesting
>  and probably illegal drugs when we wrote it."  -- Linus Torvalds.
> 



Reply via email to