Posted By:
Abhishek_Mishra
Posted On:
Monday, February 18, 2002 03:40 AM
Hi,
I'm making a .so file that requires linking with some existing ".a" files. The .so is formed perfectly and the LD_LIBRARY_PATH is just fine. However, the java program while loading the .so gives unstatisfied linking error.
Interestingly, if I remove the functions in the .so that uses functions from the .a files and make the .so without linking with .a's, the things are perfect.
Can some one suggest a solution on this.