And this looks like a straight untested makefile error..
I fixed the first one, manually. (After a lot of futzing around to get it to ACTUALLY look at gtk-config and glib-config, at, golly gee, WHERE I TOLD IT WITH --with-gtk-exec-prefix and --with-glib-exec-prefix)
Now I get:
make[4]: Leaving directory `/home/addison/93/mozilla/nsprpub/pr/include/private'
cd obsolete; make export
make[4]: Entering directory `/home/addison/93/mozilla/nsprpub/pr/include/obsolete'
../../../config/./nsinstall -R -m 444 /home/addison/93/mozilla/dist/include/nspr/obsolete
usage: ../../../config/./nsinstall [-C cwd] [-L linkprefix] [-m mode] [-o owner] [-g group]
[-DdltR] file [file ...] directory
make[4]: *** [export] Error 2
make[4]: Leaving directory `/home/addison/93/mozilla/nsprpub/pr/include/obsolete'
make[3]: *** [export] Error 2
make[3]: Leaving directory `/home/addison/93/mozilla/nsprpub/pr/include'
make[2]: *** [export] Error 2
make[2]: Leaving directory `/home/addison/93/mozilla/nsprpub/pr'
make[1]: *** [export] Error 2
make[1]: Leaving directory `/home/addison/93/mozilla/nsprpub'
make: *** [export] Error 2
Grrr. the prior one has a variable undefined that actually tells it what arch config file to copy.
Peter: want me to put a 110 mHz Sparc online so you can build it? :)
Addison