>>>> "Robert" == Robert Pluim
<rpluim(a)bigfoot.com> writes:
Robert> +normally held in /usr/ccs/bin. This can be done by adding
Robert> +-B/usr/ccs/bin to CFLAGS used to configure XEmacs, or by uninstalling
That should be -B/usr/ccs/bin/. The trailing "/" is required because
gcc just appends the name to the option so it will try to find
/usr/ccs/binld, which probably doesn't exist.
Ray