Sender: perron AT art DOT alcatel DOT fr Message-Id: <3482B104.7061@art.alcatel.fr> Date: Mon, 01 Dec 1997 13:43:48 +0100 From: Olivier PERRON Mime-Version: 1.0 To: djgpp AT delorie DOT com Subject: Help: RSXNTDJ and FLEX seem not to be compatible Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Precedence: bulk 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.