From xemacs-m  Mon Jun 23 19:15:29 1997
Received: from fgwmail2.fujitsu.co.jp (fgwmail2.fujitsu.co.jp [164.71.1.135])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id TAA11909
	for <xemacs-beta@xemacs.org>; Mon, 23 Jun 1997 19:15:28 -0500 (CDT)
Received: from fdmmail.fujitsu.co.jp by fgwmail2.fujitsu.co.jp (8.8.5+2.7Wbeta5/3.5Wpl3-MX970520-Fujitsu Mail Gateway)
	id JAA27452; Tue, 24 Jun 1997 09:15:22 +0900 (JST)
Received: from asama.fns.se.fujitsu.co.jp by fdmmail.fujitsu.co.jp (8.8.5+2.7Wbeta5/3.5Wpl3-970514-Fujitsu Domain Mail Master)
	id JAA01988; Tue, 24 Jun 1997 09:14:50 +0900 (JST)
Received: from localhost by asama.fns.se.fujitsu.co.jp (8.7.3+2.6Wbeta5/3.4W96022915) id JAA03942; Tue, 24 Jun 1997 09:12:25 +0900 (JST)
Message-Id: <199706240012.JAA03942@asama.fns.se.fujitsu.co.jp>
To: mrcpu@cdsnet.net
Cc: xemacs-beta@xemacs.org
Subject: Re: Configure problems.
From: YOSHIIKE Chihiro <yoshiike@fns.se.fujitsu.co.jp>
In-Reply-To: Your message of "Mon, 23 Jun 1997 15:46:02 -0700 (PDT)"
References: <Pine.NEB.3.95.970623154546.26179b-100000@mail.cdsnet.net>
X-Mailer: Mew version 1.70 on Emacs 19.28.1 / Mule 2.3
Mime-Version: 1.0
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Date: Tue, 24 Jun 1997 09:14:47 +0900
Sender: yoshiike@fns.se.fujitsu.co.jp


 [ From: Jaye Mathisen , Mon, 23 Jun 1997 15:46:02 -0700 (PDT) ]
 [ Subject: Configure problems. ]
 > *** PANIC *** Configure tests are not working - compiler is broken.
 > *** PANIC *** Please examine config.log for compilation errors.

I'v got same message on Solaris x86 2.5.1.
This may be caused by many "site-runtime-libraries" define.

configure (line 2247) should be:

      LD_RUN_PATH="`echo $site_runtime_libraries | sed 's/  */:/'`"

  --> LD_RUN_PATH="`echo $site_runtime_libraries | sed 's/  */:/g'`"
                                                                ~
(and for another problem) Makefile (line 365) should be:

               (cd $${subdir} && $(RM) -r RCS CVS SCCS \#* *~) ;

          -->  (cd $${subdir} && $(RM) -r RCS CVS SCCS \#* *~) ; \
                                                                 ~
--
YOSHIIKE Chihiro           S-Family Service Proj. System Service Dept.
                           Fujitsu Nagano Systems Engineering Limited

