Is there a way to compile/link an application with a shared library
(i.e. libXX.so) and have the resultant object not depend on the shared
library. My problem is that I do not have libXX.a for static link.
Many thanks in advance.
Is there a way to compile/link an application with a shared library
(i.e. libXX.so) and have the resultant object not depend on the shared
library. My problem is that I do not have libXX.a for static link.
Many thanks in advance.
1. how to static link using libXX.so
Is there a way to compile/link an application with a shared library
(i.e. libXX.so) and have the resultant object not depend on the shared
library. My problem is that I do not have libXX.a for static link.
Many thanks in advance.
2. Microsoft could face huge EU fine
4. Changing permissions on vfat partition
5. linking static archive to another static archive
7. C++ linking problem creating a static lib from another static lib.
9. Problems linking static library on executable and static library
10. cannot link static using KDE 2.2.1 (Suse 7.3)
11. problem with using system() and static linking
12. linking with static libraries using solaris CC
13. Static/Shared Library linking using Linux gcc