FW: Question about QT

Ralf Habacker ralf.habacker at freenet.de
Fri Oct 22 10:54:07 CEST 2004


On Friday 22 October 2004 07:23, Yaakov Selkowitz wrote:
> Ralf Habacker wrote:
> | To be sure, you are using gcc 3.4  ? And you haven't the 0xc000000 error ?
>
> | This is very interesting to hear because I'm searching for a solution for 
this annoying bug.
>
> Cygwin gcc-3.3.3-3 includes a number of things backported from gcc-3.4;
> I believe this is one of them.
>
> When building the tools apps OOTB I did get the Oxc0000005 errors, but
> the cause is known; it's been discussed quite a bit on the cygwin lists
> since September.  For example, these threads:
>
> http://www.cygwin.com/ml/cygwin/2004-09/msg01101.html
> http://www.cygwin.com/ml/cygwin-apps/2004-09/msg00309.html
>
> Since then, cygwin libtool has been updated to help compensate for this
> problem; unfortunately that doesn't help us with qt, as it doesn't use
> libtool. :-(

Do you have tried to use the -fdata-sections compiler switch, which places all 
data (also const symbols) in real data sections ? I remember, that I had 
fixed a similar problem building the last kde release. 

Ralf 



More information about the kde-cygwin mailing list