[Development] Co-installation & library naming rules
Thiago Macieira
thiago.macieira at intel.com
Fri Sep 28 13:34:20 CEST 2012
On sexta-feira, 28 de setembro de 2012 15.14.32, Konstantin Tokarev wrote:
> 23.09.2012, 18:06, "Thiago Macieira" <thiago.macieira at intel.com>:
> > Because there is only one prefix for distributions: /usr. They do not like
> > installing elsewhere.
>
> E.g. Mandriva istalls Qt 4 into /usr/lib/qt4 prefix, and Qt 3 to
> /usr/lib/qt3
With bindir set to /usr/bin and libdir set to /usr/lib. That means Qt 2, 3 and
4 co-installed just because we changed the library names:
Qt 2: libqt.so & libqt.so.2
Qt 3: libqt-mt.so & libqt-mt.so.3
Qt 4: libQtXxx.so & libQtXxx.so.4
The change in names was not done because of the co-installation, but it
resulted in permitting it.
--
Thiago Macieira - thiago.macieira (AT) intel.com
Software Architect - Intel Open Source Technology Center
Intel Sweden AB - Registration Number: 556189-6027
Knarrarnäsgatan 15, 164 40 Kista, Stockholm, Sweden
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 190 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.qt-project.org/pipermail/development/attachments/20120928/2c48533f/attachment.sig>
More information about the Development
mailing list