Path: utzoo!utgpu!watserv1!watdragon!apdonsig From: apdonsig@watdragon.waterloo.edu (Allan Donsig) Newsgroups: comp.sys.amiga.tech Subject: "system" and "fexecl" Keywords: Lattice Manx System Message-ID: <19792@watdragon.waterloo.edu> Date: 15 Jan 90 14:09:42 GMT Distribution: na Organization: U of Waterloo, Ontario Lines: 16 A lot of PD stuff has come through lately (UUCP, plplot, yacc, etc) that was set up for Lattice C. Alas, I am fortunate in that I have Manx (nothing implied here :-). Can anyone comment on what things I should look out for when getting these compiled under Manx? Specifically, I'm having problems translating lines of the form system ("ls -l mydir"); into the manx fexecl ("ls","-l","mydir"); or, the seemingly equivalent fexecl ("ls","-l mydir");