* problems compiling dosemu in mdk9.1
@ 2003-05-29 17:12 Diego Iastrubni
2003-06-05 10:26 ` Bart Oldeman
0 siblings, 1 reply; 3+ messages in thread
From: Diego Iastrubni @ 2003-05-29 17:12 UTC (permalink / raw)
To: linux-msdos
HI,
I am tring to compile dosemu, and got into problems. The system is mdk9.1:
gcc 3.2.2
bison 1.35-3mdk
byacc 1.9-13mdk
dosemu dosemu-1.1.4
Here is the compile output
make[2]: Leaving directory `/home/cuco/sources/1/dosemu-1.1.4/src/dosext/misc'
make[2]: Entering directory `/home/cuco/sources/1/dosemu-1.1.4/src/base/init'
yacc -v -do parser.c parser.y
usage: yacc [-dlrtv] [-b file_prefix] [-p symbol_prefix] filename
make[2]: *** [parser.c] Error 1
make[2]: Leaving directory `/home/cuco/sources/1/dosemu-1.1.4/src/base/init'
make[1]: *** [base/init] Error 2
make[1]: Leaving directory `/home/cuco/sources/1/dosemu-1.1.4/src'
make: *** [default] Error 2
--
- diego
_______________________________________
/ You will meet an important person who \
\ will help you advance professionally. /
---------------------------------------
\ ^__^
\ (xx)\_______
(__)\ )\/\
U ||----w |
|| ||
Please avoid sending me Word or PowerPoint attachments.
See http://www.fsf.org/philosophy/no-word-attachments.html
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: problems compiling dosemu in mdk9.1
2003-05-29 17:12 problems compiling dosemu in mdk9.1 Diego Iastrubni
@ 2003-06-05 10:26 ` Bart Oldeman
0 siblings, 0 replies; 3+ messages in thread
From: Bart Oldeman @ 2003-06-05 10:26 UTC (permalink / raw)
To: Diego Iastrubni; +Cc: linux-msdos
On Thu, 29 May 2003, Diego Iastrubni wrote:
> I am tring to compile dosemu, and got into problems. The system is mdk9.1:
> gcc 3.2.2
> bison 1.35-3mdk
> byacc 1.9-13mdk
> dosemu dosemu-1.1.4
>
> Here is the compile output
> make[2]: Leaving directory `/home/cuco/sources/1/dosemu-1.1.4/src/dosext/misc'
> make[2]: Entering directory `/home/cuco/sources/1/dosemu-1.1.4/src/base/init'
> yacc -v -do parser.c parser.y
> usage: yacc [-dlrtv] [-b file_prefix] [-p symbol_prefix] filename
I don't know why it uses "yacc" and not "bison" (as it should) but you can
try
make YACC=bison
as a workaround.
Bart
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: problems compiling dosemu in mdk9.1
[not found] <200306051733.29482.iastrubn@actcom.co.il>
@ 2003-06-05 14:37 ` Bart Oldeman
0 siblings, 0 replies; 3+ messages in thread
From: Bart Oldeman @ 2003-06-05 14:37 UTC (permalink / raw)
To: Diego Iastrubni; +Cc: linux-msdos
On Thu, 5 Jun 2003, Diego Iastrubni wrote:
> : `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'
These problems were fixed in recent test versions (and soon in 1.1.5) --
try
http://www.dosemu.org/testing/patchset-1.1.4.15.tgz
Bart
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2003-06-05 14:37 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-29 17:12 problems compiling dosemu in mdk9.1 Diego Iastrubni
2003-06-05 10:26 ` Bart Oldeman
[not found] <200306051733.29482.iastrubn@actcom.co.il>
2003-06-05 14:37 ` Bart Oldeman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox