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

2003-03-20 Thread Daniel Jacobowitz
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 a

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

2003-03-20 Thread Luca Andreucci
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