View Single Post
Join Date: Oct 2008
Posts: 95
Reputation: fpmurphy is an unknown quantity at this point 
Solved Threads: 5
fpmurphy fpmurphy is offline Offline
Junior Poster in Training

Re: Query related to Hiding symbol in Shared Library

 
0
  #2
Jan 2nd, 2009
You can use the strip utility to remove all the symbols from your object file.

Alternatively, declare sayHello() to be a static function.
Last edited by fpmurphy; Jan 2nd, 2009 at 10:50 am.
Reply With Quote