Re: Current Qt branch build available
Nikhil Goel <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.qt |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
Christian Biesinger wrote: >> mozilla.org by default ships the builds compiled with glibc 2.1, and >> gcc 2.9x as per the release notes for 1.3b :- > No, it's not 2.9x. It's egcs in some version. I based my observation for gcc in the mention for the 1.3b on http://enigmail.mozdev.org/download.html#moz13b >> The crucial one for us would be qt version, since gtk-1.2.x is >> irrelevant here. I guess we'd have to keep checking with both qt-3.x >> and qt-2.x > > I am not convinced that the Qt version is of much importance; isntead, > the compiler that was used to compile Qt must use the same ABI on all > Systems that the binary should run on... True, the system ABI which is used on the system would have to be the same on the system on which the binary is compiled I meant that for the overall testing for qt, we'd need to check for the different versions of it, as some people have been saying that they still are using qt-2.x. I agree with what Alexander Opiz also said: > If your Environment have QT compiled with gcc 2.9x or older then use for your mozilla-qt a gcc 2.9x compiler (or use a gcc 2.9x compiled package) > If your Environment have QT compiled with gcc 3.2 or newer then use for your mozilla-qt a gcc 3.2 compiler (or use a gcc 3.2 compiled package) We'll have to summarize the libs used for the biary package that we make for others to test, maybe link that on the qtmozilla page for easy reference.