[Qt-interest] Qt 4.7.0 trunk on Fedora 12?
Rohan McGovern
rohan.mcgovern at nokia.com
Tue May 25 02:30:22 CEST 2010
On Tuesday 25 May 2010, ext Brett Morgan wrote:
> Heya Guys,
>
> I am attempting to build Qt 4.7.0 from gitorious on Fedora 12 and
> it appears to be building binaries that don't know where their
> .so's are installed. I'm building a build box to make sure i
> didn't do something stupid in my VM, but I was wondering if this
> is a known issue with a fix?
>
> Otherwise, what information can I dig out of my build to help
> debug what is going wrong?
What was your build process and what do you mean by "don't know
where their .so's are installed"?
The build should embed an rpath into the generated binaries (e.g. if
you configured with `-prefix /usr/local' then the binaries should
have `/usr/local/lib' added to their rpath). You can use `chrpath'
to check the rpath.
Note that by default the build is not expected to work right until
after you do `make install'.
--
Rohan
More information about the Qt-interest-old
mailing list