Subject: Mozilla on MacPPC
To: None <port-macppc@NetBSD.ORG>
From: Martin Husemann <martin@duskware.de>
List: port-macppc
Date: 09/23/2000 19:56:21
Hi!

I tried to build pkgsrc/www/mozilla on a mac running 1.5_Alpha2.

After fixing a stupid mistake in the source it got quite far in the
build, but when preparing for installation failed:

--8<--
gmake[1]: Leaving directory `/usr/pkgsrc/www/mozilla/work/mozilla/l10n'
(cd /usr/pkgsrc/www/mozilla/work/mozilla/dist/bin &&  /usr/bin/env LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regxpcom &&  /usr/bin/env LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regchrome )
./libxpcom.so: Unsupported relocation type 10in non-PLT relocations
-->8--

Is this a borked -rpath/-Wl,Wr thing or a -pic vs. -PIC thing?
Or something completely different?


Martin