[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #16371] prefix not followed in make build on linux
From: |
Marc Colosimo |
Subject: |
[bug #16371] prefix not followed in make build on linux |
Date: |
Tue, 18 Apr 2006 17:34:10 +0000 |
User-agent: |
Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.0.1) Gecko/20060214 Camino/1.0 |
URL:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=16371>
Summary: prefix not followed in make build on linux
Project: GNUstep
Submitted by: enzo69mc
Submitted on: Tuesday 04/18/06 at 17:34
Category: Makefiles
Severity: 3 - Normal
Item Group: None
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
_______________________________________________________
Details:
Using compile-all /data/usr/GNUstep (and removing the requirement to be root,
since not everyone is root on all machines), it fails to install GNUstep.conf
because it is trying to put it in the 'default' location.
make/config.log shows the following:
GNUSTEP_CONFIG_FILE='/etc/GNUstep/Local'
GNUSTEP_LOCAL_ROOT='/data/usr/GNUstep/Local'
This really makes it hard to build this in a sandbox.
Also, I'm a bit confused about the behaviour of prefix here. Shouldn't it
make more sense like this:
GNUSTEP_ROOT="($PREFIX)/GNUstep"
GNUSTEP_LOCAL_ROOT="($GNUSTEP_ROOT)/Local"
GNUSTEP_CONFIG_FILE = "($GNUSTEP_ROOT)/Config"
Since I'm new and haven't gotten it to build this might make little sense.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=16371>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [bug #16371] prefix not followed in make build on linux,
Marc Colosimo <=