Subject: re: More KDE 1.1.2 build issues on SPARC
To: Greg Earle <earle@isolar.DynDNS.ORG>
From: matthew green <mrg@eterna.com.au>
List: tech-pkg
Date: 11/06/1999 15:03:07
   
   ld: /usr/lib/c++rt0.o: illegal reloc type mix

is libcrt++0.o pic or not?
   
   Ugh ... why is this thing trying to invoke the linker directly to create
   the .so, and with /usr/lib/c++rt0.o to boot?


AFAIK, that's actually exactly what it should be doing.  :-)


i seem to recall this being noted before -- that crt++0.o wasn't PIC and
thus caused problems... try rebuilding it -fPIC and see what happens then.