On Wed, 15 Dec 1999, Galen Seitz wrote:
> Hi,
> 
> Is it possible to configure a dexe to pick up arguments from the command line
> and hand back the appropriate exit code when it finishes?  I would like to
> run the TI DSP tools (C,asm,linker) using dosemu, but use gnu make hosted
> on linux.  For example, this is the sort of thing I would like to do:
> 
> bash$ cc.dexe -o foo.o foo.c
> 
> Is there any chance of this working?  Alternatively, is there
> a robust dos port of gnu make that will run under dosemu?  I've been running
> a djgpp gnu make version 3.76.1, but it frequently hangs, at least when
> trying to run the ADI DSP tools.
> 

Have You tried running it under DOS (not under DOS running under DOSEMU)?
Is make crashing also then? At least I don't remeber many situations where
DJGPP port  of GNU make crashes.

There is also DJGPP port of make-3.77. See
        ftp://ftp.cdrom.com/pub/simtelnet/gnu/djgpp/v2/

At least I tested DJGPP port of make-3.77 (as I remeber) to build
gnuplot-3.7 (and recently gnuplot-3.7.1) under DOSEMU and all worked without
crashes (./configure with some additional hacks and following make).

I haven't tried using dexe myself so cannot say anything there.

Andris

Reply via email to