help installing gcc
Mihai Moise
mcartoaj@mat.ulaval.ca
Sun Oct 22 00:39:00 GMT 2000
I want to develop gcc, but at my university, we have only Solaris and I do not have root permission.
The only way to get gcc to compile is either to tell bison not to look for bison.simple in /usr/local/share or to get it to compile under yacc.
Getting it to compile under yacc requires three modifications. The first is to remove the %expect keyword (we'll get a warning, but that's ok.) The second is to replace YYLEX with it's definition in another file. I think I can pull it off.
The third is to define YYEMPTY, and I have no idea how to do that.
Can anyone help me?
Mihai
More information about the Gcc
mailing list