This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

compiler failuer on an pentium 90 with debian woody


Hello,

while compiling qt 2.2.2 from
ftp://ftp.de.kde.org/pub/kde/stable/latest/distribution/tar/generic/src/qt-x11-2.2.2.tar.gz
, i got the following failure.

[--cut--]
g++  -c -I/usr/local/qt/include -pipe -O2 -DDESIGNER -I../shared
-I../util -I../../../src/3rdparty/zlib -o mainwindow.o mainwindow.cpp
mainwindow.cpp: In method `Resource::~Resource()':
mainwindow.cpp:3309: Internal compiler error.
mainwindow.cpp:3309: Please submit a full bug report.
mainwindow.cpp:3309: See <URL:http://www.gnu.org/software/gcc/bugs.html>
for instructions.
{standard input}: Assembler messages:
{standard input}:120017: Warning: Partial line at end of file ignored
make[6]: *** [mainwindow.o] Fehler 1
make[6]: Leaving directory `/usr/local/qt/tools/designer/designer'
make[5]: *** [designer] Fehler 2
make[5]: Leaving directory `/usr/local/qt/tools/designer'
make[4]: *** [all] Fehler 2
make[4]: Leaving directory `/usr/local/qt/tools/designer'
make[3]: *** [designer] Fehler 2
make[3]: Leaving directory `/usr/local/qt/tools'
make[2]: *** [all] Fehler 2
make[2]: Leaving directory `/usr/local/qt/tools'
make[1]: *** [sub-tools] Fehler 2
make[1]: Leaving directory `/usr/local/qt'
make: *** [init] Fehler 2
[--cut--]

I have got a Pentium90, 32MB Ram and i use Kernel 2.4.1-ac7.
I am using Debian GNU/linux testing/unstable.

I did < g++ -v -save-temps -c -I/usr/local/qt/include -pipe -O2
-DDESIGNER -I../shared -I../util -I../../../src/3rdparty/zlib -o
mainwindow.o mainwindow.cpp >, seen on your website
http://www.gnu.org/software/gcc/bugs.html.

I don't know if it will help you.
I got the following output.

P90Debian2:/usr/local/qt/tools/designer/designer# g++ -v -save-temps -c
-I/usr/local/qt/include -pipe -O2 -DDESIGNER -I../shared -I../util
-I../../../src/3rdparty/zlib -o mainwindow.o mainwindow.cpp
g++: Warning: -pipe ignored since -save-temps specified
Reading specs from /usr/lib/gcc-lib/i386-linux/2.95.3/specs
gcc version 2.95.3 20010125 (prerelease)
 /usr/lib/gcc-lib/i386-linux/2.95.3/cpp0 -lang-c++ -v
 -I/usr/local/qt/include -I../shared -I../util
 -I../../../src/3rdparty/zlib -D__GNUC__=2 -D__GNUG__=2
 -D__GNUC_MINOR__=95 -D__cplusplus -D__ELF__ -Dunix -D__i386__ -Dlinux
 -D__ELF__ -D__unix__ -D__i386__ -D__linux__ -D__unix -D__linux
 -Asystem(posix) -D__EXCEPTIONS -D__OPTIMIZE__ -Acpu(i386)
 -Amachine(i386) -Di386 -D__i386 -D__i386__ -DDESIGNER mainwindow.cpp
 mainwindow.ii
 GNU CPP version 2.95.3 20010125 (prerelease) (i386 Linux/ELF)
 #include "..." search starts here:
 #include <...> search starts here:
  /usr/local/qt/include
   ../shared
    ../util
     ../../../src/3rdparty/zlib
      /usr/lib/gcc-lib/i386-linux/2.95.3/../../../../include/g++-3
       /usr/local/include
        /usr/lib/gcc-lib/i386-linux/2.95.3/include
         /usr/include
         End of search list.
         The following default directories have been omitted from the
         search path:
          /usr/lib/gcc-lib/i386-linux/2.95.3/../../../../i386-linux/include
          End of omitted list.
           /usr/lib/gcc-lib/i386-linux/2.95.3/cc1plus mainwindow.ii
           -quiet -dumpbase mainwindow.cc -O2 -version -o mainwindow.s
           GNU C++ version 2.95.3 20010125 (prerelease) (i386-linux)
           compiled by GNU C version 2.95.3 20010125 (prerelease).
            as -V -Qy -o mainwindow.o mainwindow.s
            GNU assembler version 2.9.5 (i386-linux) using BFD version
            2.9.5.0.37

hope its helpfully !

-- 
Guido Roock
<G.Roock@gmx.de>
http://roock.surfline2000.net

mainwindow.tar.gz


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]