This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Problem building GCC


Hi Axel,

I have been trying the configuration with
--enable-languages=c,fortran, after advice from
Dominique but the errors remain (a different one after cleaning up everything).

Regards,

Arjen

2011/6/22 Axel Freyn <axel-freyn@gmx.de>:
> Hi Arjen,
>
> On Wed, Jun 22, 2011 at 12:50:32PM +0200, Arjen Markus wrote:
>> Hello,
>>
>> I am trying to build the GCC compiler suite (more specifically:
>> 4.6.1-RC-20110620) and after some preliminary
>> steps the build process got started okay. However, it finishes with an error:
>>
>> make[4]: Entering directory
>> `/d/gcc4.6.1.src/gcc-4.6.1-RC-20110620/host-i686-pc-mingw32/prev-gcc'
>> ../.././gcc/ada/gcc-interface/Make-lang.in:615: *** multiple target
>> patterns. ?Stop.
>> make[4]: Leaving directory
>> `/d/gcc4.6.1.src/gcc-4.6.1-RC-20110620/host-i686-pc-mingw32/prev-gcc'
>> make[3]: *** [stmp-fixinc] Error 2
>> make[3]: Leaving directory
>> `/d/gcc4.6.1.src/gcc-4.6.1-RC-20110620/host-i686-pc-mingw32/gcc'
>> make[2]: *** [all-stage2-gcc] Error 2
>> make[2]: Leaving directory `/d/gcc4.6.1.src/gcc-4.6.1-RC-20110620'
>> make[1]: *** [stage2-bubble] Error 2
>> make[1]: Leaving directory `/d/gcc4.6.1.src/gcc-4.6.1-RC-20110620'
>> make: *** [all] Error 2
>
> The error happens while generating the ada frontend -- do you plan to
> use ada or only fortran? If only fortran, you could recompile with
> --enable-languages=fortran. That should avoid the problem.
>
> If not, how did you configure the build exactly?
>
> Axel
>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]