Re: Qt3 and QNX6.2NC Grrr....
Frank Liu <[email protected]> Thu, 20 Jun 2002 19:32:43 -0500 (EST)
| Newsgroups | gmane.os.qnx.openqnx.devel |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 20 Jun 2002, Chris McKillop wrote: > from 6.1 and the 6.1 libs are built against dinkum, you are in trouble. I > am not sure what Qt is built against. > Qt on the openqnx site was built on qnx 6.1, as mentioned in previous emails. Since Qt is a C++ thingy, you would have guessed "Qt is built against" Dinkum. I don't think there is a GNU C++ support in the devtools in 6.1. The following matrix of QNX C++ (dev toolchain) support may be helpful: QNX 6.0: GNU C++ QNX 6.1: Dinkum C++ QNX 6.2NC: GNU C++ QNX 6.2SE/PE: GNU C++ and Dinkum C++ QNX6.1 also has the runtime support for GNU C++ so that you can run the old binaries from QNX 6.0. QNX6.2NC also has the runtime support for the old Dinkum as found in QNX 6.1 so that you can run those old binaries from QNX 6.1 (that's how johan ran the Qt examples). QNX6.2NC also is supposed to have the runtime support of the new Dinkum as in QNX6.2PE/SE so that you can run the programs compiled on the QNX6.2SE/PE boxes, but as cdm mentioned, the packaging team screwed up and missed that. Hopefully the next patch will fix that. In the meantime, you may get around by symlink the old Dinkum lib to new Dinkum lib name. Frank