Re: Panel applets




> What do you have to do during the install process to specify something 
> like -O6 to the compiler?  Can I just do ./autogen.sh -O6?  Any
> information is appreciated.

Try setting the environment variable CC to egcs and CFLAGS to the
appropriate optimization flags.

For example, if you have a Pentium II or Pro, you could try:

export CC='egcs'
export CFLAGS='-O6 -mpentiumpro -mcpu=pentiumpro -march=pentiumpro -malign-loops=2 -malign-jum
ps=2 -malign-functions=2 -g' 


Richard




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]