From xemacs-m  Sun Apr  6 11:39:10 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 LAA29941
	for <xemacs-beta@xemacs.org>; Sun, 6 Apr 1997 11:39:08 -0500 (CDT)
Received: (from aseibert@localhost) by sol1.cybernet-ag.net  id SAA12023; Sun, 6 Apr 1997 18:37:55 +0200 (MET DST)
Date: Sun, 6 Apr 1997 18:37:55 +0200 (MET DST)
Message-Id: <199704061637.SAA12023@sol1.cybernet-ag.net>
From: Axel Seibert <aseibert@cybernet-ag.net>
To: steve@miranova.com
CC: xemacs-beta@xemacs.org
In-reply-to: <m2lo6wce9u.fsf@altair.xemacs.org> (message from Steven L Baur on
	06 Apr 1997 09:22:21 -0700)
Subject: Re: xemacs-20.1b11 failure without CANNA/WNN

>>>>> "sb" == Steven L Baur <steve@miranova.com> writes:

sb> Axel Seibert <aseibert@cybernet-ag.net> writes:
>> 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:

sb>  ...
>> 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)

sb> Hmm. It's as impossible this week as it was last week. How long
sb> has it been since you've downloaded a full tarball?

The beta10 was a complete tarball. I only patched up to beta11 today.
I'm currently running a make clean; configure in the background and
will send you the output in a separate email.

> --with-canna=no --with-wnn=no --with-wnn6=no

sb> Note that you do not have to specify these on the command line as
sb> they default to no, and are not allowed to be set if not compiling
sb> for MULE.

That's what I thought as well; but as I found some problems I tried
the no-options, and at least configure doesn't print out any canna/wnn
stuff any more, using the options. Have a look at the first configure
run/output after untarring the complete 20.1b10:

./configure  m68k-next-nextstep --prefix=/usr/local/xemacs --with-x=no
--rel-alloc=no --cflags=-O4 -pipe --debug=no --error-checking=none


Configured for `m68k-next-nextstep'.

  Where should the build process find the source code?
/usr/local/src/xemacs-20.1-b10
  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?            yes
  Should XEmacs use the relocating allocator for buffers? no
  What window system should XEmacs use?                   none
  Finding WNN includes with:                              
  Loading WNN libs with:                                  
  Compiling in support for DBM.

