this seems to be the lines from the Makefile which cause error

COMPILER_VERSION := $(shell $(CC) --version)
IS_GCC_30 := $(shell if echo $(COMPILER_VERSION) | $(GREP) -q '^3\.0'; then 
echo yes; else echo no; fi)

I am in a GREAT hurry and can't provide further detail for now...  sorry

-- 
o-------------------+                __
   Luca Andreucci   |  ___ ____  ___/ /______ _    __ ___  _______ _
<[EMAIL PROTECTED]> | / _ `/ _ \/ _  / __/ -_) |/|/ // _ \/ __/ _ `/
 Chief Exec Hacker  | \_,_/_//_/\_,_/_/  \__/|__,__(_)___/_/  \_, /
o-------------------+- http://andrew.org/andrew/gpg -------- /___/


Reply via email to