Hi all, I am having a library named toolkit.a. Its contains some exported functions.
I am using only one function from that library, which must be very small in size.
e.g. tk_strlen.
Problem is that my execuable size increases a lot.
Though I am using only one function from that library, I think my executable gets
bundled with all the functions.
How should I notiify the linker to ignore all the unused functions from the final build?
Is it possible?
Praj.
_________________________________________________________________
Get head-hunted by 10,500 recruiters. http://www.naukri.com/msn/index.php?source=hottag Post your CV on naukri.com today.
-- ______________________________________________________________________ Pune GNU/Linux Users Group Mailing List: ([EMAIL PROTECTED]) List Information: http://plug.org.in/mailing-list/listinfo/plug-mail Send 'help' to [EMAIL PROTECTED] for mailing instructions.
