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 bootstrap/36815] New: gnattools related error when building only c and fortran


With --enable-languages=c,fortran, system trys to build gnattools and fails
with this error:

gnu-make[2]: Entering directory `/home/delisle/gcc/obj44/gcc'
gnu-make[2]: Leaving directory `/home/delisle/gcc/obj44/gcc'
/bin/sh: line 1: gnatls: not found
gnu-make[2]: Entering directory `/home/delisle/gcc/obj44/gnattools'
Cannot build gnattools while gnatlib is out of date or unbuilt
gnu-make[2]: *** [../gcc/stamp-gnatlib] Error 1
gnu-make[2]: Leaving directory `/home/delisle/gcc/obj44/gnattools'
gnu-make[1]: *** [all-gnattools] Error 2
gnu-make[1]: Leaving directory `/home/delisle/gcc/obj44'
gnu-make: *** [all] Error 2

Configured as follows:

../gcc44/configure --prefix=/home/delisle/gcc/usr --enable-64bit
--with-as=/usr/local/bin/gnu-as --with-ld=/usr/local/bin/gnu-ld
--enable-languages=c,fortran --disable-bootstrap --disable-libmudflap


-- 
           Summary: gnattools related error when building only c and fortran
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jvdelisle at gcc dot gnu dot org
  GCC host triplet: -i386-pc-solaris2.11


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


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