From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <82c890d00609070411l4382b86er14d281d2190c6a99@mail.gmail.com> Date: Thu, 7 Sep 2006 13:11:44 +0200 From: "Gabriel Diaz" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: [9fans] mk failed with "error" as only message Topicbox-Message-UUID: b075aa32-ead1-11e9-9d60-3106f5b1d025 Hello i was trying to compile a program this way: term% import oliva.9grid.es /usr/gdiaz/src /n/oliva term% acme << run win inside acme >> term% cd /n/oliva term% mk 8c -FVw fs.c mk: 8c -FVw fs.c : exit status=rc 1800: 8c 1802: error term% if i run the 8c command from the shell, it works. If i do a term% mk clean it works too, and if i cpu to the machine and run mk, it finish without problems. what I'm missing? thanks gabi