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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
16 matches
Mail list logo