From: [EMAIL PROTECTED] (Pavel Janík)
   Date: Mon, 01 May 2006 09:41:14 +0200

   > [EMAIL PROTECTED]:/tmp/QEMU/qemu-cvs> ./configure --cc="ccache gcc"
   > Compiler ccache gcc could not be found
   > [EMAIL PROTECTED]:/tmp/QEMU/qemu-cvs> 

This comes from

revision 1.93
date: 2006-04-23 16:35:23 +0200;  author: bellard;  state: Exp;  lines: +5 -0
check if specified compiler exists

configure contains:

if [ ! -x "`which $cc`" ] ; then
    echo "Compiler $cc could not be found"
    exit
fi

You should check if the command compiles, not if it exists and is executable.
-- 
Pavel Janík

Two wrongs do not make a right.
                  -- Linus Torvalds in linux-kernel


_______________________________________________
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel

Reply via email to