>Building boot-floppies with language choosing turned on, whinges appear >about ARM_PC_R24 from iconv.so, which is compiled thus: > > (medusa) usr/src/boot-floppies/utilities/dbootstrap/langs make iconv.so > gcc -shared -o iconv.so iconv.o -lpython1.5 > >Would I be correct in my ill-informed guess that this is a missing -fPIC >candidate?
We'd need to see how iconv.o is generated. That's where -fPIC would be needed, if anywhere. The other alternative is that -lpython1.5 is finding a static library rather than a shared object. p. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]