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
x27; instead of ,gcc` in the above line, it will compile. > > -s -o > > odbcinst odbcinst.o ../libodbcinst.la ../../lst/libuodbclst.la > > /usr/lib/libstdc++.so.3: undefined reference to `exception type_info > > function' > > [...] > > gmake[5]: *** [odbcinst] Erro

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

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 `__built

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
y > > previous message thoughtfully, you will notice that after Jan 24 I > > had successfully compiled kdesupport on system builded/installed on > > Feb 3. That's my experience also. I just rebuilt the world on Feb 8, and I rebuilt Qt, which KDE uses, last night. No dice. I

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
; snapshot of gcc 2.96 into /usr/local/bin, and I don't get these errors. > > > > > > gmake[5]: Entering directory > > > `/usr/home/dmmiller/compile/kde/kdesupport/odbc/uni > > > xODBC/odbcinst/cmd' > > > /bin/sh ../../../../libtool --silent

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

2000-02-08 Thread John Polstra
ors. > > > > gmake[5]: Entering directory > > `/usr/home/dmmiller/compile/kde/kdesupport/odbc/uni > > xODBC/odbcinst/cmd' > > /bin/sh ../../../../libtool --silent --mode=link gcc -mpentium -O3 -pipe > > -s -o > > odbcinst odbcinst.o ../libodbcinst.l

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

2000-02-08 Thread Maxim Sobolev
t; /bin/sh ../../../../libtool --silent --mode=link gcc -mpentium -O3 -pipe > -s -o > odbcinst odbcinst.o ../libodbcinst.la ../../lst/libuodbclst.la > /usr/lib/libstdc++.so.3: undefined reference to `exception type_info > function' > [...] > gmake[5]: *** [odbcinst] Er

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

2000-02-08 Thread Donn Miller
pipe -s -o odbcinst odbcinst.o ../libodbcinst.la ../../lst/libuodbclst.la /usr/lib/libstdc++.so.3: undefined reference to `exception type_info function' /usr/lib/libstdc++.so.3: undefined reference to `__cp_push_exception' /usr/lib/libstdc++.so.3: undefined reference to `__rtti_user'

Re: libstdc++.so.3

2000-01-30 Thread Edwin Culp
> several applications and still have the errors. > > > > > > If someone would tell me what I am doing wrong. This is from the latest > > > version of mysql that I just compiled. > > > > > > Error: /usr/libexec/ld-elf.so.1: /usr/lib/libstdc++.

Re: libstdc++.so.3

2000-01-30 Thread Edwin Culp
ong. This is from the latest > > version of mysql that I just compiled. > > > > Error: /usr/libexec/ld-elf.so.1: /usr/lib/libstdc++.so.3: Undefined > > symbol > > "_vt$9exception" > > > > Please read th

Re: libstdc++.so.3

2000-01-30 Thread Chris D. Faulhaber
ill have the errors. > > If someone would tell me what I am doing wrong. This is from the latest > version of mysql that I just compiled. > > Error: /usr/libexec/ld-elf.so.1: /usr/lib/libstdc++.so.3: Undefined > symbol > "_vt$9exception" > Please read the first

libstdc++.so.3

2000-01-30 Thread Edwin Culp
wrong. This is from the latest version of mysql that I just compiled. Error: /usr/libexec/ld-elf.so.1: /usr/lib/libstdc++.so.3: Undefined symbol "_vt$9exception" TIA, ed To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message