On Sunday, 25 August 2013 at 20:33:49 UTC, Jordi Sayol wrote:
Is it not better:
- libphobos2.a
- liblphobos2.a
- libgphobos2.a
It is libphobos2.a, of course, typo-paste :)
Is it not better:
- libphobos2.so
Same here (blush)
What's the Arch Linux way to name shared libraries? On debian,
"libphobos2.so" (libphobos2-dev) is a symlink to real
"libphobos2.so.0.63.0" (libphobos2-63) shared library.
"libphobos2.so.0.63" (libphobos2-63) SONAME symlink is created
with the "ldconfig" command during the deb package
(un)installation.
On Arch currently there are only libphobos2.so (actualy binary)
and libphobos2.so.0.63 (automatically created during
installation). I am going to ask on IRC if any other symlinks are
expected.