[871] in arla-drinkers
Re: Two problems with arla 0.25
daemon@ATHENA.MIT.EDU (Derrick J Brashear)
Wed Jun 9 12:38:04 1999
From owner-arla-drinkers@stacken.kth.se Wed Jun 09 16:38:04 1999
Return-Path: <owner-arla-drinkers@stacken.kth.se>
Delivered-To: arla-drinkers-mtg@bloom-picayune.mit.edu
Received: (qmail 27222 invoked from network); 9 Jun 1999 16:38:03 -0000
Received: from unknown (HELO sundance.stacken.kth.se) (130.237.234.41)
by bloom-picayune.mit.edu with SMTP; 9 Jun 1999 16:38:03 -0000
Received: (from majordom@localhost)
by sundance.stacken.kth.se (8.8.8/8.8.8) id SAA26439
for arla-drinkers-list; Wed, 9 Jun 1999 18:29:27 +0200 (MET DST)
Received: from alycia.dementia.org (ALYCIA.DEMENTIA.ORG [128.2.35.149])
by sundance.stacken.kth.se (8.8.8/8.8.8) with ESMTP id SAA26431
for <arla-drinkers@stacken.kth.se>; Wed, 9 Jun 1999 18:29:18 +0200 (MET DST)
Received: from johnstown.andrew.cmu.edu (JOHNSTOWN.ANDREW.CMU.EDU [128.2.121.156])
by alycia.dementia.org (8.9.1a/8.9.0) with SMTP id MAA00270
for <arla-drinkers@stacken.kth.se>; Wed, 9 Jun 1999 12:29:17 -0400 (EDT)
Date: Wed, 9 Jun 1999 12:29:13 -0400 (EDT)
From: Derrick J Brashear <shadow@dementia.org>
Reply-To: Derrick J Brashear <shadow@dementia.org>
Subject: Re: Two problems with arla 0.25
cc: arla-drinkers@stacken.kth.se
In-Reply-To: <ixdlndteafg.fsf@magenta04.nada.kth.se>
Message-ID: <ML-1.3.2.928945753.1353.shadow@johnstown.andrew.cmu.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; CHARSET=US-ASCII
Sender: owner-arla-drinkers@stacken.kth.se
Precedence: bulk
> > 1. The build process fails because the name of the xfs module in
> > xfs/solaris is the same as the name of the include directory. That's
> > easy to solve, I changed the module name in the Makefile to
> > xfs_module.
>
> From the INSTALL file:
>
> Arla is configured with autoconf. Start the configuration process by
> typing:
>
> - `./configure' in the source directory, or
> - `SRCDIR/configure' in the directory where you want to build arla.
> (this is the recommended way but requires a make that understands VPATH)
>
> The name conflict should not be a problem if you build in a separate
> directory (i.e. not in the source directory). This should, however be
> fixed.
As it happens there's some bug with Solaris make and VPATH. Experimentation may
be in order... I bet, though, that if you used gmake, the problem would go away
(not that I'm saying you should need to, just that it would isolate the
problem)
-D