From owner-freebsd-questions Sun Jan 2 4:21:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from kaunas.aiva.lt (kaunas.aiva.lt [193.219.247.177]) by hub.freebsd.org (Postfix) with ESMTP id E634414C13 for ; Sun, 2 Jan 2000 04:21:38 -0800 (PST) (envelope-from f1926@kaunas.aiva.lt) Received: from briviba.lt (s25.kaunas.aiva.lt [193.219.247.155]) by kaunas.aiva.lt (8.9.3/8.9.3) with SMTP id OAA20450 for ; Sun, 2 Jan 2000 14:21:35 +0200 From: Tomas Furmonavicius To: freebsd-questions@FreeBSD.ORG Subject: C++ problems again Date: Sun, 2 Jan 2000 14:13:14 +0200 X-Mailer: KMail [version 1.0.21] Content-Type: text/plain MIME-Version: 1.0 Message-Id: <00010214241001.02252@briviba.lt> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I'm still having problems with various C++ stuff on FreeBSD 3.3. I'm trying to intall Python bindings for Qt. When I'm trying to import qt module in python, I get: ImportError: /usr/lib/libstdc++.so.2: Undefined symbol "__unwind_function" Everything is compiled with GCC 2.7.x. Where is the problem? Tomas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message