Mail Archives: djgpp-workers/2001/12/16/21:21:55
While the following patch allows me to compile, and the resulting bash
mostly works - when rebuilding bash I get the error:
/djgpp/tmp/dj400000: cannot make pipes for command substitution:
Permission denied (EACCES)
So maybe this isn't a great idea :-( Here's the patch anyway:
*** bshspawn.c.ori Tue Aug 21 13:59:36 2001
--- bshspawn.c Sun Dec 16 20:12:12 2001
***************
*** 20,21 ****
--- 20,25 ----
+ #ifndef SPAWN_NO_EXTENSION_SRCH
+ #define __djgpp_spawn(m,p,a,e,f) __spawnve(m,p,a,e)
+ #endif
+
static int *check_dpmi_selectors (void);
*************** spawn_make_response_file (char **argv)
*** 250,251 ****
--- 254,257 ----
+ /* XXX: Is this needed? */
+ #if 0
#include <libc/getdinfo.h>
*************** spawn_make_response_file (char **argv)
*** 257,260 ****
- /* XXX: Is this needed? */
- #if 0
void
--- 263,264 ----
- Raw text -