Re: Problem configuring acl 2.2.28
"Necos Secon" <[email protected]> Thu, 05 May 2005 15:20:39 -0700
| Newsgroups | gmane.linux.file-systems.acl.devel |
|---|---|
| Message-ID | <[email protected]> |
I took a tarball of the 2.2.28 version of the acl libraries and ran
configure. It seems that the configure script is using a testing mechanism
which is not generating a valid path for gmake.
Here's the relevant part from my config.log
---------------------------------------------------------------------------------------------
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = secon
uname -m = i686
uname -r = 2.6.10
uname -s = Linux
uname -v = #1 Mon Jan 3 10:25:35 PST 2005
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = i686
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/sbin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/X11R6/bin
PATH: /usr/games
PATH: /usr/lib/java/bin
PATH: /usr/lib/java/jre/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1364: checking for gcc
configure:1380: found /usr/bin/gcc
configure:1390: result: gcc
configure:1634: checking for C compiler version
configure:1637: gcc --version </dev/null >&5
gcc (GCC) 3.3.4
Reading specs from /usr/lib/gcc-lib/i686-slackware-linux/3.3.4/specs
Configured with: ../gcc-3.3.4/configure --prefix=/usr --enable-shared
--enable-threads=posix --enable-__cxa_atexit --disable-checking
--with-gnu-ld --verbose --target=i686-slackware-linux
--host=i686-slackware-linux
Thread model: posix
gcc version 3.3.4
configure:2199: checking for gmake
configure:2218: found /usr/bin/gmake
configure:2230: result: /usr/bin/gmake
------------------------------------------------------------------------------------------------------
In the configure script itself:
if test -z "$MAKE"; then
# Extract the first word of "gmake", so it can be a program name
with args.
set dummy gmake; ac_word=$2
echo "$as_me:$LINENO: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_path_MAKE+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
case $MAKE in
[\\/]* | ?:[\\/]*)
ac_cv_path_MAKE="$MAKE" # Let the user override the test with a path.
;;
*)
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
as_dummy="/usr/bin:/usr/freeware/bin"
for as_dir in $as_dummy
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
ac_cv_path_MAKE="$as_dir/$ac_word$ac_exec_ext"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
fi
done
done
---------------------------------------------------------------------------------------------------------------
My guess is either you have bad source (the configure script is bad) or that
your make is not in the $PATH seen by the configure script.
Theodore Charles III
Network Administrator
Los Angeles Senior High
_______________________________________________
acl-devel mailing list
[email protected]
http://acl.bestbits.at/mailman/listinfo/acl-devel