Hi, I'm trying to build PyQt-0.10 on FBSD 3.3. When trying to import qt module in python, it complains ImportError: /usr/lib/libstdc++.so.2: Undefined symbol "__unwind_function" ' AFAIK this symbol is defined in libgcc, but I have only static libgcc ,not shared. Is it a problem? Tomas