When I try to compile a large project the compilation fails with: ditorimpl.moc.lo ../../kdevdesigner/uilib/libkdevqui.la ../../kdevdesigner/shared/libshared.la ../../lib/interfaces/external/libkinterfacedesigner.la -lqassistantclient -lkio -lkparts /usr/lib64/gcc/x86_64-suse-linux/4.1.0/../../../../x86_64-suse-linux/bin/ld: .libs/formwindow.o: bad reloc symbol index (0x300001d6 >= 0x3c0) for offset 0xc13f in section `.text' .libs/formwindow.o: could not read symbols: Bad value collect2: ld returned 1 exit status make[4]: *** [libkdevdesignerpart.la] Error 1 This is while compiling kdevelop-3.4.0 NOTE: when is a smaller project (lets say 10 files for example) it compiles and links without any problem g++ --version g++ (GCC) 4.1.0 (SUSE Linux) uname -a Linux torin 2.6.16.27-0.6-default #1 Wed Dec 13 09:34:50 UTC 2006 x86_64 x86_64 x86_64 GNU/Linux free -m total used free shared buffers cached Mem: 2013 1474 538 0 108 1072 -/+ buffers/cache: 293 1719 Swap: 2055 0 2055 ld --version GNU ld version 2.16.91.0.5 20051219 (SUSE Linux)