|
From: | Chris B. Vetter |
Subject: | Re: [bug #18961] configure enables both HANDLE_LLONG_MAX and HANDLE_LONG_LONG_MAX, resulting in a build error in GSFormat.m on FBSD 6.2 |
Date: | Mon, 5 Feb 2007 15:28:15 +0100 |
On 2/5/07, Nikolaus Waxweiler <INVALID.NOREPLY@gnu.org> 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
[Prev in Thread] | Current Thread | [Next in Thread] |