Toggenburg b46 came out fine (builds and runs) on linuxppc (monolithic)
previously.
However, the make process for Uzbek Black b47 when linking temacs.
My Uzbek Black was patched up from Toggenburg.
Any suggestions on how to track the problem?
Or any comments from those who are building XEmacs on linuxppc machines?
System Info
===========
Kernel 2.1.24 (monolithic linux) running on PowerMac 7500/604/150
gcc-2.7.2-2O
binutils-2.8.1.0.18-1E
make-3.76.1-2
Part of the make log below
==========================
gcc -c -g -O2 -fsigned-char -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/canna/include
-I/usr/X11/include EmacsFrame.c
gcc -c -g -O2 -fsigned-char -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/canna/include
-I/usr/X11/include EmacsShell.c
gcc -c -g -O2 -fsigned-char -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/canna/include
-I/usr/X11/include -DDEFINE_TOP_LEVEL_EMACS_SHELL
/home/toge/BUILD/xemacs-21.0-b44/src/EmacsShell-sub.c
mv EmacsShell-sub.o TopLevelEmacsShell.o
gcc -c -g -O2 -fsigned-char -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/canna/include
-I/usr/X11/include -DDEFINE_TRANSIENT_EMACS_SHELL
/home/toge/BUILD/xemacs-21.0-b44/src/EmacsShell-sub.c
mv EmacsShell-sub.o TransientEmacsShell.o
gcc -c -g -O2 -fsigned-char -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/canna/include
-I/usr/X11/include EmacsManager.c
gcc -c -g -O2 -fsigned-char -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/canna/include
-I/usr/X11/include offix.c
gcc -g -O2 -fsigned-char -T /home/toge/BUILD/xemacs-21.0-b44/src/ppc.ldscript
-L/usr/X11/lib -rdynamic -o temacs abbrev.o alloc.o blocktype.o buffer.o bytecode.o
callint.o callproc.o casefiddle.o casetab.o chartab.o cmdloop.o cmds.o console.o
console-stream.o data.o device.o dired.o doc.o doprnt.o dynarr.o editfns.o elhash.o
emacs.o eval.o events.o unexelf.o dragdrop.o menubar.o scrollbar.o dialog.o toolbar.o
gui.o menubar-x.o scrollbar-x.o dialog-x.o toolbar-x.o gui-x.o mule.o mule-ccl.o
mule-charset.o mule-coding.o file-coding.o input-method-xlib.o mule-canna.o inline.o
linuxplay.o console-tty.o device-tty.o event-tty.o frame-tty.o objects-tty.o
redisplay-tty.o cm.o terminfo.o gpmevent.o event-unixoid.o database.o sysdll.o dll.o
process-unix.o event-stream.o extents.o faces.o fileio.o filemode.o floatfns.o fns.o
font-lock.o frame.o general.o getloadavg.o glyphs.o glyphs-eimage.o hash.o imgproc.o
indent.o insdel.o intl.o keymap.o line-number.o lread.o lstream.o macros.o !
marker.o md5.o minibuf.o objects.o opaque.o print.o process.o profile.o pure.o rangetab.o
redisplay.o redisplay-output.o regex.o search.o signal.o sound.o specifier.o strftime.o
symbols.o syntax.o sysdep.o undo.o balloon_help.o balloon-x.o console-x.o device-x.o
event-Xt.o frame-x.o glyphs-x.o objects-x.o redisplay-x.o xgccache.o xselect.o widget.o
window.o lastfile.o gmalloc.o vm-limit.o ralloc.o EmacsFrame.o EmacsShell.o
TopLevelEmacsShell.o TransientEmacsShell.o EmacsManager.o offix.o ../lwlib/liblw.a
-lcanna -lRKC -lXaw -lcompface -ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM
-lICE -ldl -ldb -lgdbm -lgpm -lncurses -lintl -lm -lgcc -lc -lgcc /usr/lib/crtn.o `gcc
-print-libgcc-file-name`
gcc: unrecognized option `-rdynamic'
ld: final link failed: Bad value
make[1]: *** [temacs] Error 1
make[1]: Leaving directory `/home/toge/BUILD/xemacs-21.0-b44/src'
make: *** [src] Error 2
Installation config dump
========================
uname -a: Linux ptaro.kek.jp 2.1.24 #122 Thu Apr 9 10:27:39 EST 1998 ppc unknown
./configure '--cflags=-g -O2 -fsigned-char' '--dynamic=yes'
'--error-checking=none' '--debug=no' '--with-dialogs=athena'
'--with-site-lisp' '--prefix=/usr' '--with-xfs'
'--with-canna' '--with-mule' '--package-path=/usr/lib/xemacspack'
'--with-x'
XEmacs 21.0 "Uzbek Black" configured for `powerpc-unknown-linux'.
Where should the build process find the source code?
/home/toge/BUILD/xemacs-21.0-b44
What installation prefix should install use? /usr
What operating system and machine description files should XEmacs use?
`s/linux.h' and `m/powerpc.h'
What compiler should XEmacs be built with? gcc -g -O2 -fsigned-char
Should XEmacs use the GNU version of malloc? yes
Should XEmacs use the relocating allocator for buffers? yes
What window system should XEmacs use? x11
Where do we find X Windows header files? /usr/X11/include
Where do we find X Windows libraries? /usr/X11/lib
Compiling in support for XAUTH.
Compiling in support for XPM images.
Compiling in support for X-Face message headers.
Compiling in support for JPEG image conversion.
Compiling in support for PNG image conversion.
Compiling in support for TIFF image conversion.
Compiling in native sound support.
Compiling in support for Berkeley DB.
Compiling in support for GNU DBM.
Compiling in support for ncurses.
Compiling in support for GPM (General Purpose Mouse).
Compiling in Mule (multi-lingual) support.
Compiling in XIM (X11R5+ I18N input method) support.
Using raw Xlib to provide XIM support.
Using XFontSet to provide bilingual menubar.
Compiling in support for Canna on Mule.
Compiling in support for OffiX.
Compiling in EXPERIMENTAL support for Drag'n'Drop ( OffiX ).
Compiling in support for proper session-management.
Using Lucid menubars.
Using Lucid scrollbars.
Using Athena dialog boxes.
Compiling in DLL support.
movemail will use "dot-locking" for locking mail spool files.
-- Nobu Toge (toge(a)accad1.kek.jp)