Date: Thu, 14 Sep 2000 10:57:42 -0700 (PDT) From: Archie Cobbs <archie@whistle.com> To: John Polstra <jdp@polstra.com> Cc: hackers@freebsd.org, n@nectar.com Subject: Re: c++ error Message-ID: <200009141757.KAA12092@bubba.whistle.com> In-Reply-To: <200009141612.JAA02297@vashon.polstra.com> "from John Polstra at Sep 14, 2000 09:12:04 am"
next in thread | previous in thread | raw e-mail | index | archive | help
John Polstra writes: > > have both found edge cases where the gcc kluge loses. If you can > > come up with a reasonable test case that reproduces the problem, > > perhaps it can be PR'd to the GCC folks? > > Actually, I don't have a test case. I was only able to make it fail > when I moved <netinet/in.h> out of /usr/include -- which disables the > gcc kludge. I hope that Archie will be able to come up with a test > case that demonstrates the failure. I was doing a build with DESTDIR=/usr/image and so in.h was actually being found in /usr/image/usr/include/netinet/in.h rather than the normal place, so this must be what happened to me as well. Ugh, I'm glad I got to skip C++ and go straight to Java :-) -Archie ___________________________________________________________________________ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200009141757.KAA12092>