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 other/47869] New: fatal error: build/gencondmd.c: No such file or directory


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

           Summary: fatal error: build/gencondmd.c: No such file or
                    directory
           Product: gcc
           Version: 4.5.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: other
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: yuchape@gmail.com


Hello,
When compiling gcc-4.5.2 on x86_64-redhat-linux (Red Hat Linux 3.2.3-56) I get
the following error:

hape/gcc-4.5.2/gcc/../libdecnumber/bid -I../libdecnumber  
-I/usr/include/libelf  \
        -o build/gencondmd.o build/gencondmd.c
cc1: fatal error: build/gencondmd.c: No such file or directory
compilation terminated.
make[3]: *** [build/gencondmd.o] Error 1
make[3]: Leaving directory `/data/yuchape/gcc-build/gcc'
make[2]: *** [all-stage3-gcc] Error 2
make[2]: Leaving directory `/data/yuchape/gcc-build'
make[1]: *** [stage3-bubble] Error 2
make[1]: Leaving directory `/data/yuchape/gcc-build'
make: *** [all] Error 2


The configure command is "--prefix=/usr/local/gcc-4.5.2
--enable-threads=posix --disable-checking --disable-multilib
--enable-languages=c,c++,fortran --with-gmp=/usr/local/gmp-5.0.1
--with-mpfr=/usr/local/mpfr-2.4.2 --with-mpc=/usr/local/mpc-0.8.1"


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