Bug 3873 - tdbdump, tdbbackup, tdbtool: libexc.so, libiconv.so are not used for resolving any symbol
Summary: tdbdump, tdbbackup, tdbtool: libexc.so, libiconv.so are not used for resolvin...
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: Build environment (show other bugs)
Version: 3.0.23
Hardware: SGI IRIX
: P3 normal
Target Milestone: none
Assignee: Tim Potter
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-27 11:08 UTC by Jason Mader (mail bounces back)
Modified: 2019-06-11 21:24 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Mader (mail bounces back) 2006-06-27 11:08:08 UTC
--- bin/tdbdump ---
Linking bin/tdbdump
ld32: WARNING 84 : /usr/lib32/mips4/libexc.so is not used for resolving any symbol.
ld32: WARNING 84 : /opt/lib32/libiconv.so is not used for resolving any symbol.
--- bin/tdbbackup ---
Linking bin/tdbbackup
ld32: WARNING 84 : /usr/lib32/mips4/libexc.so is not used for resolving any symbol.
ld32: WARNING 84 : /opt/lib32/libiconv.so is not used for resolving any symbol.
--- bin/tdbtool ---
Linking bin/tdbtool
ld32: WARNING 84 : /usr/lib32/mips4/libexc.so is not used for resolving any symbol.
ld32: WARNING 84 : /opt/lib32/libiconv.so is not used for resolving any symbol.
Comment 1 Andrew Bartlett 2019-06-11 15:45:25 UTC
This is very unlikely to still be the case in the new build system (waf) as we have proper dependencies now (Samba since 4.0).