RE: qt 3.0.3 released
[email protected] Mon, 1 Apr 2002 14:25:45 -0500
| Newsgroups | gmane.os.qnx.openqnx.devel |
|---|---|
| Message-ID | <20720395CBCAD31185BD00105A1FADED0270FC@USCFV01-D01> |
Hi Frank Just out of curiosity - does QNX 6.2 Beta include the fix to the OS that solved the shared library problem or did you have do more than build it under 6.2 Beta? Thanks Jens -----Original Message----- From: Frank Liu [mailto:[email protected]] Sent: Monday, April 01, 2002 1:54 PM To: [email protected] Cc: openqnx-developer-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org Subject: RE: [Openqnx-developer] qt 3.0.3 released On Mon, 1 Apr 2002 [email protected] wrote: > Great work Frank! > > Did you run into any problems with shared libraries? yes. > > If not could you please also post: > > - mkspecs for QNX > - any other changes to Trolltechs distribution I used the changes you had posted. btw, the "mkspecs" directory is included in the binary release. > - Your configure options that you built it with ./configure -prefix /opt/X11R6/qt3 -qt-gif -thread make make install the shared lib problem is a bug in the OS, which, unfortunately, I can't send out any fixes. Frank > > Thanks > Jens > > > -----Original Message----- > From: Frank Liu [mailto:[email protected]] > Sent: Saturday, March 30, 2002 2:41 PM > To: openqnx-developer-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org > Subject: [Openqnx-developer] qt 3.0.3 released > > > > Trolltech released qt 3.0.3 a few days ago. > I just uploaded the binary to the openqnx site. > > after downloading. > > cd / > su > tar zxvf /what/ever/qt-x11-free-3.0.3-1-qnx6-bin.tar.gz > > everything should be installed into /opt/X11R6/q3 directory. > > you will have to add the following in your $HOME/.profile > so that the qt executables and shared libraries can be found. > > QTDIR=/opt/X11R6/q3 > PATH=$QTDIR/bin:$PATH > LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH > export QTDIR PATH LD_LIBRARY_PATH > > I tried it and all the tutorials and examples worked well. > > Frank > > > _______________________________________________ > openqnx-developer mailing list > openqnx-developer-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org > https://lists.sourceforge.net/lists/listinfo/openqnx-developer >