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.
You are right. Thanx. When I discovered the space in the path, I must have just moved the compile, instead of making a new one in the new location. Perhaps there should be a test on pathname spaces.
Now all tests passed: 125 tests were successful. 2 tests were skipped. The tests skipped were: 115: Doxygen Public Documentation skipped (c++.at:102) 116: Doxygen Private Documentation skipped (c++.at:103)
I can mention that the Mac OS X.3.8 installation comes with Bison 1.27, very old, indeed. So it seems me therefore important to make a final Bison version that uses M4, that one can tell everyone to use. This would then be version 2.x. Then one can start using Guile in a Bison 3.x.
--
Hans Aberg
