Message383

Author T.Mittelstaedt
Recipients stephen, xemacs-beta
Date 2008-01-19.06:43:17
Content
Stephen,

Thank you for the hint, but - nope - did not work either. I'll just do 
unset LDR_CNTRL before starting xemacs and will be fine!

Dumping under the name xemacs
./xemacs -no-packages -batch -no-autoloads -l update-elc-2.el -f 
batch-update-elc-2 /localbuild/xemacs-21.5.28/src/../lisp
Could not load program ./xemacs:
Error was: Invalid argument
make[1]: *** [update-elc-2] Error 255
make[1]: Leaving directory `/localbuild/xemacs-21.5.28/src'
make: *** [src] Error 2
tmstaedt@buildaix3$
tmstaedt@buildaix3$ ls -l src/xemacs
-rwxrwxr-x    1 tmstaedt dev      284977676 Jan 15 10:43 src/xemacs

LDFLAGS=-Wl,-bmaxdata:0x80000000 CONFIG_SHELL=/opt/freeware/bin/bash 
bash ./configure  --with-system-malloc=yes

Stephen J. Turnbull schrieb:
> Thomas Mittelstaedt writes:
>
>  > #0  0x10244d7c in malloc (size=0) at gmalloc.c:591
>
> If you're crashing in malloc, maybe AIX is one of those systems that
> doesn't like GNU malloc (which is a very old version, by now).
> Perhaps ./configure --with-system-malloc=yes would help.
>
>   

_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta@xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
History
Date User Action Args
2008-01-19 06:43:17T.Mittelstaedtlinkissue223 messages
2008-01-19 06:43:17T.Mittelstaedtcreate