From owner-freebsd-hackers Wed Jul 21 1:23: 6 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from Thingol.KryptoKom.DE (Thingol.KryptoKom.DE [194.245.91.1]) by hub.freebsd.org (Postfix) with ESMTP id 07D3215475 for ; Wed, 21 Jul 1999 01:22:10 -0700 (PDT) (envelope-from eT@post.com) Received: (from root@localhost) by Thingol.KryptoKom.DE (8.9.1/8.9.1) id MAA12331; Wed, 21 Jul 1999 12:15:30 +0200 Received: from cirdan.kryptokom.de by KryptoWall via smtpp (Version 1.2.0) id kwa12328; Wed Jul 21 12:15:18 1999 Received: from fwd.kryptokom.de ([192.168.6.40]) by Cirdan.KryptoKom.DE (8.8.8/8.8.8) with ESMTP id KAA17285; Wed, 21 Jul 1999 10:26:32 +0200 Received: from post.com (localhost [127.0.0.1]) by fwd.kryptokom.de (8.9.2/8.9.2) with ESMTP id KAA00418; Wed, 21 Jul 1999 10:24:22 +0200 (CEST) (envelope-from eT@post.com) Message-ID: <379583B5.BC150E1B@post.com> Date: Wed, 21 Jul 1999 10:24:22 +0200 From: eT X-Mailer: Mozilla 4.6 [en] (X11; I; FreeBSD 3.1-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Alex Zepeda Cc: Hackers FreeBSD Subject: Re: KDE on FreeBSD (missing symbols) References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Alex Zepeda wrote: > On Wed, 21 Jul 1999, eT wrote: > > The only other thing I can think of is that for some reason your > application and your libraries were compiled with different name mangling > schemes, usually this indicates different compilers being used (but not > always). Make sure to use the same compiler and same flags for the > application and libraries. Hi, I noticed that my ld path was using the old libqt in /usr/X11R6/lib and not the new one I have in /usr/local/qt/lib. Problem I am getting now is libstdc++ problem: ld.elf complains: libstdc++.so.3: undefined symbol __ti9exception Any Ideas? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message