Hi to all, I have updated my SVN version of GCC-4.3.0 yesterday and re-com= piled it. My latest version is this one: steve@x1-6-00-c9-00-02-c6-36:~$ gcc -v Using built-in specs. Target: i686-pc-linux-gnu Configured with: /home/steve/Gcc/trunk/configure Thread model: posix gcc version 4.3.0 20070804 (experimental) steve@x1-6-00-c9-00-02-c6-36:~$ I have used the following commands to compile it. I went to my build direct= ory(gcc-build)and emptied the contents from the last compile so I could re-= compile to the latest version. I then right-clicked on the gcc-build folder and selected Konsole and then = ran the command "/home/steve/Gcc/trunk/configure".After the configure scrip= t completed I issued the command (thank you Andrew Haley for the last part = of the command)" make 2>&1 | tee /tmp/make.log".After 5 hours of compilatio= n I then ran the command "sudo make install" I then went to the temp folder to see the make.log that make produced while= compiling.I made a another text file called gcc-compile-error.log,and went= through make.log to pick out all of the warning messages that make produce= d while compiling. I have tried wherever possible to include the line of code just before a pa= rticular warning message appeared.I have attached my gcc-compile-error.log = to this post and I hope this will help me and other people to see if I'm go= ing anywhere wrong while I'm compiling my SVN version of GCC and also help = the developers identify any potential bugs. Regards, Steve _________________________________________________________________ The next generation of MSN Hotmail has arrived - Windows Live Hotmail http://www.newhotmail.co.uk
gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wno-error -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/steve/Gcc/trunk/gcc -I/home/steve/Gcc/trunk/gcc/build -I/home/steve/Gcc/trunk/gcc/../include -I/home/steve/Gcc/trunk/gcc/../libcpp/include -I/home/steve/Gcc/trunk/gcc/../libdecnumber -I/home/steve/Gcc/trunk/gcc/../libdecnumber/bid -I../libdecnumber -o build/gengtype-lex.o gengtype-lex.c gengtype-lex.c:2397: warning: no previous prototype for â??yyget_linenoâ?? gengtype-lex.c:2406: warning: no previous prototype for â??yyget_inâ?? gengtype-lex.c:2414: warning: no previous prototype for â??yyget_outâ?? gengtype-lex.c:2422: warning: no previous prototype for â??yyget_lengâ?? gengtype-lex.c:2431: warning: no previous prototype for â??yyget_textâ?? gengtype-lex.c:2440: warning: no previous prototype for â??yyset_linenoâ?? gengtype-lex.c:2452: warning: no previous prototype for â??yyset_inâ?? gengtype-lex.c:2457: warning: no previous prototype for â??yyset_outâ?? gengtype-lex.c:2462: warning: no previous prototype for â??yyget_debugâ?? gengtype-lex.c:2467: warning: no previous prototype for â??yyset_debugâ?? gengtype-lex.c:2501: warning: no previous prototype for â??yylex_destroyâ?? gengtype-lex.c:1950: warning: â??inputâ?? defined but not used -I/home/steve/Gcc/trunk/gcc/../libdecnumber/bid -I../libdecnumber -o build/genrecog.o /home/steve/Gcc/trunk/gcc/genrecog.c /home/steve/gcc-build/./prev-gcc/xgcc -B/home/steve/gcc-build/./prev-gcc/ -B/usr/local/i686-pc-linux-gnu/bin/ -g -O2 -fomit-frame-pointer -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Werror -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genrecog \ build/genrecog.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o .././libiberty/libiberty.a build/genrecog /home/steve/Gcc/trunk/gcc/config/i386/i386.md \ insn-conditions.md > tmp-recog.c /home/steve/Gcc/trunk/gcc/config/i386/i386.md:18927: warning: operand 1 missing mode? make[2]: Leaving directory `/home/steve/gcc-build' make "DESTDIR=" "RPATH_ENVVAR=LD_LIBRARY_PATH" "TARGET_SUBDIR=i686-pc-linux-gnu" "bindir=/usr/local/bin" "datadir=/usr/local/share" "exec_prefix=/usr/local" "includedir=/usr/local/include" "datarootdir=/usr/local/share" "docdir=/usr/local/share/doc" "infodir=/usr/local/info" "pdfdir=/usr/local/share/doc" "htmldir=/usr/local/share/doc" "libdir=/usr/local/lib" "libexecdir=/usr/local/libexec" "lispdir=" "localstatedir=/usr/local/var" "mandir=/usr/local/man" "oldincludedir=/usr/include" "prefix=/usr/local" "sbindir=/usr/local/sbin" "sharedstatedir=/usr/local/com" "sysconfdir=/usr/local/etc" "tooldir=/usr/local/i686-pc-linux-gnu" "build_tooldir=/usr/local/i686-pc-linux-gnu" "target_alias=i686-pc-linux-gnu" "BISON=bison" "CC_FOR_BUILD=gcc" "CFLAGS_FOR_BUILD=-g -O2" "CXX_FOR_BUILD=g++" "EXPECT=expect" "FLEX=flex" "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "LEX=flex" "M4=m4" "MAKE=make" "RUNTEST=runtest" "RUNTESTFLAGS=" "SHELL=/bin/bash" "YACC=bison -y" "`echo 'ADAFLAGS=' | sed -e s'/[^=][^=]*=$/XFOO=/'`" "AR_FLAGS=rc" "`echo 'BOOT_ADAFLAGS=' | sed -e s'/[^=][^=]*=$/XFOO=/'`" "BOOT_CFLAGS=-g -O2 -fomit-frame-pointer" "BOOT_LDFLAGS=" "CFLAGS=-g -O2" "CXXFLAGS=-g -O2" "LDFLAGS=" "LIBCFLAGS=-g -O2" "LIBCXXFLAGS=-g -O2 -fno-implicit-templates" "STAGE1_CFLAGS=-g -fkeep-inline-functions" "STAGE1_CHECKING=--enable-checking=types" "STAGE1_LANGUAGES=c" "GNATBIND=gnatbind" "GNATMAKE=gnatmake" "AR_FOR_TARGET=ar" "AS_FOR_TARGET=as" "CC_FOR_TARGET=/home/steve/gcc-build/./gcc/xgcc -B/home/steve/gcc-build/./gcc/ -B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/ -isystem /usr/local/i686-pc-linux-gnu/include -isystem /usr/local/i686-pc-linux-gnu/sys-include" "CFLAGS_FOR_TARGET=-O2 -g -O2 " "CPPFLAGS_FOR_TARGET=" "CXX_FOR_TARGET=/home/steve/gcc-build/./gcc/g++ -B/home/steve/gcc-build/./gcc/ -nostdinc++ -L/home/steve/gcc-build/i686-pc-linux-gnu/libstdc++-v3/src -L/home/steve/gcc-build/i686-pc-linux-gnu/libstdc++-v3/src/.libs -B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/ -isystem /usr/local/i686-pc-linux-gnu/include -isystem /usr/local/i686-pc-linux-gnu/sys-include" "CXXFLAGS_FOR_TARGET=-g -O2 -D_GNU_SOURCE" "DLLTOOL_FOR_TARGET=dlltool" "GCJ_FOR_TARGET=/home/steve/gcc-build/./gcc/gcj -B/home/steve/gcc-build/./gcc/ -B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/ -isystem /usr/local/i686-pc-linux-gnu/include -isystem /usr/local/i686-pc-linux-gnu/sys-include" "GFORTRAN_FOR_TARGET=/home/steve/gcc-build/./gcc/gfortran -B/home/steve/gcc-build/./gcc/ -B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/ -isystem /usr/local/i686-pc-linux-gnu/include -isystem /usr/local/i686-pc-linux-gnu/sys-include" "LD_FOR_TARGET=ld" "LIPO_FOR_TARGET=lipo" "LDFLAGS_FOR_TARGET=" "LIBCFLAGS_FOR_TARGET=-O2 -g -O2 " "LIBCXXFLAGS_FOR_TARGET=-g -O2 -D_GNU_SOURCE -fno-implicit-templates" "NM_FOR_TARGET=nm" "OBJDUMP_FOR_TARGET=objdump" "RANLIB_FOR_TARGET=ranlib" "STRIP_FOR_TARGET=strip" "WINDRES_FOR_TARGET=windres" "WINDMC_FOR_TARGET=windmc" "`echo 'LANGUAGES=' | sed -e s'/[^=][^=]*=$/XFOO=/'`" "LEAN=false" "CONFIG_SHELL=/bin/bash" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000" compare make[2]: Entering directory `/home/steve/gcc-build' make[3]: Entering directory `/home/steve/gcc-build' rm -f stage_current make[3]: Leaving directory `/home/steve/gcc-build' Comparing stages 2 and 3 warning: ./cc1-checksum.o differs warning: ./cc1plus-checksum.o differs warning: ./cc1obj-checksum.o differs Comparison successful. /home/steve/Gcc/trunk/libstdc++-v3/../gcc/unwind-pe.h:74: warning: 'unsigned int size_of_encoded_value(unsigned char)' defined but not used /usr/local/i686-pc-linux-gnu/include -isystem /usr/local/i686-pc-linux-gnu/sys-include -I/home/steve/Gcc/trunk/libstdc++-v3/../gcc -I/home/steve/gcc-build/i686-pc-linux-gnu/libstdc++-v3/include/i686-pc-linux-gnu -I/home/steve/gcc-build/i686-pc-linux-gnu/libstdc++-v3/include -I/home/steve/Gcc/trunk/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c /home/steve/Gcc/trunk/libstdc++-v3/libsupc++/eh_personality.cc -fPIC -DPIC -o eh_personality.o /home/steve/Gcc/trunk/libstdc++-v3/libsupc++/eh_personality.cc: In function '_Unwind_Reason_Code __cxxabiv1::__gxx_personality_v0(int, _Unwind_Action, _Unwind_Exception_Class, _Unwind_Exception*, _Unwind_Context*)': /home/steve/Gcc/trunk/libstdc++-v3/libsupc++/eh_personality.cc:554: warning: dereferencing type-punned pointer will break strict-aliasing rules /home/steve/Gcc/trunk/libstdc++-v3/libsupc++/eh_personality.cc:561: warning: dereferencing type-punned pointer will break strict-aliasing rules /home/steve/Gcc/trunk/libstdc++-v3/libsupc++/eh_personality.cc: In function 'void __cxxabiv1::__cxa_call_unexpected(void*)': /home/steve/Gcc/trunk/libstdc++-v3/libsupc++/eh_personality.cc:771: warning: dereferencing type-punned pointer will break strict-aliasing rules /home/steve/Gcc/trunk/libstdc++-v3/libsupc++/pointer_type_info.cc:49: warning: dereferencing type-punned pointer will break strict-aliasing rules home/steve/Gcc/trunk/libgfortran/runtime/main.c: In function 'cleanup': /home/steve/Gcc/trunk/libgfortran/runtime/main.c:177: warning: passing argument 1 of 'free' discards qualifiers from pointer target type /home/steve/Gcc/trunk/libgfortran/runtime/select.c: In function 'select_string': /home/steve/Gcc/trunk/libgfortran/runtime/select.c:56: warning: 'default_jump' may be used uninitialized in this function /home/steve/Gcc/trunk/libgfortran/io/list_read.c: In function 'list_formatted_read_scalar': /home/steve/Gcc/trunk/libgfortran/io/list_read.c:1471: warning: argument 'type' might be clobbered by 'longjmp' or 'vfork' /home/steve/Gcc/trunk/boehm-gc/mark_rts.c: In function 'GC_approx_sp': /home/steve/Gcc/trunk/boehm-gc/mark_rts.c:379: warning: function returns address of local variable libtool: compile: /home/steve/gcc-build/./gcc/xgcc -B/home/steve/gcc-build/./gcc/ -B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/ -isystem /usr/local/i686-pc-linux-gnu/include -isystem /usr/local/i686-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I/home/steve/Gcc/trunk/boehm-gc/include -fexceptions -Iinclude -I././targ-include -I.//libc/include -O2 -g -O2 -fexceptions -Iinclude -I././targ-include -I.//libc/include -c /home/steve/Gcc/trunk/boehm-gc/os_dep.c -fPIC -DPIC -o .libs/os_dep.o /home/steve/Gcc/trunk/boehm-gc/os_dep.c: In function 'GC_disable_signals': /home/steve/Gcc/trunk/boehm-gc/os_dep.c:560: warning: 'sigsetmask' is deprecated (declared at /usr/include/signal.h:184) /home/steve/Gcc/trunk/boehm-gc/os_dep.c: In function 'GC_enable_signals': /home/steve/Gcc/trunk/boehm-gc/os_dep.c:569: warning: 'sigsetmask' is deprecated (declared at /usr/include/signal.h:184) make[2]: Entering directory `/home/steve/gcc-build/i686-pc-linux-gnu/libobjc' Makefile:451: warning: overriding commands for target `multi-do' Makefile:384: warning: ignoring old commands for target `multi-do' Makefile:498: warning: overriding commands for target `multi-clean' Makefile:431: warning: ignoring old commands for target `multi-clean' /home/steve/Gcc/trunk/libobjc/Object.m: In function '-[Object compare:]': /home/steve/Gcc/trunk/libobjc/Object.m:124: warning: comparison of distinct pointer types lacks a cast /home/steve/Gcc/trunk/libobjc/sendmsg.c libtool: compile: /home/steve/gcc-build/./gcc/xgcc -B/home/steve/gcc-build/./gcc/ -B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/ -isystem /usr/local/i686-pc-linux-gnu/include -isystem /usr/local/i686-pc-linux-gnu/sys-include -c -I. -I/home/steve/Gcc/trunk/libobjc -O2 -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I/home/steve/Gcc/trunk/libobjc/objc -I/home/steve/Gcc/trunk/libobjc/../gcc -I/home/steve/Gcc/trunk/libobjc/../gcc/config -I../.././gcc -I/home/steve/Gcc/trunk/libobjc/../include /home/steve/Gcc/trunk/libobjc/sendmsg.c -fPIC -DPIC -o .libs/sendmsg.o /home/steve/Gcc/trunk/libobjc/sendmsg.c:44:1: warning: "rtx" redefined In file included from /home/steve/Gcc/trunk/libobjc/sendmsg.c:33: /home/steve/Gcc/trunk/libobjc/../gcc/coretypes.h:83:1: warning: this is the location of the previous definition libtool: compile: /home/steve/gcc-build/./gcc/xgcc -B/home/steve/gcc-build/./gcc/ -B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/ -isystem /usr/local/i686-pc-linux-gnu/include -isystem /usr/local/i686-pc-linux-gnu/sys-include -c -I. -I/home/steve/Gcc/trunk/libobjc -O2 -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I/home/steve/Gcc/trunk/libobjc/objc -I/home/steve/Gcc/trunk/libobjc/../gcc -I/home/steve/Gcc/trunk/libobjc/../gcc/config -I../.././gcc -I/home/steve/Gcc/trunk/libobjc/../include /home/steve/Gcc/trunk/libobjc/sendmsg.c -o sendmsg.o >/dev/null 2>&1 /bin/bash ./libtool --mode=compile /home/steve/gcc-build/./gcc/xgcc -B/home/steve/gcc-build/./gcc/ -B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/ -isystem /usr/local/i686-pc-linux-gnu/include -isystem /usr/local/i686-pc-linux-gnu/sys-include -c -I. -I/home/steve/Gcc/trunk/libobjc -O2 -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I/home/steve/Gcc/trunk/libobjc/objc -I/home/steve/Gcc/trunk/libobjc/../gcc -I/home/steve/Gcc/trunk/libobjc/../gcc/config -I../.././gcc -I/home/steve/Gcc/trunk/libobjc/../include /home/steve/Gcc/trunk/libobjc/thr.c libtool: compile: /home/steve/gcc-build/./gcc/xgcc -B/home/steve/gcc-build/./gcc/ -B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/ -isystem /usr/local/i686-pc-linux-gnu/include -isystem /usr/local/i686-pc-linux-gnu/sys-include -c -I. -I/home/steve/Gcc/trunk/libobjc -O2 -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I/home/steve/Gcc/trunk/libobjc/objc -I/home/steve/Gcc/trunk/libobjc/../gcc -I/home/steve/Gcc/trunk/libobjc/../gcc/config -I../.././gcc -I/home/steve/Gcc/trunk/libobjc/../include /home/steve/Gcc/trunk/libobjc/thr.c -fPIC -DPIC -o .libs/thr.o /home/steve/Gcc/trunk/libobjc/thr.c: In function '__objc_thread_detach_function': /home/steve/Gcc/trunk/libobjc/thr.c:117: warning: 'noreturn' function does return /home/steve/Gcc/trunk/libobjc/exception.c -fPIC -DPIC -o .libs/exception.o /home/steve/Gcc/trunk/libobjc/exception.c: In function 'parse_lsda_header': /home/steve/Gcc/trunk/libobjc/exception.c:94: warning: passing argument 2 of 'read_uleb128' from incompatible pointer type /home/steve/Gcc/trunk/libobjc/exception.c:103: warning: passing argument 2 of 'read_uleb128' from incompatible pointer type /home/steve/Gcc/trunk/libobjc/exception.c: In function '__gnu_objc_personality_v0': /home/steve/Gcc/trunk/libobjc/exception.c:234: warning: passing argument 2 of 'read_uleb128' from incompatible pointer type /home/steve/Gcc/trunk/libobjc/exception.c:279: warning: passing argument 2 of 'read_sleb128' from incompatible pointer type /home/steve/Gcc/trunk/libobjc/exception.c:280: warning: passing argument 2 of 'read_sleb128' from incompatible pointer type libtool: link: ( cd ".libs" && rm -f "libobjc.la" && ln -s "../libobjc.la" "libobjc.la" ) : make ; exec make "AR=ar" "AR_FLAGS=rc" "CC=/home/steve/gcc-build/./gcc/xgcc -B/home/steve/gcc-build/./gcc/ -B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/ -isystem /usr/local/i686-pc-linux-gnu/include -isystem /usr/local/i686-pc-linux-gnu/sys-include" "CFLAGS=-O2 -g -O2 " "DESTDIR=" "LIBCFLAGS=-O2 -g -O2 " "EXTRA_OFILES=" "HDEFINES=" "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "LDFLAGS=" "LIBTOOL=/bin/bash ./libtool" "LOADLIBES=" "PICFLAG=" "RANLIB=ranlib" "SHELL=/bin/bash" "prefix=/usr/local" "exec_prefix=/usr/local" "libdir=/usr/local/lib" "libsubdir=/usr/local/lib/gcc/i686-pc-linux-gnu/4.3.0" "tooldir=/usr/local/i686-pc-linux-gnu" multi-do DO=all make[3]: Entering directory `/home/steve/gcc-build/i686-pc-linux-gnu/libobjc' Makefile:451: warning: overriding commands for target `multi-do' Makefile:384: warning: ignoring old commands for target `multi-do' Makefile:498: warning: overriding commands for target `multi-clean' Makefile:431: warning: ignoring old commands for target `multi-clean' checking gcj version 4.0... cc1: warning: command line option "-fbootclasspath=./:/usr/local/share/java/libgcj-4.3.0.jar" is valid for Java but not for C 4.0 or higher found make[2]: Entering directory `/home/steve/gcc-build/i686-pc-linux-gnu/libjava' Makefile:12142: warning: overriding commands for target `multi-do' Makefile:12075: warning: ignoring old commands for target `multi-do' Makefile:12189: warning: overriding commands for target `multi-clean' Makefile:12122: warning: ignoring old commands for target `multi-clean' /home/steve/Gcc/trunk/libjava/classpath/native/fdlibm/dtoa.c: In function '_Jv_dtoa': /home/steve/Gcc/trunk/libjava/classpath/native/fdlibm/dtoa.c:913: warning: incompatible implicit declaration of built-in function 'free' /home/steve/Gcc/trunk/libjava/classpath/native/fdlibm/dtoa.c:918: warning: incompatible implicit declaration of built-in function 'free' /home/steve/Gcc/trunk/libjava/classpath/native/jni/midi-alsa/gnu_javax_sound_midi_alsa_AlsaPortDevice.c: In function 'Java_gnu_javax_sound_midi_alsa_AlsaPortDevice_run_1receiver_1thread_1': /home/steve/Gcc/trunk/libjava/classpath/native/jni/midi-alsa/gnu_javax_sound_midi_alsa_AlsaPortDevice.c:57: warning: the address of 'pinfo' will always evaluate as 'true' /home/steve/Gcc/trunk/libjava/classpath/native/jni/midi-alsa/gnu_javax_sound_midi_alsa_AlsaPortDevice.c:58: warning: the address of 'sinfo' will always evaluate as 'true' /home/steve/Gcc/trunk/libjava/classpath/native/jni/midi-alsa/gnu_javax_sound_midi_alsa_AlsaPortDevice.c:59: warning: the address of 'subs' will always evaluate as 'true' Making all in tools make[4]: Entering directory `/home/steve/gcc-build/i686-pc-linux-gnu/libjava/classpath/tools' Makefile:643: warning: overriding commands for target `gappletviewer' Makefile:575: warning: ignoring old commands for target `gappletviewer' Makefile:646: warning: overriding commands for target `gjar' Makefile:581: warning: ignoring old commands for target `gjar' Makefile:649: warning: overriding commands for target `gjarsigner' Makefile:577: warning: ignoring old commands for target `gjarsigner' Makefile:652: warning: overriding commands for target `gjavah' Makefile:597: warning: ignoring old commands for target `gjavah' Makefile:655: warning: overriding commands for target `gkeytool' Makefile:579: warning: ignoring old commands for target `gkeytool' Makefile:658: warning: overriding commands for target `gnative2ascii' Makefile:583: warning: ignoring old commands for target `gnative2ascii' Makefile:661: warning: overriding commands for target `gorbd' Makefile:591: warning: ignoring old commands for target `gorbd' Makefile:664: warning: overriding commands for target `grmic' Makefile:595: warning: ignoring old commands for target `grmic' Makefile:667: warning: overriding commands for target `grmid' Makefile:593: warning: ignoring old commands for target `grmid' Makefile:670: warning: overriding commands for target `grmiregistry' Makefile:587: warning: ignoring old commands for target `grmiregistry' Makefile:673: warning: overriding commands for target `gserialver' Makefile:585: warning: ignoring old commands for target `gserialver' Makefile:676: warning: overriding commands for target `gtnameserv' Makefile:589: warning: ignoring old commands for target `gtnameserv' make[5]: Entering directory `/home/steve/gcc-build/i686-pc-linux-gnu/libjava/classpath/tools' Makefile:643: warning: overriding commands for target `gappletviewer' Makefile:575: warning: ignoring old commands for target `gappletviewer' Makefile:646: warning: overriding commands for target `gjar' Makefile:581: warning: ignoring old commands for target `gjar' Makefile:649: warning: overriding commands for target `gjarsigner' Makefile:577: warning: ignoring old commands for target `gjarsigner' Makefile:652: warning: overriding commands for target `gjavah' Makefile:597: warning: ignoring old commands for target `gjavah' Makefile:655: warning: overriding commands for target `gkeytool' Makefile:579: warning: ignoring old commands for target `gkeytool' Makefile:658: warning: overriding commands for target `gnative2ascii' Makefile:583: warning: ignoring old commands for target `gnative2ascii' Makefile:661: warning: overriding commands for target `gorbd' Makefile:591: warning: ignoring old commands for target `gorbd' Makefile:664: warning: overriding commands for target `grmic' Makefile:595: warning: ignoring old commands for target `grmic' Makefile:667: warning: overriding commands for target `grmid' Makefile:593: warning: ignoring old commands for target `grmid' Makefile:670: warning: overriding commands for target `grmiregistry' Makefile:587: warning: ignoring old commands for target `grmiregistry' Makefile:673: warning: overriding commands for target `gserialver' Makefile:585: warning: ignoring old commands for target `gserialver' Makefile:676: warning: overriding commands for target `gtnameserv' Makefile:589: warning: ignoring old commands for target `gtnameserv' make[3]: Entering directory `/home/steve/gcc-build/i686-pc-linux-gnu/libjava' Makefile:12142: warning: overriding commands for target `multi-do' Makefile:12075: warning: ignoring old commands for target `multi-do' Makefile:12189: warning: overriding commands for target `multi-clean' Makefile:12122: warning: ignoring old commands for target `multi-clean' make create-headers make[4]: Entering directory `/home/steve/gcc-build/i686-pc-linux-gnu/libjava' Makefile:12142: warning: overriding commands for target `multi-do' Makefile:12075: warning: ignoring old commands for target `multi-do' Makefile:12189: warning: overriding commands for target `multi-clean' Makefile:12122: warning: ignoring old commands for target `multi-clean' /home/steve/Gcc/trunk/libjava/java/net/natVMURLConnection.cc -fPIC -DPIC -o java/net/.libs/natVMURLConnection.o /home/steve/Gcc/trunk/libjava/java/net/natVMURLConnection.cc:65: warning: unused parameter 'bytes' /home/steve/Gcc/trunk/libjava/java/net/natVMURLConnection.cc:65: warning: unused parameter 'valid' make[4]: Entering directory `/home/steve/gcc-build/i686-pc-linux-gnu/libjava' Makefile:12142: warning: overriding commands for target `multi-do' Makefile:12075: warning: ignoring old commands for target `multi-do' Makefile:12189: warning: overriding commands for target `multi-clean' Makefile:12122: warning: ignoring old commands for target `multi-clean'