From: Kenn Humborg (kenn at domain bluetree.ie)
Date: Thu 10 Feb 2000 - 13:29:44 GMT
> You know the way that you can edit & play around with .a files with 'ar'.
>
> Well, can you remove functions or rename function names in a library ?
>
> Just thinking of that Oracle shared library with all those ldap_
> functions I don't want in it...
You should be able to remove the object file that contains those
functions. Hopefully they're not mixed in with other stuff that
you require.
Failing that, you could use sed or something similar to replace
ldap_ with ldapX...
Later,
Kenn
This archive was generated by hypermail 2.1.6 : Thu 06 Feb 2003 - 13:05:23 GMT