>>>> "Ray" == Raymond Toy
<toy(a)rtp.ericsson.se> writes:
>>>> "Cameron" == Cameron Owen
<owen(a)ti.com> writes:
Cameron> "Raymond" == Raymond Toy
<toy(a)rtp.ericsson.se> writes:
Cameron> Raymond: Has anyone tried building XEmacs 21.2.3[89] or later with gcc
Cameron> Raymond: 2.95 on Solaris?
Cameron> Yes. I just built 21.2.40 with gcc 2.95.2 on Solaris 7. I used:
Cameron> configure --prefix=/user1/owen --site-libraries=/user1/owen/lib
Cameron> --site-includes=/user1/owen/include --with-mule --error-checking=none
Cameron> --with-dragndrop
Cameron> and am composing this message using that build.
Ray> Bummer. Then why does temacs crash with unknown section? Is it
Ray> caused by my mess of dynamically linked libraries which includes both
Ray> X11R6.4 and openwin?
Mixing X11R6.4 and Openwin in the same binary (even indirectly) is a
good crash recipe. ldd will tell you if you're doing this.
If you want to use X11R6.4, then you might as well get (and use)
OpenMotif as well to go with it. And build OpenMotif with X11R6.4.