gcc -nostdlib -L/usr/X11R6/lib -I/src/xemacs/src -o
temacs pre-crt0.o /usr/lib/crt1.o /usr/lib/crti.o 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 debug.o
tests.o unexelf.o realpath.o getloadavg.o inline.o
event-unixoid.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 glyphs.o glyphs-eimage.o glyphs-widget.o
gui.o gutter.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 rangetab.o redisplay.o redisplay-output.o regex.o
search.o select.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 select-x.o xgccache.o
widget.o window.o lastfile.o free-hook.o vm-limit.o
EmacsFrame.o EmacsShell.o TopLevelEmacsShell.o
TransientEmacsShell.o EmacsManager.o ../lwlib/liblw.a
-lXmu -lXt -lXext -lX11 -lSM -lICE -lm -lgcc -lc -lgcc
/usr/lib/crtn.o `gcc -print-libgcc-file-name`
glyphs-x.o: In function `x_finalize_image_instance':
/src/xemacs/src/glyphs-x.c:415: undefined reference to `ungcpro_popup_callbacks'
collect2: ld returned 1 exit status
make[1]: *** [temacs] Error 1
make[1]: Leaving directory `/home/penny/xemacs-bin/minimal/src'
make: *** [src] Error 2
ungcpro_popup_callbacks is defined in gui-x.c. Should
gui-x.o be linked unconditionally?
uname -a: Linux
buck.sodan.org 2.2.14 #4 Sun Mar 12 10:02:54 JST 2000 i686 unknown
/src/xemacs/configure '--prefix=/opt/local' '--with-dialogs=no'
'--without-gif' '--with-jpeg=no' '--with-ldap=no'
'--with-sound=no' '--without-tty' '-with-gpm=no'
'--with-modules=no' '--with-database=no' '--with-menubars=no'
'--with-png=no' '--with-tiff=no' '--with-scrollbars=no'
'--without-toolbars' '--with-widgets=no' '--with-xface=no'
'--with-xpm=no' '--with-postgresql=no'
XEmacs 21.2-b32 "Kastor & Polydeukes" configured for `i686-pc-linux'.
Compilation / Installation:
Source code location: /src/xemacs
Installation prefix: /opt/local
Operating system description file: `s/linux.h'
Machine description file: `m/intel386.h'
Compiler: gcc -g -O3 -Wall -Wno-switch -Wpointer-arith -Winline
-Wmissing-prototypes -Wshadow
Relocating allocator for buffers: no
GNU version of malloc: yes
- Using Doug Lea's new malloc from the GNU C Library.
Window System:
Compiling in support for the X window system:
- X Windows headers location: /usr/X11R6/include
- X Windows libraries location: /usr/X11R6/lib
- Handling WM_COMMAND properly.
Compiling in support for the Athena widget set:
- Athena headers location: X11/Xaw
- Athena library to link: Xaw
TTY:
Images:
WARNING: -----------------------------------------------------------
WARNING: Compiling without XPM image support.
WARNING: You should strongly consider installing XPM.
WARNING: Otherwise toolbars and other graphics will look suboptimal.
WARNING: (a copy may be found in
ftp://ftp.xemacs.org/pub/xemacs/aux)
WARNING: -----------------------------------------------------------
WARNING: -----------------------------------------------------------
WARNING: Compiling without PNG image support.
WARNING: You should strongly consider installing the PNG libraries.
WARNING: Otherwise certain images and glyphs may not display.
WARNING: (a copy may be found in
ftp://ftp.xemacs.org/pub/xemacs/aux)
WARNING: -----------------------------------------------------------
Sound:
Databases:
Internationalization:
Mail:
Compiling in support for "dot-locking" mail spool file locking method.
Other Features:
Compiling in support for extra debugging code.
WARNING: ---------------------------------------------------------
WARNING: Compiling in support for runtime error checking.
WARNING: XEmacs will run noticeably more slowly as a result.
WARNING: Error checking is on by default for XEmacs beta releases.
WARNING: ---------------------------------------------------------
--
Yoshiki Hayashi