On Thu, 30 Aug 2007, Martin A. Hansen wrote: > I don't want all the qt crap in my home dir. The resulting ~/lib will just > contain another lib - but still I don't get the path correct. > > :o/
Okay. ~/lib/lib/libQt* Sometimes you can't use ~ (tilde). Maybe use the /the/full/path/to/lib. Maybe don't use ~/lib for prefix for the Qt installation, but use ~/qt4 as that may make more sense.
