chromatic wrote:


Ahh, this patch fixes things for me. My gcc is also available as cc (and I'm using ccache), so checking that it matches the literal string 'gcc' doesn't work. Explicitly checking that it has a GCC version number works better.


Unfortunately, it did not improve things for me.

-rw-r--r--   1 jimk  jimk    71898 Jul 15 10:30 15.07.2007.make.txt
-rw-r--r--   1 jimk  jimk    73181 Jul 22 21:17 21.07.2007.make.txt
-rw-r--r--   1 jimk  jimk  7167507 Aug  3 21:43 03.08.2007.make.txt
-rw-r--r--   1 jimk  jimk  7167507 Aug  4 07:24 04.08.2007.make.txt

Note that I have to call Configure.pl in the following manner:

#!/bin/sh
CC="/usr/bin/gcc-3.3"
CX="/usr/bin/g++-3.3"
/usr/local/bin/perl Configure.pl --cc="$CC" --cxx="$CX" --link="$CX" \
    --ld="$CX" --without-icu --without-gmp \
    $@

Reply via email to