This is the mail archive of the gcc@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]

Re: Successful Build: gcc-4.1-20051230 i686-pc-mingw32


Using: 
> ../gcc-4.1.1/configure --host=mingw32 --build=mingw32 --target=mingw32
> --enab
le-threads --enable-optimize --disable-nls --enable-languages=c,c++,fortran
--p
refix=/c/prog/mingw4 --with-cpu=pentium4 --with-ld=/c/prog/mingw4/bin/ld.exe
--
with-as=/c/prog/mingw4/bin/as.exe --with-gmp=/c/prog/mingw4
 ... (succesfull output)
> make bootstrap
 ...
stage1/xgcc.exe -Bstage1/ -B/c/prog/mingw4/mingw32/bin/ -c   -g -O2 -DIN_GCC  
-W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic
-Wno-long-long -Wno-variadic-macros -Wold-style-definition
-Wmissing-format-attribute  -Wno-format    -DHAVE_CONFIG_H -I. -Ifortran
-I../../gcc-4.1.1/gcc -I../../gcc-4.1.1/gcc/fortran
-I../../gcc-4.1.1/gcc/../include -I../../gcc-4.1.1/gcc/../libcpp/include
-I/c/prog/mingw4/include     ../../gcc-4.1.1/gcc/fortran/arith.c -o
fortran/arith.o
In file included from ../../gcc-4.1.1/gcc/system.h:42,
                 from ../../gcc-4.1.1/gcc/fortran/arith.c:29:
c:/prog/mingw4/include/stdio.h:219: warning: no previous prototype for
'vsnprintf'
c:/prog/mingw4/include/stdio.h:258: warning: no previous prototype for
'getc'
c:/prog/mingw4/include/stdio.h:265: warning: no previous prototype for
'putc'
c:/prog/mingw4/include/stdio.h:272: warning: no previous prototype for
'getchar'
c:/prog/mingw4/include/stdio.h:279: warning: no previous prototype for
'putchar'
In file included from ../../gcc-4.1.1/gcc/system.h:42,
                 from ../../gcc-4.1.1/gcc/fortran/arith.c:29:
c:/prog/mingw4/include/stdio.h:401: warning: no previous prototype for
'fopen64'
c:/prog/mingw4/include/stdio.h:413: warning: no previous prototype for
'ftello64'
c:/prog/mingw4/include/stdio.h:468: warning: no previous prototype for
'vsnwprintf'
In file included from ../../gcc-4.1.1/gcc/system.h:195,
                 from ../../gcc-4.1.1/gcc/fortran/arith.c:29:
c:/prog/mingw4/include/string.h:97: warning: no previous prototype for
'strcasecmp'
c:/prog/mingw4/include/string.h:103: warning: no previous prototype for
'strncasecmp'
In file included from c:/prog/mingw4/include/unistd.h:10,
                 from ../../gcc-4.1.1/gcc/system.h:231,
                 from ../../gcc-4.1.1/gcc/fortran/arith.c:29:
c:/prog/mingw4/include/io.h:150: warning: no previous prototype for
'lseek64'
In file included from ../../gcc-4.1.1/gcc/fortran/arith.c:31:
../../gcc-4.1.1/gcc/fortran/gfortran.h:1738: error: expected declaration
specifiers or '...' before 'uint'
make[2]: *** [fortran/arith.o] Error 1
make[2]: Leaving directory `/home/schuttek/gcc-4.1.1-build/gcc'
make[1]: *** [stage2_build] Error 2
make[1]: Leaving directory `/home/schuttek/gcc-4.1.1-build/gcc'
make: *** [bootstrap] Error 2

Anyone an idea how to solve this? I
-- 
View this message in context: http://www.nabble.com/Successful-Build%3A-gcc-4.1-20051230-i686-pc-mingw32-tf834182.html#a6058353
Sent from the gcc - Dev forum at Nabble.com.


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