From xemacs-m  Tue Jun 24 05:20:52 1997
Received: from homer.sccon.com (homer.sccon.com [207.22.28.12])
	by xemacs.org (8.8.5/8.8.5) with SMTP id FAA16473
	for <xemacs-beta@xemacs.org>; Tue, 24 Jun 1997 05:20:51 -0500 (CDT)
Received: by homer.sccon.com (SMI-8.6/SMI-SVR4)
	id GAA04591; Tue, 24 Jun 1997 06:15:27 -0400
Date: Tue, 24 Jun 1997 06:15:27 -0400
Message-Id: <199706241015.GAA04591@homer.sccon.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
From: Andreas Kaempf <andreas@sccon.com>
To: Jaye Mathisen  <mrcpu@cdsnet.net>
Cc: YOSHIIKE Chihiro <yoshiike@fns.se.fujitsu.co.jp>, xemacs-beta@xemacs.org
Subject: Re: Configure problems.
In-Reply-To: <Pine.NEB.3.95.970623175053.26179z-100000@mail.cdsnet.net>
References: <199706240012.JAA03942@asama.fns.se.fujitsu.co.jp>
	<Pine.NEB.3.95.970623175053.26179z-100000@mail.cdsnet.net>
X-Mailer: VM 6.32 under 20.3 XEmacs Lucid (beta4)

>>>>> "Jaye" == Jaye Mathisen <mrcpu@cdsnet.net> writes:

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

can you or kyle post this patch to the mailing list now that it seems
to have been tested so that others can get beta 8 up and running..

cheers,
andreas

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

    Jaye> --
Steller Computer Consultants 	    Andreas Kaempf
       P.O. BOX 3873	             603-595-7461
   Nashua, NH 03062  USA	   andreas@sccon.com
.....................................................
Fragen Sie nicht, was Ihr Computer fuer Sie tun kann.
Fragen Sie, was Sie fuer Ihren Computer tun koennen.


