Lines Matching refs:So
11 So part of the problem here is that libtool is doing something really
16 So I'll tell you how things work with respect to Linux's ELF version
24 So let me explain things using the ELF shared library terminology,
30 So in this example, the major version number is 1, the minor version
38 So many modern Linux shared libraries will only use the major and
49 So let's talk about the major version number, and then we'll talk
52 So if you change any of the library's function signatures --- and this
60 So for structures, if you change any of the existing fields, or if the
73 older program won't try to use the newer interfaces. So if I need to
101 libfoo.so.4.8, there's no point. So we just in practice handle all of
108 So in practice I don't bump the minor version number for e2fsprogs
125 So for example the libf2fs-format4 package has a Debian dependency of:
161 So when someone runs "configure --enable-elf-shlibs", they get the ELF