[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: automake-1.7.3 on HP Itanium-2: verbose logs for seven test1.6)
From: |
Nelson H. F. Beebe |
Subject: |
Re: automake-1.7.3 on HP Itanium-2: verbose logs for seven test1.6) |
Date: |
Mon, 14 Apr 2003 06:20:27 -0600 (MDT) |
Alexandre Duret-Lutz writes in response to my report of seven
validation suite failures on HP Itanium-2:
>> ...
>> I suspect you have hardcoded $prefix in
>> /home/beebe/.autoconf.config.site. Is that true? The way to
>> override the *default* $prefix while still honoring the --prefix
>> argument is
>>
>> test "$prefix" = NONE && prefix=/usr/share/local/gnu
>> ...
On that system, I have
% cat /home/beebe/.autoconf.config.site
prefix=$HOME/ia64/local
because I don't have write access to /usr/local.
I configured and built like this:
prefix=/home/beebe/ia64/local \
CC=gcc \
CXX=g++ \
LDFLAGS="-Wl,-rpath,/usr/local/lib -Wl,-rpath,/home/beebe/local/lib" \
./configure && make all check
Thus, my .autoconf.config.site file had the same setting for prefix as
I had in the environment. Presumably, I should either change
/home/beebe/.autoconf.config.site to read
test "$prefix" = NONE && prefix=$HOME/ia64/local
or else remove it, and set prefix only from the environment or a
--prefix=$HOME/ia64/local argument to configure?
-------------------------------------------------------------------------------
- Nelson H. F. Beebe Tel: +1 801 581 5254 -
- Center for Scientific Computing FAX: +1 801 581 4148 -
- University of Utah Internet e-mail: address@hidden -
- Department of Mathematics, 110 LCB address@hidden address@hidden -
- 155 S 1400 E RM 233 address@hidden -
- Salt Lake City, UT 84112-0090, USA URL: http://www.math.utah.edu/~beebe -
-------------------------------------------------------------------------------
- Re: automake-1.7.3 on HP Itanium-2: verbose logs for seven test1.6),
Nelson H. F. Beebe <=