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

Great work Frank!

Did you run into any problems with shared libraries?

If not could you please also post:

  • mkspecs for QNX
  • any other changes to Trolltechs distribution
  • Your configure options that you built it with

Thanks
Jens


-----Original Message-----
From: Frank Liu [mailto:liug=wJsaexb6DEQ3G7qi5jAxu4dd74u8MsAO@public.gmane.org]
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

On Mon, 1 Apr 2002 JHJ=UiaQT4aTYH8AvxtiuMwx3w@public.gmane.org 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:liug=> wJsaexb6DEQ3G7qi5jAxu4dd74u8MsAO@public.gmane.org> ]
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

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:liug=wJsaexb6DEQ3G7qi5jAxu4dd74u8MsAO@public.gmane.org]
Sent: Monday, April 01, 2002 1:54 PM
To: JHJ=UiaQT4aTYH8AvxtiuMwx3w@public.gmane.org
Cc: openqnx-developer=5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Subject: RE: [Openqnx-developer] qt 3.0.3 released




On Mon, 1 Apr 2002 JHJ=UiaQT4aTYH8AvxtiuMwx3w@public.gmane.org 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:liug=> wJsaexb6DEQ3G7qi5jAxu4dd74u8MsAO@public.gmane.org> ]
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

Hi All!

I’m trying to port some applications to QNX (like KDE, GNOME, etc) to
get Xfree linux-like environment.

But… There is some troubles -
first - libtool, that exist on 6.2 (since 6.2 work much more
better than 6.1) does not support shared libraries anyway
(or I’m do something terribly wrong: “libtoolize -f;
aclocal [optional]” ).
second - when I try to build shared libraries, I get SIGSEGV
failure (for example libpng),
see thread on
inn.qnx.com:qdn.public.qnxrtp.porting:554,
news:<aamlb4$cks$1=oi2x686WOMlBDgjK7y7TUQ@public.gmane.org>
there is a -fPIC issue

Questions to Frank:
How I must install mozilla to get it working (cd /; tar xzf
mozilla…) ?
It say that I haven’t rights when I start it (root) -
and than - memory fault.
How did you get rpath working? (-Wl,-rpath,dir - doesn’t work
for me)

Thanks a lot.

Sergey Sobolev

On Wed, 15 May 2002, Sergey Sobolev wrote:

But… There is some troubles -
first - libtool, that exist on 6.2 (since 6.2 work much more
better than 6.1) does not support shared libraries anyway
(or I’m do something terribly wrong: “libtoolize -f;
aclocal [optional]” ).

that’s chris’ fault. I bet you installed the libtool from his
repository http://qnx.wox.org/repository/6.2
he has the latest version of libtool in there, but none of the
software that I’ve ported support this latest version.
Your best bet is to uninstall it, and then install the libtool
from the 6.1 (CD or qnx WWW repostority). “libtoolize -f” should
then work.
cdm, looks like your libtool is too new and kinda useless at
this point. I would suggest downgrade it. we can go back to
the newer version once most software out there starts to use it.

second - when I try to build shared libraries, I get SIGSEGV
failure (for example libpng),
see thread on
inn.qnx.com:qdn.public.qnxrtp.porting:554,
news:<aamlb4$cks$1=> oi2x686WOMlBDgjK7y7TUQ@public.gmane.org
there is a -fPIC issue

I don’t have time to look into it, but last time I built libpng shared,
I didn’t see any problem.
cdm recently built libpng (found in his repository). he has all the
patched sources available, so maybe you can get a copy from him, to
save your hassles.

Questions to Frank:
How I must install mozilla to get it working (cd /; tar xzf
mozilla…) ?
It say that I haven’t rights when I start it (root) -
and than - memory fault.

I bet you are running a different mozilla. what does “which mozilla”
says? if it isn’t /opt/X11R6/bin/mozilla, you know what to do :slight_smile:

How did you get rpath working? (-Wl,-rpath,dir - doesn’t work
for me)

what you mean by “doesn’t work”? this option can be used at the
link stage:

gcc -o myexec test1.o test2.o -Wl,-rpath,dir
and “dir” will then be embedded into your “myexec”.
objdump -x myexec | grep RPATH
should show that.

Frank

Thanks a lot.

Sergey Sobolev

\


Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: bandwidth=> pyega4qmqnRoyOMFzWx49A@public.gmane.org


openqnx-developer mailing list
openqnx-developer=> 5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/openqnx-developer