| From: | aldev <alavoor(at)yahoo(dot)com> |
|---|---|
| To: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | Compiling 6.4.2: Flex problem |
| Date: | 1999-01-15 18:07:10 |
| Message-ID: | 369F83CD.E3A86975@yahoo.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
I downloaded latest 6.4.2 and tried compiling on linux 2.0.34 (redhat
5.1) with latest
flex version 2.5.4
But the make complains - you have buggy version of flex!! Help.
make[1]: Entering directory
`/home/src/redhat/BUILD/postgresql-6.4.2/src'
make -C lextest all
make[2]: Entering directory
`/home/src/redhat/BUILD/postgresql-6.4.2/src/lextest'
flex scan.l
gcc -c lex.yy.c
gcc -c lextest.c
gcc -o lextest lex.yy.o lextest.o
make[2]: Leaving directory
`/home/src/redhat/BUILD/postgresql-6.4.2/src/lextest'
You have a buggy version of flex. Read INSTALL and search for flex for
a fix.
make[1]: *** [lexverify] Error 1
make[1]: Leaving directory `/home/src/redhat/BUILD/postgresql-6.4.2/src'
make: *** [all] Error 2
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Ilya Varlashkin | 1999-01-15 18:32:04 | user-defined type and rtree index |
| Previous Message | Thomas G. Lockhart | 1999-01-15 14:52:57 | Re: [HACKERS] Time zones |