Jake Colman <jake.colman(a)xemacs.org> writes:
Fine. I did this and it made no difference.
export CFLAGS="-B/usr/ccs/bin/ -g -O"
./configure --prefix=/homes/nj/colman --site-prefixes=/homes/nj/colman
--without-dragndrop --without-cde --with-tooltalk --with-workshop
--without-sound --with-pop --with-widgets=athena --with-dialogs=athena
I get the same error. As a matter of fact, the configure output looked
indentical to the output from when I specified the "--cflags" option and it
still mentioned about adding "-z combreloc" option.
So is it possible to build with gcc and gnu binutils under Solaris?
Can you tell me what linker was used? That is to say, when you ran
make, what was the contents of the line that contained the pattern '-o
temacs'?
As you have probably guessed by now, I'm not an expert on using
binutils under Solaris. :-)
If not, is there a way to reduce the amount of garbage collection
when using pdump?
I don't know what is causing your garbage collection problem with
--pdump. Do you have a minimal recipe to reproduce the problem? Does
increasing your gc-cons-threshold help?
Thanks for the info,
Vin