From xemacs-m  Sat Feb  1 01:22:04 1997
Received: from altair.xemacs.org (steve@xemacs.miranova.com [206.190.83.19])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id BAA23030
	for <xemacs-beta@xemacs.org>; Sat, 1 Feb 1997 01:22:03 -0600 (CST)
Received: (from steve@localhost)
	by altair.xemacs.org (8.8.5/8.8.5) id XAA17084;
	Fri, 31 Jan 1997 23:33:16 -0800
To: Frederic Poncin <fp@info.ucl.ac.be>
Cc: xemacs-beta@xemacs.org
Subject: Re: [build report] b93 on SparcLinux
References: <199701301848.TAA18556@nimitz.info.ucl.ac.be>
X-Url: http://www.miranova.com/%7Esteve/
Mail-Copies-To: never
X-Face: #!T9!#9s-3o8)*uHlX{Ug[xW7E7Wr!*L46-OxqMu\xz23v|R9q}lH?cRS{rCNe^'[`^sr5"
 f8*@r4ipO6Jl!:Ccq<xoV[Qz2u8<8-+Vwf2gzJ44lf_/y9OaQ`@#Q65{U4/TC)i2`~/M&QI$X>p:9I
 OSS'2{-)-4wBnVeg0S\O4Al@)uC[pD|+
X-Attribution: sb
From: Steven L Baur <steve@miranova.com>
In-Reply-To: Frederic Poncin's message of Thu, 30 Jan 1997 19:48:11 +0100
Mime-Version: 1.0 (generated by tm-edit 7.101)
Content-Type: text/plain; charset=US-ASCII
Date: 31 Jan 1997 23:33:14 -0800
Message-ID: <m27mkt3rr9.fsf@altair.xemacs.org>
Lines: 21
X-Mailer: Gnus v5.4.8/XEmacs 20.0

> ./configure sparc-gnu-linux2.0.27 
> still miss the detection of Xmu and lead to undefined identifiers at link 
> stage.

What output do you see when compile the following file with the
command:

cc -o xmutest xmutest.c \
	-Wl,-rpath-link,/usr/X11R6/lib -L/usr/X11R6/lib \
	-lXmu -lXt -lXext -lX11 -lm

xmutest.c:
int main() { return 0; }

Also, check with configure --extra-verbose to see that that is what
the libXmu test is running.

Thanks.
-- 
steve@miranova.com baur
Unsolicited commercial e-mail will be billed at $250/message.

