Date: Fri, 30 Jul 2004 15:32:19 +0300 From: Danny Braniss <danny@cs.huji.ac.il> To: Peter Grehan <grehan@freebsd.org> Cc: current@freebsd.org Subject: Re: problems compiling latest -current Message-ID: <20040730123220.7257B43D67@mx1.FreeBSD.org> In-Reply-To: Message from Peter Grehan <grehan@freebsd.org> of "Fri, 30 Jul 2004 22:31:46 %2B1000." <410A3FB2.908@freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> > Since noone is complaining, then it might be that I cross >compile - > compiling > >under stable (4.10) for current, this worked fine till now. > > I get this too, using 5.1-RELEASE. The fix was: > > RCS file: /home/ncvs/src/gnu/usr.bin/cc/cc_int/Makefile,v > retrieving revision 1.41 > diff -u -r1.41 Makefile > --- Makefile 28 Jul 2004 05:27:20 -0000 1.41 > +++ Makefile 29 Jul 2004 10:24:33 -0000 > @@ -9,7 +9,7 @@ > > # Files from libiberty. > SRCS= choose-temp.c concat.c cp-demangle.c cp-demint.c cplus-dem.c \ > - dyn-string.c errors.c fibheap.c getpwd.c getruntime.c hashtab.c \ > + dyn-string.c fibheap.c getpwd.c getruntime.c hashtab.c \ > hex.c lbasename.c make-temp-file.c md5.c obstack.c partition.c \ > pexecute.c physmem.c splay-tree.c xexit.c xmalloc.c xmemdup.c \ > xstrdup.c xstrerror.c xexit.c > > The routines in errors.c are contained in diagnostic.c, so I couldn't > really see why they were needed, and I guess binutils < 2.15 isn't > happy with having duplicate routines in an archive. > > later, > > Peter. > thanks, now lets see waht the new compiler can do. danny
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040730123220.7257B43D67>