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 -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
