Danny Backx wrote:
> P.S. As I already said (see below) the offending code is in
> src/gcc-4.4.0/libgcc/configure.
> This is what it looks like :
>
> if test -z "$CPP"; then
> if test "${ac_cv_prog_CPP+set}" = set; then
> echo $ECHO_N "(cached) $ECHO_C" >&6
> else
> # Double
Hi,
I have added the setenv to our build, it will take until tomorrow before it
is finished. Maybe report this upstream and see how the gcc people respond?
Johnny
> -Original Message-
> From: Danny Backx [mailto:danny.ba...@scarlet.be]
> Sent: zaterdag 13 juni 2009 18:08
> To: jwillem...
I think the problem is due to /lib/cpp being hardcoded in some of the
gcc configuration files, and I would guess that unix/linux based systems
have a /lib/cpp for historic reasons.
On cygwin however, cpp is /usr/bin/cpp, and there is no /lib/cpp .
I've just done the not so obvious workaround :