[comp.lang.scheme.c] how to run subprocesses?

drk@sol (Dirk Lutzebaeck) (04/18/91)

Hello schemers,

I tried to run a subprocess in C-Scheme 7.1 (sun4) but got the
following error:

1 ]=> (make-subprocess "/bin/ls" #() #() 'none) ; according to process.scm/prosproc.c

Undefined primitive procedure -- get a wizard #[primitive-procedure make-subprocess]

The next attempt failed also:

1 ]=> ((make-primitive-procedure 'make-subprocess 4) "/bin/ls" #() #() 0)

Undefined primitive procedure -- get a wizard #[primitive-procedure make-subprocess]


So what do the wizards say? Thanks in advance,
--
--
Dirk Lutzebaeck   | Voice: +49 30 25499-282    Room: ZAZ923
GMD-FOKUS         | Email: lutzebaeck@fokus.berlin.gmd.dbp.de || dirk@tub.UUCP
Hardenbergplatz 2 | Bang:  ...!pyramid!tub!dirk        (from the US)
D-1000 Berlin 12  |  or    ...!mcvax!unido!tub!dirk    (from Europe)