Michael Riepe wrote:
>> make install DESTDIR=%{buildroot}
> 
> No big problem to add that.
Cool.

> That's easy to circumvent: "make STRIP=: all install"
OK, thanks for that.

> I originally added this for the Windows port - I didn't want to
> generate MSI installers from unstripped binaries. On Linux/Unix, we
> can as well install the unstripped version from $(topdir)/src (and
> override INSTALL_PROGRAM on the fly).
Another handy tip.

...
> Uh... do people really install 64-bit Qt libraries in $QTDIR/lib?
> That can get really funny if you have a biarch (e.g. i686/x86_64)
> system.
I'm not sure how other distros handle it (perhaps someone else can give 
the answer), but eg in Fedora:
i686:
locate include/qt
/usr/lib/qt-3.3/include/qt.h
/usr/lib/qt-3.3/include/qt_pch.h
$ set|grep QT
QTDIR=/usr/lib/qt-3.3
QTINC=/usr/lib/qt-3.3/include
QTLIB=/usr/lib/qt-3.3/lib

x86_64:
$ locate include/qt
/usr/lib64/qt-3.3/include/qt.h
/usr/lib64/qt-3.3/include/qt_pch.h
$ set|grep QT
QTDIR=/usr/lib64/qt-3.3
QTINC=/usr/lib64/qt-3.3/include
QTLIB=/usr/lib64/qt-3.3/lib
If you install multilib (i386) packages as well, their libraries go to:
/usr/lib/qt-3.3
Hence, they don't tread on each other ;-)

> I'd rather add another option (--with-qt3-libs or something like
> that) to override the default.

DaveT.

------------------------------------------------------------------------------
_______________________________________________
DVBCUT-user mailing list
DVBCUT-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dvbcut-user

Reply via email to