Dave Korn wrote:
Tim Prince wrote:
#include
no such file
-I/include was set by configure. As you say, there is something bogus here.
setup menu shows cloog installed in development category, but I can't find
any such include file. Does this mean the cygwin distribution of cloog is
broke
Tim Prince wrote:
>
> #include
>
> no such file
> -I/include was set by configure. As you say, there is something bogus here.
>
> setup menu shows cloog installed in development category, but I can't find
> any such include file. Does this mean the cygwin distribution of cloog is
> broken?
Dave Korn wrote:
> Tim Prince wrote:
>> Dave Korn wrote:
>>
>>> Heh, I was just about to post that, only I was looking at $clooginc rather
>>> than $pplinc! The same problem exists for both; I'm pretty sure we should
>>> fall back on $prefix if the --with option is empty.
>>>
>> When I bootstrap
Tim Prince wrote:
> Dave Korn wrote:
>
>> Heh, I was just about to post that, only I was looking at $clooginc rather
>> than $pplinc! The same problem exists for both; I'm pretty sure we should
>> fall back on $prefix if the --with option is empty.
>>
>
> When I bootstrapped gcc 4.5 on cygwin
Dave Korn wrote:
>
> Heh, I was just about to post that, only I was looking at $clooginc rather
> than $pplinc! The same problem exists for both; I'm pretty sure we should
> fall back on $prefix if the --with option is empty.
>
When I bootstrapped gcc 4.5 on cygwin yesterday, configure recog
Andreas Schwab wrote:
> Dave Korn writes:
>
>> I'm about to start looking through the config logs; if anyone knows
>> anything
>> or has any ideas about this, please share!
>
> The problem is here in toplevel configure.ac:
>
> case $with_ppl in
> no)
> ppllibs=
> ;;
> *)
> p
Dave Korn writes:
> I'm about to start looking through the config logs; if anyone knows anything
> or has any ideas about this, please share!
The problem is here in toplevel configure.ac:
case $with_ppl in
no)
ppllibs=
;;
*)
ppllibs="-L$with_ppl/lib -lppl_c -lppl -lgmpxx $wit
A quick head's-up, in case anyone else runs into this or is working on it:
Yesterday I installed the new ppl and cloog packages from my distro
(Cygwin), and today GCC doesn't bootstrap. This is triggered by an unusual
environment on my build machine, but I think it definitely exposes somethi