On Wed, 15 Oct 2003 09:44:16 -0400 Z <[EMAIL PROTECTED]> wrote: > I am unable to emerge mod_php due to a failure in emerging the pdflib > dependency - the full output and error message is below. This is the > only package I have not been able to install due to an error, can > anyone offer suggestions on how to get past this? >
> checking whether the C compiler (gcc -03 -march=i686 -funroll-loops ... > gcc: unrecognized option `-03' ... The correct compiler option is "-O3" - that's an alpha; you have "-03" - that's zero three. Correct your /etc/make.conf and try again. -- Collins Richey - Denver Area if you fill your heart with regrets of yesterday and the worries of tomorrow, you have no today to be thankful for. -- [EMAIL PROTECTED] mailing list
