On Apr 15, I successfully built 21.2.13 on Sparc Ultra1 running
Solaris 2.5.1, and the $LANG was "ja". I found I need to comment out
"ld_dynamic_link_flags" in src/Makefile.in and Makefile at that time.
I'm using gcc (egcs-2.91.66) on the platform.
You're probably using SUNWspro's cc, so the situation may not be same
though.
My head line of config.status is:
./configure '--site-includes=/opt/Wnn6/include /usr/local/include' \
'--site-libraries=/opt/Wnn6/lib /usr/local/lib' --with-mule \
--error-checking=none
Today, I just changed -Bexport to -Bdynamic as you mentioned bellow,
configure it, built it, then got no problems (while I'm using egcs for
my compiler).
I also checked it with --with-gcc=no at configure time (CC is SUNWspro
4.2.1), then got no trouble as you had.
The major differences between you and me would be:
* OS version: 2.6 and 2.5.1
* --error-checking=none
* Compiler?
* Addtional libraries; such as xpm, xface and so on...
Just FYI
"T. Kurosaka - Sun Professional Services" <kuro(a)Japan.Sun.COM> writes:
Gunnar et al,
I tried to biuld XEmacs 21.2.13 under Solaris 2.6/SPARC (Japanese)
and got the following build error. Any suggestion how to proceed from here?
LANG was "ja" when building this. Could that be a problem?
% ./configure --prefix=/home/kuro/local --with-mule --with-xim=xlib
% vi src/Makefile
to correct the linker option from "-Bexport" to "-Bdynamic".
% make
(temacs was build OK, building of elc's started, and temacs dumped core
when building the target update-elc.stamp.)
Loading site-load.el...
Bootstrapping from temacs...
Fatal error (11).
Your files have been auto-saved.
Use `M-x recover-session' to recover them.