> > $ mklibs --ldlib ld.so -d . /lib/iptables/libipt_DNAT.so > > I: Using ld.so as dynamic linker. > > I: library reduction pass 1 > > 12 symbols, 12 unresolved > > Traceback (most recent call last): > > File "/usr/bin/mklibs", line 442, in ? > > raise "No library provides non-weak " + symbol > > No library provides non-weak realloc > > > > Am I doing something wrong? > > I think you have encountered bug #224073
No, this is different. In your excerpt of my report you omitted the first and most important part, which is > $ mklibs -d . /lib/iptables/libipt_DNAT.so > E: Dynamic linker not found, aborting. And when I specify --ldlib, mklibs fails to resolve any symbols at all: > > $ mklibs --ldlib ld.so -d . /lib/iptables/libipt_DNAT.so > > I: Using ld.so as dynamic linker. > > I: library reduction pass 1 > > 12 symbols, 12 unresolved This seems to me to be a more fundamental problem than #224073. Thanks, Andrew. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]