From xemacs-m  Mon Jun 23 19:25:30 1997
Received: from mail.cdsnet.net (mail.cdsnet.net [204.118.244.5])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id TAA11957
	for <xemacs-beta@xemacs.org>; Mon, 23 Jun 1997 19:25:28 -0500 (CDT)
Received: from mail.cdsnet.net (mail.cdsnet.net [204.118.244.5])
          by mail.cdsnet.net (8.8.5/8.7.3) with SMTP id RAA24551
          for <xemacs-beta@xemacs.org>; Mon, 23 Jun 1997 17:25:30 -0700 (PDT)
Date: Mon, 23 Jun 1997 17:25:29 -0700 (PDT)
From: Jaye Mathisen  <mrcpu@cdsnet.net>
To: xemacs-beta@xemacs.org
Subject: OK, next problem.
Message-ID: <Pine.NEB.3.95.970623172306.26179r-100000@mail.cdsnet.net>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII


First the good stuff.

uname -a: FreeBSD schizo.cdsnet.net 2.2-STABLE FreeBSD 2.2-STABLE #0: Thu
Apr 10
 17:35:12 PDT 1997     root@schizo.cdsnet.net:/usr/src/sys/compile/SCHIZO
i386

./configure 


Configured for `i386-unknown-freebsd2.2'.

  Where should the build process find the source code?
/usr/local/src/xemacs-
20.3-b8
  What installation prefix should install use?            /usr/local
  What operating system and machine description files should XEmacs use?
        `s/freebsd.h' and `m/intel386.h'
  What compiler should XEmacs be built with?              gcc -g -O2
  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/X11R6/include
  Where do we find X Windows libraries?                   /usr/X11R6/lib
  Compiling in support for XAUTH.
  Compiling in support for GIF image conversion.
  Compiling in support for XPM images.
  Compiling in native sound support.
  Compiling in support for Berkeley DB.
  Compiling in support for GNU DBM.
  Using Lucid menubars.
  Using Lucid scrollbars.
  Using Motif dialog boxes.
  movemail will use "flock" for locking mail spool files.
  Compiling in extra code for debugging.
  Compiling in code for checking XEmacs memory usage.
  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: ---------------------------------------------------------



Now the bad:

gcc -c -g -O2  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include
EmacsFrame.c
gcc -c -g -O2  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include
EmacsShell.c
gcc -c -g -O2  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include
-DDEFINE_TOP_LEVEL_EMACS_SHELL
/usr/local/src/xemacs-20.3-b8/src/EmacsShell-sub.c
mv EmacsShell-sub.o TopLevelEmacsShell.o
gcc -c -g -O2  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include
-DDEFINE_TRANSIENT_EMACS_SHELL
/usr/local/src/xemacs-20.3-b8/src/EmacsShell-sub.c
mv EmacsShell-sub.o TransientEmacsShell.o
gcc -c -g -O2  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include
EmacsManager.c
gcc -g -O2  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include
/usr/local/src/xemacs-20.3-b8/src/prefix-args.c -o prefix-args
ld  -L. -Xlinker -dc -Xlinker -dp -Xlinker -e -Xlinker start
-L/usr/X11R6/lib  -o temacs pre-crt0.o /usr/lib/crt0.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 unexfreebsd.o dgif_lib.o gif_err.o gifalloc.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 inline.o linuxplay.o console-tty.o
device-tty.o event-tty.o frame-tty.o objects-tty.o redisplay-tty.o cm.o
tparam.o event-unixoid.o database.o event-stream.o extents.o faces.o
fileio.o filelock.o filemode.o floatfns.o fns.o font-lock.o frame.o
general.o getloadavg.o glyphs.o  hash.o indent.o insdel.o intl.o keymap.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 window.o  lastfile.o gmalloc.o
free-hook.o vm-limit.o ralloc.o EmacsFrame.o EmacsShell.o
TopLevelEmacsShell.o TransientEmacsShell.o EmacsManager.o
../lwlib/liblw.a  -lXm -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -ltermcap
-lkvm -lm -lutil -lxpg4 -lc 
ld: start: No such file or directory
*** Error code 1

Stop.
*** Error code 1

Stop.


It must supposed to be a linker flag, but not exactly sure.  Compiling
XEmacs for me has always been black magic...


