Subject: Re: qt2-designer on sparc
To: Pierre Bourgin <pierre.bourgin@pcotech.fr>
From: None <mcmahill@mtl.mit.edu>
List: tech-pkg
Date: 04/09/2001 08:20:33
try compiling that file without the -O2.  What you  describe is the
symptom of the 'c++ -O2' bug I've encountered on sparc and also pmax.

-Dan

On Mon, 9 Apr 2001, Pierre Bourgin wrote:

> Hello,
> 
> does someone succefully compiled the package 'qt2-designer' on netbsd/sparc
> ?
> 
> On my side, It does not work : 'virtual memory exhausted' with 85 MB of 
> free RAM (on 112 MB) and 120 MB swap ! It takes ~ 15 minutes come to this
> state (40 MHz CPU) while cc1plus process is growing and growing up to 85
> MB ! :
> 
> ------------------------
> c++  -c -I/usr/X11R6/qt2/include -O2 -DDESIGNER -DHAVE_KDE -I../shared
> -I../util
>  -I/usr/X11R6/include -o mainwindow.o mainwindow.cpp
> mainwindow.cpp: In method `void MainWindow::writeConfig()':
> mainwindow.cpp:2696: virtual memory exhausted
> gmake[5]: *** [mainwindow.o] Error 1
> ------------------------
> 
> 
> I'm running NetBSD-15alpha2 on a Sun SparcStation 10 and use pkgsrc.tar.gz
> of 4th of April.
> 
> I noticed this packages is not available for 1.5/sparc, as kde2 stuff too
> (except kde2libs).
> 
> Someone has an explanation about this thing, a tips ?
> 
> Regards,
> 
> Pierre Bourgin
> 
> 
>