This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: may be a typo somewhere in the gcc4 build files?
Thanks for the hints. I read the installation instructions and followed the
'highly recommended' technique of building from a separate directory.
Seemed to work pretty well (not 100% - but this is just a snapshot). Sent
test results to gcc.gnu
Now to see if this version compiles my other code.
Thanks much
Paolo Bonzini wrote:
>I'Andrew Pinski wrote:
>>
>> On Dec 28, 2004, at 11:32 AM, Bob Gustafson wrote:
>>
>>> I have been trying to build from the gcc4 snapshot files, and succeeding
>>> occasionally. (for example gcc-4.0-20041226)
>>>
>>> make[1]: Entering directory `/usr/local/src/gcc/gcc-4.0-20041226/build-
>>> i686-pc-linux-gnu/libiberty'
>>> make[1]: *** No rule to make target `../include/ansidecl.h', needed by
>>> `regex.lo'. Stop.
>>
>>
>> This is PR 17383.
>
>For which I'm going to apply soon the patch referred to in the audit
>trail (http://gcc.gnu.org/ml/gcc-patches/2004-10/msg00968.html) and
>approved by Alexandre Oliva.
>
>Paolo