From xemacs-m  Mon Jun 23 19:51:27 1997
Received: from mail.cdsnet.net (mail.cdsnet.net [204.118.244.5])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id TAA12692
	for <xemacs-beta@xemacs.org>; Mon, 23 Jun 1997 19:51:26 -0500 (CDT)
Received: from mail.cdsnet.net (mail.cdsnet.net [204.118.244.5])
          by mail.cdsnet.net (8.8.5/8.7.3) with SMTP id RAA28800;
          Mon, 23 Jun 1997 17:51:24 -0700 (PDT)
Date: Mon, 23 Jun 1997 17:51:23 -0700 (PDT)
From: Jaye Mathisen  <mrcpu@cdsnet.net>
To: YOSHIIKE Chihiro <yoshiike@fns.se.fujitsu.co.jp>
cc: xemacs-beta@xemacs.org
Subject: Re: Configure problems.
In-Reply-To: <199706240012.JAA03942@asama.fns.se.fujitsu.co.jp>
Message-ID: <Pine.NEB.3.95.970623175053.26179z-100000@mail.cdsnet.net>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII


Kyle jones sent me a fix that involved replacing \t with real TABs on
about line 2127 of configure.  Worked fine when I was done for my specific
issue.

On Tue, 24 Jun 1997, YOSHIIKE Chihiro wrote:

> 
>  [ 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
> 

