Re: Build tetex-3.0 using GCC 3.4.2 on Solaris 5.9 on SPARC
Thomas Esser <[email protected]>
| Newsgroups | gmane.comp.tex.tetex.general |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Mar 29, 2005 at 07:43:20PM +0100, Phineas Campbell wrote: > checking lex output file root... flex: fatal internal error, exec failed Apparently, this version of flex does not work. You could try make distclean env LEX=/usr/ccs/bin/lex ./configure ... ... instead. Maybe, someone on this list can help you (off list) to fix your broken flex installation. Thomas