Won't build on Mingw.  You are probably aware of it.  I started the build with
GCC 4.0.2 on Mingw.

[EMAIL PROTECTED] /mingw/gcc-4.1.0
$ make
make[1]: Entering directory `/mingw/gcc-4.1.0'
make[2]: Entering directory `/mingw/gcc-4.1.0/host-i686-pc-mingw32/zlib'
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2 " "CXXFLAGS=-g -O2"
"CFLAGS_FOR_BUILD=-g -O2 " "CFLAGS_FOR_TARGET=-O2 -g -O2  "
"INSTALL=/bin/install -c" "INSTALL_DATA=/bin/install -c -m 644"
"INSTALL_PROGRAM=/bin/install -c" "INSTALL_SCRIPT=/bin/install -c" "LDFLAGS="
"LIBCFLAGS=-g -O2 " "LIBCFLAGS_FOR_TARGET=-O2 -g -O2  " "MAKE=make"
"MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG="
"PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest"
"RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/info"
"libdir=/usr/local/lib" "prefix=/usr/local"
"tooldir=/usr/local/i686-pc-mingw32" "AR=ar" "AS=as" "CC=gcc" "CXX=c++"
"LD=u:/mingw/bin/../lib/gcc/i686-pc-mingw32/4.0.2/../../../../i686-pc-mingw32/bin/ld.exe"
"LIBCFLAGS=-g -O2 " "NM=nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" DO=all
multi-do # make
make[2]: Leaving directory `/mingw/gcc-4.1.0/host-i686-pc-mingw32/zlib'
make[2]: Entering directory `/mingw/gcc-4.1.0/host-i686-pc-mingw32/libiberty'
make[3]: Entering directory
`/mingw/gcc-4.1.0/host-i686-pc-mingw32/libiberty/testsuite'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory
`/mingw/gcc-4.1.0/host-i686-pc-mingw32/libiberty/testsuite'
make[2]: Leaving directory `/mingw/gcc-4.1.0/host-i686-pc-mingw32/libiberty'
make[2]: Entering directory `/mingw/gcc-4.1.0/host-i686-pc-mingw32/fastjar'
make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2 " "CXXFLAGS=-g -O2"
"CFLAGS_FOR_BUILD=-g -O2 " "CFLAGS_FOR_TARGET=-O2 -g -O2  "
"INSTALL=/bin/install -c" "INSTALL_DATA=/bin/install -c -m 644"
"INSTALL_PROGRAM=/bin/install -c" "INSTALL_SCRIPT=/bin/install -c" "JC1FLAGS="
"LDFLAGS=" "LIBCFLAGS=-g -O2 " "LIBCFLAGS_FOR_TARGET=-O2 -g -O2  " "MAKE=make"
"MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG="
"PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "exec_prefix=/usr/local"
"infodir=/usr/local/info" "libdir=/usr/local/lib" "prefix=/usr/local" "AR=ar"
"AS=as" "CC=gcc" "CXX=c++"
"LD=u:/mingw/bin/../lib/gcc/i686-pc-mingw32/4.0.2/../../../../i686-pc-mingw32/bin/ld.exe"
"LIBCFLAGS=-g -O2 " "NM=nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" all-am
make[3]: Entering directory `/mingw/gcc-4.1.0/host-i686-pc-mingw32/fastjar'
make[3]: Leaving directory `/mingw/gcc-4.1.0/host-i686-pc-mingw32/fastjar'
make[2]: Leaving directory `/mingw/gcc-4.1.0/host-i686-pc-mingw32/fastjar'
make[2]: Entering directory `/mingw/gcc-4.1.0/host-i686-pc-mingw32/fixincludes'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/mingw/gcc-4.1.0/host-i686-pc-mingw32/fixincludes'
make[2]: Entering directory `/mingw/gcc-4.1.0/host-i686-pc-mingw32/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
make[2]: Leaving directory `/mingw/gcc-4.1.0/host-i686-pc-mingw32/intl'
make[2]: Entering directory `/mingw/gcc-4.1.0/build-i686-pc-mingw32/libiberty'
make[3]: Entering directory
`/mingw/gcc-4.1.0/build-i686-pc-mingw32/libiberty/testsuite'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory
`/mingw/gcc-4.1.0/build-i686-pc-mingw32/libiberty/testsuite'
make[2]: Leaving directory `/mingw/gcc-4.1.0/build-i686-pc-mingw32/libiberty'
make[2]: Entering directory
`/mingw/gcc-4.1.0/build-i686-pc-mingw32/fixincludes'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/mingw/gcc-4.1.0/build-i686-pc-mingw32/fixincludes'
make[2]: Entering directory `/mingw/gcc-4.1.0/host-i686-pc-mingw32/libcpp'
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
make[2]: Leaving directory `/mingw/gcc-4.1.0/host-i686-pc-mingw32/libcpp'
make[2]: Entering directory `/mingw/gcc-4.1.0/host-i686-pc-mingw32/gcc'
Makefile:1277: *** target pattern contains no `%'.  Stop.
make[2]: Leaving directory `/mingw/gcc-4.1.0/host-i686-pc-mingw32/gcc'
make[1]: *** [all-gcc] Error 2
make[1]: Leaving directory `/mingw/gcc-4.1.0'
make: *** [all] Error 2

[EMAIL PROTECTED] /mingw/gcc-4.1.0


-- 
           Summary: GCC 4.1.0 Won't build on Mingw.  Complainst about no %
                    in format
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: dcorbit at connx dot com


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

Reply via email to