[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: gcc 3.2.2-0 - gcc --version contains "(" and breaks vmware modules build



On Thu, Mar 20, 2003 at 05:49:01PM +0100, Luca Andreucci wrote:
> 
> 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

That's a bug in their makefiles then.  Put quotes around
$(COMPILER_VERSION).

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer



Reply to: