All of lore.kernel.org
 help / color / mirror / Atom feed
* Compilation options used in the binary distribution
@ 2009-01-20 15:47 Javier Tarifa
  2009-01-20 22:08 ` Frantisek Hanzlik
  0 siblings, 1 reply; 3+ messages in thread
From: Javier Tarifa @ 2009-01-20 15:47 UTC (permalink / raw)
  To: linux-msdos

I'd like to know exactly how was compiled the binary distribution that 
you get when you download dosemu-1.4.0-bin.tgz.
I've done a little change to the terminal code and when I a run a 
program with my own compiled version, the program dies saying something 
about too many users when I have more than one dosemu running it. But 
when I use the binary distribution this doesn't happen, I can have 
multiple dosemus using it without problems.
Can someone help me?

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Compilation options used in the binary distribution
  2009-01-20 15:47 Compilation options used in the binary distribution Javier Tarifa
@ 2009-01-20 22:08 ` Frantisek Hanzlik
  2009-01-21 14:51   ` Javier Tarifa
  0 siblings, 1 reply; 3+ messages in thread
From: Frantisek Hanzlik @ 2009-01-20 22:08 UTC (permalink / raw)
  To: Javier Tarifa; +Cc: linux-msdos

Javier Tarifa wrote:
> I'd like to know exactly how was compiled the binary distribution that
> you get when you download dosemu-1.4.0-bin.tgz.
> I've done a little change to the terminal code and when I a run a
> program with my own compiled version, the program dies saying something
> about too many users when I have more than one dosemu running it. But
> when I use the binary distribution this doesn't happen, I can have
> multiple dosemus using it without problems.
> Can someone help me?
-- 
You want run multiple dosemus under one user account? Then maybe will
be usefull start individual instances with unique "-o logfile" log file
specification (instead of default "~/.dosemu/boot.log"). Or You can
specify log/debug filespec in individual .dosemurc files with option
"$_debugout = "filespec".

Although I use and have dosemu 1.4 compiled for several Fedora distributions,
and it works fine when simultaneously run couple of them from one user,
even without specifying different boot.log file - they all use implicit
one (lsof says)(it's smut way, but dosemus curiously works)

You can too look for my build options in RPM .spec files at:

http://hanzlici.cz/packages/fedora/dosemu/

Regards,
Franta Hanzlik

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Compilation options used in the binary distribution
  2009-01-20 22:08 ` Frantisek Hanzlik
@ 2009-01-21 14:51   ` Javier Tarifa
  0 siblings, 0 replies; 3+ messages in thread
From: Javier Tarifa @ 2009-01-21 14:51 UTC (permalink / raw)
  To: Frantisek Hanzlik; +Cc: linux-msdos

Ok, I finally got it. For some strange reason, changing target_bits from 
auto to 32 in the file compiletime-settings solved the problem (this was 
on a 64 bits fedora)

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-01-21 14:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-01-20 15:47 Compilation options used in the binary distribution Javier Tarifa
2009-01-20 22:08 ` Frantisek Hanzlik
2009-01-21 14:51   ` Javier Tarifa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.