On Thursday 06 March 2008 12:40:08 Dan Nicholson wrote: > On Thu, Mar 6, 2008 at 8:23 AM, Robert Daniels > > <[EMAIL PROTECTED]> wrote: > > True. I knew that qt used rpath, but had no idea what it was > > until I looked up for my previous reply. Interestingly, I was > > already working around by creating the installation directory and > > symlink before configuring, then set -prefix to the symlink. A > > better way would be to disable rpath, which I think can be done > > with a configure switch. > > I haven't looked at Qt4, but in Qt3 you have to strip it out of the > qmake.conf's shipped in the tarball (which become the qmake.conf's > used by qmake on the system). > > sed -i.rpath '/QMAKE_RPATH/d' mkspecs/*/qmake.conf > > -- > Dan
Looks like Qt4 does have a -no-rpath option to configure, but rpath is left in all the qmake.conf files, so something like your sed would still be needed I think. -- Robert Daniels -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
