Mail Archives: djgpp/1998/12/10/06:15:33
On Thu, 10 Dec 1998, hyung kim wrote:
> I have already got flex2.47 and bison1.24 executables(flex247.exe,
> bison124.exe, etc..) and library(flexlib.lib) from ftp.winsite.com.
I would guess that these were not compiled with DJGPP, and therefore are
not fully compatible with DJGPP. In particular, you cannot use
flexlib.lib with DJGPP programs.
> I hope to use flex2.54 and bison1.25 . but I can find flexlib.lib
> niether flexlib source
The library is called libfl.a in the DJGPP distribution, that's how it is
called on Unix systems.
> Could I use flexlib.lib for flex2.47 with flex.exe(v2.54) and
> bison.exe(1.25) instead of flexlib.lib for flex2.54?
No, I'm almost sure they are incompatible.
> Where can I get flexlib.lib for flex2.54?
I don't know. But why would you want to? Do you need that to compile
with some other compiler, not GCC?
- Raw text -