This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

[Bug ada/22340] New: Ada build fails with --enable-bootsrap


Ada doesn't build if gcc configured with --enable-bootstrap:

/home/ssb/src/build1/stage-gcc/gnatbind -C -I- -I. -Iada -I../../gcc41/gcc/ada
-o ada/b_gnat1.c -n ada/gnat1drv.ali
make[2]: /home/ssb/src/build1/stage-gcc/gnatbind: Command not found
make[2]: *** [ada/b_gnat1.c] Error 127
make[2]: Leaving directory `/home/ssb/src/build1/stage2-gcc'
make[1]: *** [all-stage2-gcc] Error 2
make[1]: Leaving directory `/home/ssb/src/build1'
make: *** [stage2-bubble] Error 2
$
$ find . -name gnatbind | xargs ls -l
-rwxr-xr-x  1 ssb ssb 3054135 2005-07-07 12:34 ./stage1-gcc/gnatbind
$

-- 
           Summary: Ada build fails with --enable-bootsrap
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Keywords: build
          Severity: normal
          Priority: P2
         Component: ada
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: belyshev at depni dot sinp dot msu dot ru
                CC: bonzini at gcc dot gnu dot org,gcc-bugs at gcc dot gnu
                    dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22340


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