X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Tue, 21 Mar 2006 10:29:19 -0800 From: Mike Stevenson Subject: gcc 4.10 build errors In-reply-to: <487pq0Fif35hU3@news.dfncis.de> To: djgpp AT delorie DOT com Message-id: <442045FF.9090206@noaa.gov> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7BIT User-Agent: Thunderbird 1.5 (Windows/20051201) X-Enigmail-Version: 0.94.0.0 References: <483gjvFh8q8aU1 AT news DOT dfncis DOT de> <487pq0Fif35hU3 AT news DOT dfncis DOT de> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Hi, I'm trying to build the new version of gcc on my winxp box, and have come across some problems. make was still running when I left work yesterday, so I just let it chug along and deal with any issues today. Make had generated some errors, so I re-ran it to see what I was up against. It produced some rather scary looking segmentation faults from application ??UNKNOWN?? (sic), but when I redirected stderr to a text file, they were not reproduced. What I am getting though is this (including the command generating the error): rc ./libiberty.a \ ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-djgpp.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./ternary.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./asprintf.o ./mempcpy.o ./mkstemps.o ./snprintf.o ./sigsetmask.o ./stpncpy.o ./strndup.o ./strverscmp.o ./vasprintf.o ./vsnprintf.o make.exe[2]: *** [libiberty.a] Error -1 make.exe[2]: Leaving directory `c:/gnu/gcc-4.10/build-i386-pc-msdosdjgpp/libiber ty' make.exe[1]: *** [all-build-libiberty] Error 2 make.exe[1]: Leaving directory `c:/gnu/gcc-4.10' make.exe: *** [all] Error 2 While copying that, I noticed that the command preceding it seems to be deleting libiberty.a. Any suggestions on how I can resolve this? Cheers, Mike