This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

help installing gcc


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]