Date: Wed, 24 May 2000 01:22:11 -0400 From: Will Andrews <andrews@technologist.com> To: The Hermit Hacker <scrappy@hub.org> Cc: Will Andrews <andrews@technologist.com>, FreeBSD Ports <ports@FreeBSD.org> Subject: Re: cvs commit: ports/x11/kdebase2 Makefile ports/x11/kdebase2/patches patch-aj Message-ID: <20000524012211.J4782@argon.blackdawn.com> In-Reply-To: <Pine.BSF.4.21.0005240158300.243-100000@thelab.hub.org>; from scrappy@hub.org on Wed, May 24, 2000 at 01:59:10AM -0300 References: <20000524002429.H4782@argon.blackdawn.com> <Pine.BSF.4.21.0005240158300.243-100000@thelab.hub.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, May 24, 2000 at 01:59:10AM -0300, The Hermit Hacker wrote: > Just updated my ports, and tried a 'make': > > cc -DHAVE_CONFIG_H -I. -I. -I../../../.. -I./.. -I./../../DriverManager c > /bin/sh ../../../../libtool --mode=link cc -O3 -mpentium -pipe -o odbcinst om > mkdir .libs > cc -O3 -mpentium -pipe -o .libs/odbcinst odbcinst.o ../.libs/libodbcinst.so /ub > /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' > /usr/lib/libstdc++.so.3: undefined reference to `__rtti_si' > /usr/lib/libstdc++.so.3: undefined reference to `__get_eh_context' > /usr/lib/libstdc++.so.3: undefined reference to `__sjthrow' > /usr/lib/libstdc++.so.3: undefined reference to `terminate(void)' > /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' > /usr/lib/libstdc++.so.3: undefined reference to `__builtin_vec_delete' > /usr/lib/libstdc++.so.3: undefined reference to `__rtti_class' > /usr/lib/libstdc++.so.3: undefined reference to `__builtin_delete' > /usr/lib/libstdc++.so.3: undefined reference to `__terminate' > /usr/lib/libstdc++.so.3: undefined reference to `__builtin_new' > /usr/lib/libstdc++.so.3: undefined reference to `__eh_alloc' > *** Error code 1 > > Stop in /usr/local/base/ports/converters/kdesupport2/work/kdesupport-1.90/odbc/. > *** Error code 1 > > Stop in /usr/local/base/ports/converters/kdesupport2/work/kdesupport-1.90/odbc/. > *** Error code 1 Hmm... what version of FreeBSD? I probably forgot to add -lstdc++ -lgcc to the linking flags. (I'll take care of it when you reply.) -- Will Andrews <andrews@technologist.com> GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000524012211.J4782>