Date: Sun, 17 Mar 1996 16:58:45 +0800 (GMT+0800) From: "Orlando A. Andico" To: DJGPP Mailing List Subject: RSXWDK Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Hello all: I'm quoting part of DPMIGCC5.TXT, from the RSXWDK distribution: > > WHY USING RSX FOR DJGPP PROGRAMS: > --------------------------------- > RSX can run the DJGPP 1.08-1.11 compiler under DPMI 0.9/1.0. > You don't need a coprocessor, a FPU-emulator will do this job. > RSX support also ptrace(), signal(), wait(), fork(), spawnve(P_DEBUG). > If you use the DJGPP compiler only under DPMI, gcc + rsx is faster than > gcc + go32. > This seems to be too good to be true :) Does anyone have any experience at getting RSX to work with DJGPP v2? how is fork() managed? in DJGPP libc.a, fork() is "implemented" as `return (-1)' Is it possible to "insert" Win API calls in such a program (ie DJGPP-compiled programs using RSX and running under Windoze?) because if so, we can then access Winsock and have an almost-Unix... :) Cheers, ------------------------ Orlando A. Andico oandico AT eee DOT upd DOT edu DOT ph ------------------------