Date: Fri, 9 Apr 1999 18:18:49 -0400 (EDT) From: Chuck Robey <chuckr@mat.net> To: Warner Losh <imp@harmony.village.org> Cc: current@FreeBSD.ORG Subject: Re: Confused about egcs and c++ Message-ID: <Pine.BSF.4.10.9904091815301.378-100000@picnic.mat.net> In-Reply-To: <199904091830.MAA36251@harmony.village.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.9904091815301.378-100000>