Re: [Flex-help] lex/yacc/gcc help (RESOLVED)

2013-11-12 Thread Akim Demaille
Le 8 nov. 2013 à 19:57, Mark Hounschell a écrit : > I have determined it was SuSE-8.2 that the working executable was built on. > Verified by installing a SuSE-8.2 system and it builds just fine. > > SuSE-8.2 has the following revisions of software > > #rpm -q gcc glibc yacc flex bison > gcc-

Re: [Flex-help] lex/yacc/gcc help (RESOLVED)

2013-11-08 Thread Mark Hounschell
On 11/06/2013 07:57 AM, Mark Hounschell wrote: On 11/06/2013 03:19 AM, Akim Demaille wrote: Le 5 nov. 2013 ? 14:11, Mark Hounschell a »crit : Thanks Akim, Hi! Like I said in my original post, I am yacc/lex ignorant. The strange thing, that I haven't mentioned is that this all built succ

Re: lex/yacc/gcc help

2013-11-06 Thread Mark Hounschell
On 11/06/2013 03:19 AM, Akim Demaille wrote: Le 5 nov. 2013 ? 14:11, Mark Hounschell a Ècrit : Thanks Akim, Hi! Like I said in my original post, I am yacc/lex ignorant. The strange thing, that I haven't mentioned is that this all built successfully 4, 5, or more years ago on Linux. I

Re: lex/yacc/gcc help

2013-11-06 Thread Akim Demaille
Le 5 nov. 2013 à 14:11, Mark Hounschell a écrit : > Thanks Akim, Hi! > Like I said in my original post, I am yacc/lex ignorant. The strange thing, > that I haven't mentioned is that this all built successfully 4, 5, or more > years ago on Linux. I would not have expected that, given what yo

Re: lex/yacc/gcc help

2013-11-05 Thread Mark Hounschell
On 11/05/2013 04:43 AM, Akim Demaille wrote: Le 1 nov. 2013 ? 14:36, Mark Hounschell a Ècrit : # make ./translate5 cpu.def cat yacc1.yinit yacctoks yacc2.yinit yaccrules yacc3.yinit > yacc.in yacc -d yacc.in cat lex1.linit lextext lexfield lex2.linit > lex.in flex -l lex.in gcc -ansi -w y.t

Re: lex/yacc/gcc help

2013-11-05 Thread Akim Demaille
Le 1 nov. 2013 à 14:36, Mark Hounschell a écrit : > # make > ./translate5 cpu.def > cat yacc1.yinit yacctoks yacc2.yinit yaccrules yacc3.yinit > yacc.in > yacc -d yacc.in > cat lex1.linit lextext lexfield lex2.linit > lex.in > flex -l lex.in > gcc -ansi -w y.tab.c -o cpu.asm -lgcc > yacc.in: I

Re: [Flex-help] lex/yacc/gcc help

2013-11-01 Thread Arthur Schwarz
Subject: [Flex-help] lex/yacc/gcc help I am trying to port some code from an old unix box to Linux. It is a microcode compiler for an old CPU board. This code uses lex/yacc/cc. Obviously all works on this old unix box. I am completely lex/yacc ignorant but am not gcc ignorant. I am hoping someone

Re: [Flex-help] lex/yacc/gcc help

2013-11-01 Thread Mark Hounschell
riday, November 1, 2013 6:36 AM Subject: [Flex-help] lex/yacc/gcc help I am trying to port some code from an old unix box to Linux. It is a microcode compiler for an old CPU board. This code uses lex/yacc/cc. Obviously all works on this old unix box. I am completely lex/yacc ignorant but am not

lex/yacc/gcc help

2013-11-01 Thread Mark Hounschell
I am trying to port some code from an old unix box to Linux. It is a microcode compiler for an old CPU board. This code uses lex/yacc/cc. Obviously all works on this old unix box. I am completely lex/yacc ignorant but am not gcc ignorant. I am hoping someone can give me some advise as to what I