The XEmacs build dies for me when trying to build the finder database:
cd ./lib-src && make CC='gcc' CFLAGS='-g -O3 -Wall -Wno-switch'
LDFLAGS='' CPPFLAGS='' all
make[1]: Entering directory `/usr/home/gjb/xemacs-21.1.2/lib-src'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/usr/home/gjb/xemacs-21.1.2/lib-src'
cd ./lwlib && make CC='gcc' CFLAGS='-g -O3 -Wall -Wno-switch'
LDFLAGS='' CPPFLAGS='' all
make[1]: Entering directory `/usr/home/gjb/xemacs-21.1.2/lwlib'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/usr/home/gjb/xemacs-21.1.2/lwlib'
cd ./src && make CC='gcc' CFLAGS='-g -O3 -Wall -Wno-switch'
LDFLAGS='' CPPFLAGS='' all
make[1]: Entering directory `/usr/home/gjb/xemacs-21.1.2/src'
EMACSBOOTSTRAPLOADPATH="/home/gjb/xemacs-21.1.2/src/../lisp/:/home/gjb/xemacs-21.1.2"
./temacs -batch -l /home/gjb/xemacs-21.1.2/src/../lisp/update-elc.el
Loading /home/gjb/xemacs-21.1.2/src/../lisp/update-elc.el...
Loading very-early-lisp... (3624)
Loading find-paths.el... (24776)
Loading packages.el... (42272)
Loading setup-paths.el... (9808)
Loading dump-paths.el... (0)
Loading /usr/home/gjb/xemacs-21.1.2/src/../lisp/dumped-lisp.el... (224)
make[1]: Leaving directory `/usr/home/gjb/xemacs-21.1.2/src'
Building finder database ...
temacs can only be run in -batch mode.
This is on a GNU/Linux RH6-based alpha box.
Any help is appreciated!
Thanks,
Greg
Show replies by date
What version of gcc/egcs are you using? Does the option -fno-strict-aliasing
help?
- vin