Göran Uddeborg
2015-08-27 21:08:19 UTC
Switching to the development list since the topic becomes more
developer related. I've taken a first look now.
be considered worse. :-)
I started to try to run configure, and to add whatever it wanted that
I didn't already have. I came upon an error message you might be
interested in:
You must build your code with position independent code if Qt was built with -reduce-relocations.
Compile your code with -fPIC (-fPIE is not enough).
This is from the qt5-qtbase-devel-5.5.0-15.fc23 version of
/usr/include/qt5/QtCore/qglobal.h.
Configure uses -fPIE, why this failed. I have of course made the
obvious change in configure.in to fix this, but I thought I'd mention
it here as you might want to fix in the upstreams sources too.
And of course I had to look what "random stuff" you were checking!
:-)
(With that fix my compilation went through. Next I'll see the binary
runs, but that's for another day. It's getting too late.)
------------------------------------------------------------------------------
developer related. I've taken a first look now.
It's kind of an ugly
collision
I've seen worse. Maybe I'm even responsible for some code that couldcollision
be considered worse. :-)
I started to try to run configure, and to add whatever it wanted that
I didn't already have. I came upon an error message you might be
interested in:
You must build your code with position independent code if Qt was built with -reduce-relocations.
Compile your code with -fPIC (-fPIE is not enough).
This is from the qt5-qtbase-devel-5.5.0-15.fc23 version of
/usr/include/qt5/QtCore/qglobal.h.
Configure uses -fPIE, why this failed. I have of course made the
obvious change in configure.in to fix this, but I thought I'd mention
it here as you might want to fix in the upstreams sources too.
And of course I had to look what "random stuff" you were checking!
:-)
(With that fix my compilation went through. Next I'll see the binary
runs, but that's for another day. It's getting too late.)
------------------------------------------------------------------------------