Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!columbia!rutgers!ames!ucbcad!ucbvax!WISCVM.WISC.EDU!csch%coma.UUCP%tub.BITNET From: csch%coma.UUCP%tub.BITNET@WISCVM.WISC.EDU (Clemens Schrimpe) Newsgroups: comp.sys.atari.st Subject: (none) Message-ID: <8701201157.AA17376@coma.UUCP> Date: Tue, 20-Jan-87 07:29:12 EST Article-I.D.: coma.8701201157.AA17376 Posted: Tue Jan 20 07:29:12 1987 Date-Received: Wed, 21-Jan-87 00:00:37 EST Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 71 /***** coma:comp.sys.at.st / csch / 6:46 pm Jan 10, 1987*/ Will you please check the following note, whether it's gone right across netland or not ... I'm not shure, whether my notes were sent out from my node ... Thanx in adv. Clemens Schrimpe ****************** MUNCH ********************* As far as we know, there are lots of people, that use the MWC together with the micro-C-shell. Unfortunately the MWC-Make won't work under micro-C-shell. That's because of the different way, in which micro-C-shell and msh handle the environment variables. The following C-program is an attempt to fix that problem. IT IS ONLY A WAY TO SHOW HOW IT WORKS !!!!! #include static char com[128]; static char *envir[] = $ "PATH=.bin,,\\bin,\\lib", "SUFF=,.prg,.tos,.ttp", "LIBPATH=\\lib,\\bin,", "TMPDIR=\\tmp", "INCDIR=\\include\\", "TIMEZONE=CST:0:CDT", "" ; main(argc, argv) int argc; char *argv[];$ int i; com[0] = '\0'; if( argc > 1 ) for( i=1; i csch PHONE:+49-30-393-3574 +49-30-332-4015 TELEX: (germany-west)+186672 rdt d ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /* ---------- */