From xemacs-m  Tue Feb 18 11:26:20 1997
Received: from frege.math.ethz.ch (root@frege-d-math-north-g-west.math.ethz.ch [129.132.145.3])
	by xemacs.org (8.8.5/8.8.5) with SMTP id LAA28932
	for <xemacs-beta@xemacs.org>; Tue, 18 Feb 1997 11:26:19 -0600 (CST)
Received: from fresnel.math.ethz.ch (vroonhof@fresnel [129.132.145.6]) by frege.math.ethz.ch (8.6.12/Main-STAT-mailer) with ESMTP id SAA10532 for <xemacs-beta@xemacs.org>; Tue, 18 Feb 1997 18:26:14 +0100
Received: (vroonhof@localhost) by fresnel.math.ethz.ch (8.6.9/D-MATH-client) id SAA02735; Tue, 18 Feb 1997 18:25:41 +0100
Sender: vroonhof@math.ethz.ch
To: xemacs-beta@xemacs.org
Subject: Minor 19.15-b94 ./configure problem on Solaris 2.x
Mime-Version: 1.0 (generated by tm-edit 7.94)
Content-Type: text/plain; charset=US-ASCII
From: Jan Vroonhof <vroonhof@math.ethz.ch>
Date: 18 Feb 1997 18:25:40 +0100
Message-ID: <byraiejaaz.fsf@math.ethz.ch>
Lines: 15
X-Mailer: Gnus v5.4.13/XEmacs 19.15


On our Solaris machines with the X11R5 compiled by our sysadmins the
configure script failed to detect the need for -lXmu. No foreign
libraries besides XPM 3.4h 

The following command line produces a working setup (on a Solaris-2.3 machine)

./configure  --run-in-place --x-includes=/usr/include/X11
--x-libraries=/usr/lib/X11
--site-includes=/u/scratch/vroonhof/xpm-3.4h-solaris
--site-libraries=/u/scratch/vroonhof/xpm-3.4h-solaris --with-xmu=yes


Jan

