From owner-freebsd-current Fri Apr 9 15:26:50 1999 Delivered-To: freebsd-current@freebsd.org Received: from picnic.mat.net (picnic.mat.net [206.246.122.133]) by hub.freebsd.org (Postfix) with ESMTP id F40F115A18 for ; Fri, 9 Apr 1999 15:23:12 -0700 (PDT) (envelope-from chuckr@mat.net) Received: from localhost (chuckr@localhost) by picnic.mat.net (8.9.3/8.8.5) with ESMTP id SAA57752; Fri, 9 Apr 1999 18:18:49 -0400 (EDT) Date: Fri, 9 Apr 1999 18:18:49 -0400 (EDT) From: Chuck Robey To: Warner Losh Cc: current@FreeBSD.ORG Subject: Re: Confused about egcs and c++ In-Reply-To: <199904091830.MAA36251@harmony.village.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 9 Apr 1999, Warner Losh wrote: > > OK. I've done two make worlds. One on April 2 or 3 and One on April > 8th. I'm still getting the C++ error for simple C++ programs. Do I > need to do yet another one to fix the problem? I'm doing one anyway, > but am confused because I thought this had been fixed (or would be > fixed by two build worlds). I had to do two build/installworlds before the simple C++ progs worked right, and then I had to dive in and check that any libs that linked in libstdc++.so.2 got relinked, so that they used libstdc++.so.3 instead. This killed some unobvious things, like the kde apps which used converters/kdeutils, which has a libQwSpriteField, which itself linked in libstdc++.so.2, which caused some progs to link BOTH versions 2 and 3 (fatal and unobvious problem). Keep recompiling, Warner, it does work. > > Warner > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message > ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@picnic.mat.net | communications topic, C programming, and Unix. 213 Lakeside Drive Apt T-1 | Greenbelt, MD 20770 | I run picnic (FreeBSD-current) (301) 220-2114 | and jaunt (Solaris7). ----------------------------+----------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message