Mail Archives: djgpp/1997/12/01/07:47:29
Hi,
I'm currently working on a program that use rsntdj for the windoze
interface and flex/bison for the lexical analysis part.
If I do the link with the rsxntdj ld.exe, I have no errors, but the .exe
crash.
And if I do link with the bnu2.7 ld.exe, I have the following unresolved
references:
gcc -Zwin32 parserad.o flexrad.o artist.o windecod.o -o windecod.exe
-lfl -lcomdl
flexrad.o: In function `yy_get_next_buffer':
flexrad.c:286: undefined reference to `_getc_inline'
flexrad.c(.text+0xdda): undefined reference to `ferror'
flexrad.c:287: undefined reference to `ferror'
flexrad.o: In function `yy_init_buffer':
flexrad.c:640: undefined reference to `fileno'
I really need help on this topic !
Olivier.
- Raw text -