Hans Aberg <[EMAIL PROTECTED]> writes:

> haberg$ $CC $CFLAGS $CPPFLAGS -c input.c -o input.o
> + gcc -g -O2 -DHAVE_CONFIG_H=1
> -I/Users/haberg/HansAberg/Computer/Development/Bison:Flex/Bison
> Compiler/bison-2.0/tests/../. -c input.c -o input.o
> gcc: cannot specify -o with -c or -S and multiple compilations

The problem is that your working directory:

/Users/haberg/HansAberg/Computer/Development/Bison:Flex/Bison Compiler/bison-2.0

has a space in it.  You need to unpack Bison into a directory whose
absolute name does not contain special characters.


Reply via email to