From xemacs-m  Sun Apr  6 10:55:55 1997
Received: from sol1.cybernet-ag.net (sol1.cybernet-ag.net [194.221.86.98])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id KAA28117
	for <xemacs-beta@xemacs.org>; Sun, 6 Apr 1997 10:55:54 -0500 (CDT)
Received: (from aseibert@localhost) by sol1.cybernet-ag.net  id RAA01237; Sun, 6 Apr 1997 17:54:48 +0200 (MET DST)
Date: Sun, 6 Apr 1997 17:54:48 +0200 (MET DST)
Message-Id: <199704061554.RAA01237@sol1.cybernet-ag.net>
From: Axel Seibert <aseibert@cybernet-ag.net>
To: xemacs-beta@xemacs.org
Subject: xemacs-20.1b11 failure without CANNA/WNN

Hi, all!

(Last week I already sent a bug description, but it must have been
lost, because I never saw an answer...?)

Try to configure xemacs-20.1b11 without canna and wnn, then make
fails when trying to link temacs:

cc -O4 -pipe     -X -noseglinkedit                -L.           -o
temacs pre-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 database.o    device.o
  dired.o doc.o   doprnt.o dynarr.o       editfns.o elhash.o emacs.o
  eval.o events.o  event-stream.o event-unixoid.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 inline.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            console-tty.o device-tty.o event-tty.o frame-tty.o
objects-tty.o redisplay-tty.o cm.o       undo.o unexnext.o
  window.o  termcap.o tparam.o   lastfile.o
           LIB_CANNA LIB_WNN       -ldbm        -lm  -lsys_s        
ld: Can't open: LIB_CANNA (No such file or directory, errno = 2)
ld: Can't open: LIB_WNN (No such file or directory, errno = 2)


uname -a: NEXTSTEP tumbolia Lightning5S 3.2 68040 MC680x0

./configure  m68k-next-nextstep --prefix=/usr/local/xemacs --with-x=no
--rel-all
oc=no --cflags=-O4 -pipe --debug=no --error-checking=none
--with-canna=no --with
-wnn=no --with-wnn6=no


Configured for `m68k-next-nextstep'.

  Where should the build process find the source code?
/usr/local/src/xemacs-
20.1-b11
  What installation prefix should install use?
/usr/local/xemacs
  What operating system and machine description files should XEmacs
use?
        `s/nextstep.h' and `m/m68k.h'
  What compiler should XEmacs be built with?              cc -O4 -pipe
  Should XEmacs use the GNU version of malloc?            no
  (The GNU allocators don't work with this system configuration.)
  Should XEmacs use the relocating allocator for buffers? no
  What window system should XEmacs use?                   none
  Compiling in support for DBM.



This obviously is an improvement compared to b10, because then
configure would print those additonal lines:

  Finding WNN includes with:                              
  Loading WNN libs with:                                  

But nevertheless, make fails.

Hope this helps,
Axel

