On 2/5/07, Nikolaus Waxweiler <[EMAIL PROTECTED]> wrote: [...]
So they are both defined and both aliases for one and the same number. Now, "./configure CC=gcc43 CPP=cpp43" tests things under gcc43 conditions but doesn't actually set the compiler to gcc43 when gmaking, I have to explicitly say "gmake CC=gcc43". Duh! I should have noticed this earlier.
Try CC=gcc43 CPP=cpp43 ./configure instead. gmake should automagically use gcc43. Works for me. -- Chris _______________________________________________ Bug-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-gnustep
