been updating and rebuilding every few days for quite a while - this is the
first problem in a while
configure line is:
./configure \
--verbose \
--prefix=/usr/net/rnd \
--exec-prefix=/usr/net/rnd \
--package-path=/usr/net/rnd/lib/xemacs \
--site-includes=/u/turner/Tools/IRIX/include \
--site-libraries=/u/turner/Tools/IRIX/lib \
--debug=no \
--error-checking=none \
--cflags="-g -O2 -mabi=n32"
build fails with:
gcc -c -g -O2 -mabi=n32 -Demacs -I. -DHAVE_CONFIG_H
-I/u/turner/Tools/IRIX/include EmacsManager.c L/u/turner/Tools/IRIX/lib
-Xlinker -rpath -Xlinker
/u/turner/Tools/IRIX/lib:/usr/net/rnd/lib:/usr/lib32/mips3:/usr/lib32
-I/u/turner/Tools/src/xemacs-21.2/src -o temacs
abbrev.o [...long list of .o's elided...] EmacsManager.o
../lwlib/liblw.a -lXm -ltiff -lpng -ljpeg -lz -lcompface -lXpm -lXmu -lXt
-lXext -lX11 -lSM -lICE -ldl -ldb -lgdbm -lcurses -laudio -lm
gmake[2]: L/u/turner/Tools/IRIX/lib: Command not found
gmake[2]: [temacs] Error 127 (ignored)
./temacs -nd -batch -l /u/turner/Tools/src/xemacs-21.2/src/../lisp/update-elc.el
gmake[2]: ./temacs: Command not found
did some digging around, and first found that indeed my src/GNUmakefile has
ld_switch_all=-L/u/turner/Tools/IRIX/lib -Xlinker -rpath -Xlinker
/u/turner/Tools/IRIX/lib:/usr/net/rnd/lib:/usr/lib32/mips3:/usr/lib32
then I saw this in configure.in:
dnl --site-runtime-libraries (multiple dirs)
COLON_TO_SPACE(site_runtime_libraries)
if test -n "$site_runtime_libraries"; then
LD_RUN_PATH="`echo $site_runtime_libraries | sed -e 's/ */:/g'`"
export LD_RUN_PATH
fi
and thought something might have changed in there, but I can't seem to find
anything
the basic idea must be fine, though, because although the format of the
Installation info has changed, I've been seeing the line for runtime lib
search path at least as far back as:
http://www.xemacs.org/list-archives/xemacs-beta/200003/msg00021.html
anyway, hope this is enough for someone who knows the config/build stuff
better than I to be able to figure out what's wrong
--
John A. Turner, Senior Research Associate
Blue Sky Studios, One South Rd, Harrison, NY 10528
http://www.blueskystudios.com/ (914) 825-8319