Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - About libgf.so and libgf.so.1: (1 Item)
   
About 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!