On Thu, 25 Oct 2007 05:24:16 +0200, Craig A. Berry <[EMAIL PROTECTED]>
wrote:
At 12:25 AM +0200 10/25/07, [EMAIL PROTECTED] wrote:
On Wed, 24 Oct 2007 23:26:32 +0200, <[EMAIL PROTECTED]> wrote:
Just for laughs (I am not serious to make this work):
Well, I couldn't stop. To get around this rather stupid problem I
changed
configure.com:
A400> diff configure.com,;1
************
File TMP:[AI26.perl-current]configure.com;5
6606 $ 'Perl_CC' 'ccflags' munchconfig.c
6607 $ IF Needs_Opt
******
File TMP:[AI26.perl-current]configure.com;1
6606 $ 'Perl_CC' munchconfig.c
6607 $ IF Needs_Opt
************
Getting rid of your compiler flags means all bets are off.
It's the other way round. configure.com as shipped discards
all flags. I added them and then munchconfig compiles.
Michael