From xemacs-m  Wed Mar 26 12:35:33 1997
Received: from wfdutilgw.ml.com (wfdutilf01.ml.com [206.3.74.31])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id MAA02996
	for <xemacs-beta@xemacs.org>; Wed, 26 Mar 1997 12:35:33 -0600 (CST)
Received: from ml1.ml.com ([199.201.57.130])
	by wfdutilgw.ml.com (8.8.5/8.8.5/MLgw-3.03) with ESMTP id NAA02428
	for <xemacs-beta@xemacs.org>; Wed, 26 Mar 1997 13:33:09 -0500 (EST)
Received: from swaps-post.swaps.ml.com (swaps-post.swaps.ml.com [199.201.39.40])
	by ml1.ml.com (8.8.5/8.8.5/MLml4-2.07) with ESMTP id NAA22810
	for <xemacs-beta@xemacs.org>; Wed, 26 Mar 1997 13:37:59 -0500 (EST)
Received: from swapsdvlp02.ny-swaps-develop.ml.com (swapsdvlp02.ny-swaps-develop.ml.com [146.125.10.79]) by swaps-post.swaps.ml.com (8.7.1/8.7.1) with ESMTP id NAA01857 for <xemacs-beta@xemacs.org>; Wed, 26 Mar 1997 13:35:01 -0500 (EST)
Received: (powers@localhost) by swapsdvlp02.ny-swaps-develop.ml.com (8.6.9/8.6.9) id NAA00684; Wed, 26 Mar 1997 13:35:01 -0500
Date: Wed, 26 Mar 1997 13:35:01 -0500
Message-Id: <199703261835.NAA00684@swapsdvlp02.ny-swaps-develop.ml.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
From: "Brent B. Powers" <powers@ml.com>
To: xemacs-beta@xemacs.org
Subject: 20.1-b9 build problem under SunOS 4.1.4 and Solaris
X-Mailer: VM 6.22 under 20.0 XEmacs Lucid



Configuring and building xemacs-20.1-b9 under either SunOS 4.1.4 or
Solaris 2.5, I'm getting a list of unknown symbols at temacs link
time. I believe that all of the symbols are inline, and vice-versa.

Same configure and make (well, slightly different prefix) work under
both OS's for xemacs-20.0.  Should I try manually defining
DONT_EXTERN_INLINE_FUNCTIONS ??

For reference configure is as below (slight differences between the
two OS's, obviously)


../configure sparc-sun-solaris2.5 --dynamic=yes
--x-libraries=/programs/pubtools/X11R6/lib
--x-includes=/programs/pubtools/X11R6/include --with-gcc=yes
--with-gnu-make --prefix=/devtools/sun5/xemacs-20.1 --cflags=-g
--error-checking=none


And the following is a list of the missing symbols.


BI_BUF_BYTE_ADDRESS
BI_BUF_BYTE_ADDRESS_BEFORE
BI_BUF_PTR_BYTE_POS
LOWERCASEP
NOCASEP
SYNTAX_CODE
TRT_TABLE_OF
UPCASE
UPPERCASEP
WORD_SYNTAX_P
bit_vector_bit
bytind_to_memind
charptr_n_addr
memind_to_bytind
next_bytind
prev_bytind
set_bit_vector_bit

