xfs
[Top] [All Lists]

[Bug 366] configure script is missing basic macro

To: xfs-master@xxxxxxxxxxx
Subject: [Bug 366] configure script is missing basic macro
From: bugzilla-daemon@xxxxxxxxxxx
Date: Thu, 7 Oct 2004 19:21:17 -0700
Sender: linux-xfs-bounce@xxxxxxxxxxx
http://oss.sgi.com/bugzilla/show_bug.cgi?id=366





------- Additional Comments From vapier@xxxxxxxxxx  2004-07-10 19:21 PDT -------
ok, the problem is this little bit of code:
if test -z "$CC"; then
    AC_PROG_CC
fi

on Gentoo, we have a habit of setting $CC in the environment (unrelated topic as
to why we do that ...)

not quite sure what kind of assumption that code is working under, but the side
effect is that $OBJEXT is never defined and thus all the compilation configure
tests will fail since they look for 'conftest.$OBJEXT' which would normally
resolve to 'conftest.o' but for us Gentoo peeps, we get 'conftest.'



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


<Prev in Thread] Current Thread [Next in Thread>