From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gerassimo Tselentis Subject: Error compiling DOSEMU Date: 27 May 2003 11:28:27 +0200 Sender: linux-msdos-owner@vger.kernel.org Message-ID: <1054027704.2267.5.camel@goku.asylum> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: List-Id: Content-Type: text/plain; charset="us-ascii" To: linux-msdos@vger.kernel.org Hi I've been trying to compile DOSEMU on Mandrake 9.1 with no success. I've already resolved two error, one regarding yacc where the output file was not named properly and the second where I did not have flex (lex) installed. Now I'm getting the following error: lib/libarch_linux_mapping.a(mapself.o)(.text+0x64d): In function `realloc_mapping_self': : `sys_errlist' is deprecated; use `strerror' or `strerror_r' instead lib/libarch_linux_slang-elf.a(sldisply.o)(.text+0x72): In function `SLtt_flush_output': : undefined reference to `errno' lib/libarch_linux_slang-elf.a(sldisply.o)(.text+0x32b2): In function `SLtt_get_screen_size': : undefined reference to `errno' lib/libarch_linux_slang-elf.a(slsignal.o)(.text+0x2c7): In function `SLsystem': : undefined reference to `errno' collect2: ld returned 1 exit status make[1]: *** [/home/tselentg/Documents/dosemu-1.1.4/1.1.4.0/bin/dosemu.bin] Error 1 make[1]: Leaving directory `/home/tselentg/Documents/dosemu-1.1.4/src' make: *** [default] Error 2 I'm not an apt programmer and so I wouldn't know what to do. I'd appreciate if anyone can help. Thanks Regards, G. Tselentis P.S. I'm looking to play old MS-DOS games under Linux, which is why I'm trying to get this to work. If there's a better solution, would someone let me know? Also pls cc me a reply since I'm not subscribed to the list.