Re: gcc and /usr/lib/libstdc++.so.3

2000-02-12 Thread David O'Brien
On Thu, Feb 10, 2000 at 08:24:09AM -0500, Donn Miller wrote: > I know that the standard gcc-2.95.2 itself has libstdc++ built in, so > there's no separate library there. Huh??? Try this: cd /usr/local/lib/gcc-lib find . -name libstdc++.a Don't confuse shared libs vs. static ones; with

Re: gcc and /usr/lib/libstdc++.so.3

2000-02-12 Thread David O'Brien
On Thu, Feb 10, 2000 at 08:34:28PM -0500, Donn Miller wrote: > Nope. When I ran buildword, I used CFLAGS='-mpentium -O3 -pipe'. I We don't support building world with -O3. Before continuing this path, please try the *stock* values. -- -- David([EMAIL PROTECTED]) To Unsubscribe: send ma

Re: gcc and /usr/lib/libstdc++.so.3

2000-02-11 Thread Donn Miller
German Tischler wrote: > > On Tue, Feb 08, 2000 at 06:35:58PM +0100, Maxim Sobolev wrote: > > Donn Miller wrote: > > > > > I am running the lastest -current (just did a cvsup followed by a make > > > world last night). I am getting these link errors when trying to compile > > > the developement

Re: gcc and /usr/lib/libstdc++.so.3

2000-02-10 Thread Doug White
On Thu, 10 Feb 2000, Donn Miller wrote: > Nope. When I ran buildword, I used CFLAGS='-mpentium -O3 -pipe'. Maybe you should bump it down to just -O instead of -O3; from what I understand anything beyond -O2 is asking for trouble. Doug White| FreeBSD: The Power to Serve

Re: gcc and /usr/lib/libstdc++.so.3

2000-02-10 Thread German Tischler
On Tue, Feb 08, 2000 at 06:35:58PM +0100, Maxim Sobolev wrote: > Donn Miller wrote: > > > I am running the lastest -current (just did a cvsup followed by a make > > world last night). I am getting these link errors when trying to compile > > the developement version of kdesupport, which I obtain

Re: gcc and /usr/lib/libstdc++.so.3

2000-02-10 Thread Alex Zepeda
On Thu, 10 Feb 2000, Donn Miller wrote: > > Just a thought - have you tried -fno-c++--exceptions (or similar) ? > > I'm not sure if that would fix it, though. > > I think maybe you mean -fno-vtable-thunks? Also, why do we have a > separate libstdc++? I know that the standard gcc-2.95.2 itself

Re: gcc and /usr/lib/libstdc++.so.3

2000-02-10 Thread Donn Miller
Alex Zepeda wrote: > No. First off, it's -fno-exceptions and -fno-rtti. But somehow you're > compiling your stdc++ library without exceptions and without rtti. This > to me seems like a user configuration error. This is not a compiler bug. > > My first guess is that you're using CFLAGS="-fno

Re: gcc and /usr/lib/libstdc++.so.3

2000-02-10 Thread Donn Miller
Will Andrews wrote: > On Wed, Feb 09, 2000 at 11:53:47AM -0500, Donn Miller wrote: > > /usr/lib/libstdc++.so.3: undefined reference to `exception type_info node' > > /usr/lib/libstdc++.so.3: undefined reference to `exception virtual table' > > /usr/lib/libstdc++.so.3: undefined reference to `__b

Re: gcc and /usr/lib/libstdc++.so.3

2000-02-10 Thread Will Andrews
On Wed, Feb 09, 2000 at 11:53:47AM -0500, Donn Miller wrote: > /usr/lib/libstdc++.so.3: undefined reference to `exception type_info node' > /usr/lib/libstdc++.so.3: undefined reference to `exception virtual table' > /usr/lib/libstdc++.so.3: undefined reference to `__builtin_vec_new' Just a though

Re: gcc and /usr/lib/libstdc++.so.3

2000-02-09 Thread Maxim Sobolev
John Polstra wrote: > In article <[EMAIL PROTECTED]>, > Maxim Sobolev <[EMAIL PROTECTED]> wrote: > > John Polstra wrote: > > > > > Are you sure you're not just hitting this problem described in > > > src/UPDATING? > > > > > > 2124: > > > The default way that virtual tables in our def

Re: gcc and /usr/lib/libstdc++.so.3

2000-02-09 Thread Donn Miller
On Wed, 9 Feb 2000, John Polstra wrote: > In article <[EMAIL PROTECTED]>, > Maxim Sobolev <[EMAIL PROTECTED]> wrote: > > No, because since 2124 I've recompiled both world (several times > > actually) and all C++ libs used by the kde. If you will read my > > previous message thoughtfully, yo

Re: gcc and /usr/lib/libstdc++.so.3

2000-02-09 Thread John Polstra
In article <[EMAIL PROTECTED]>, Maxim Sobolev <[EMAIL PROTECTED]> wrote: > John Polstra wrote: > > > Are you sure you're not just hitting this problem described in > > src/UPDATING? > > > > 2124: > > The default way that virtual tables in our default C++ > > No, because since 21

Re: gcc and /usr/lib/libstdc++.so.3

2000-02-09 Thread Maxim Sobolev
John Polstra wrote: > In article <[EMAIL PROTECTED]>, > Maxim Sobolev <[EMAIL PROTECTED]> wrote: > > Donn Miller wrote: > > > > > I am running the lastest -current (just did a cvsup followed by a make > > > world last night). I am getting these link errors when trying to compile > > > the devel

Re: gcc and /usr/lib/libstdc++.so.3

2000-02-08 Thread John Polstra
In article <[EMAIL PROTECTED]>, Maxim Sobolev <[EMAIL PROTECTED]> wrote: > Donn Miller wrote: > > > I am running the lastest -current (just did a cvsup followed by a make > > world last night). I am getting these link errors when trying to compile > > the developement version of kdesupport, whi

Re: gcc and /usr/lib/libstdc++.so.3

2000-02-08 Thread Maxim Sobolev
Donn Miller wrote: > I am running the lastest -current (just did a cvsup followed by a make > world last night). I am getting these link errors when trying to compile > the developement version of kdesupport, which I obtained thru cvsup. (KDE > uses cvsup for its development versions.) > > I ge

gcc and /usr/lib/libstdc++.so.3

2000-02-08 Thread Donn Miller
I am running the lastest -current (just did a cvsup followed by a make world last night). I am getting these link errors when trying to compile the developement version of kdesupport, which I obtained thru cvsup. (KDE uses cvsup for its development versions.) I get the following errors. I have