Dan Nicholson wrote:
> On Thu, Jan 21, 2010 at 12:28 AM, Chia-I Wu <olva...@gmail.com> wrote:
>> On Sun, Jan 17, 2010 at 1:41 PM, Alan Coopersmith
>> <alan.coopersm...@sun.com> wrote:
>>> +    AC_MSG_CHECKING([whether $(CC) supports -fvisibility=hidden])
>> checking pkg-config is at least version 0.9.0... yes
>> ./configure: line 4644: CC: command not found
>> ./configure: line 4645: CC: command not found
>> checking whether  supports -fvisibility=hidden... yes
>> checking whether to enable assembly... yes, x86_64
> 
> RIght. It's using $(CC), a make variable, in the message "whether
> $(CC) supports -fvisibility=hidden". That should be $CC for a shell
> variable.

Doh!  Sorry - having fixed that mistake when others make it, I guess
it's my turn for the embarrassed apology of not context-switching my
brain well between make-mode and shell-mode.

Since it's just in the echo line, the test worked, which is why I hadn't
noticed.  (And my system does have a CC command, since that's the C++
compiler name for traditional Unix systems, so I didn't get command
not found errors like you did.)

I pushed the obvious fix now, sorry about that.

-- 
        -Alan Coopersmith-           alan.coopersm...@sun.com
         Sun Microsystems, Inc. - X Window System Engineering


------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to