Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - the differnce between libgf.so and libgf.so.1: (1 Item)
   
the differnce between libgf.so and libgf.so.1  
Hello everyone!
     When  I complie a binary named gf_test ,I linked the dynamic lib (libgf.so.1),As a result , the error tips that :
cannot find -lgf.so.but  when I linked the dynamic lib(
libgf.so),the compling is successful. Then I run the gf_test with DL_DEBUG=1,the lib(libgf.so.1) is loaded.
      what is the difference between libgf.so and libgf.so.1?
      why did I complie gf_test  with libgf.so,  the libgf.so.1 is loaded when running gf_test?
      Please give me some advice ,thanks!