I have a shared library say "libeval.so". I am using this in my project to create on more shared library called say "lidpi.so". The library called "libdpi.so" is used by a tool. Now, this tool cannot see any other library other than "libdpi.so". I am using few function calls that are present in "libeval.so", and these are not present in "libdpi.so". Is there any switch in gcc, or something to overcome this.
|
|
|||
|
|
|
If Specifically,
Then other functions in Edit: To build a shared library, use this command:
Note: When you build your objects, use the
|
||||
|
