Flavio wrote:
> Well I managed to get rid of the undefined symbol message by copying
> all qt libs to the freeze directory, the problem is that now the
> package is huge (83MB)!
>
> So my question is: is there a way to find out exactly which lib is
> missing ?

You know, if you're doing this on Linux, it's not all that unreasonable
to require QT to be installed on the target system.  Any reasonable
distribution has it nicely packaged.

But, if you must, "ldd qt.so" will list library dependencies of qt.so.


Carl Banks

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to